Questions tagged [iis-8]

The version of Microsoft's web server that comes with Server 2012 and Windows 8. It adds support for multiple SSL-certs for a single IP (SNI), web sockets, Application Initialization.

348 questions
2
votes
2 answers

How to Remove Microsoft-HTTPAPI/2.0 Header on IIS 8 and 10

I'm trying to remove Microsoft-HTTPAPI/2.0 server header from my HTTP responses following this article form MSDN. Currently I'm applying the registry-based solution on Windows Server 2008 R2 and Windows 10 to no luck. I still receive the headers…
Bagus Tesa
  • 123
  • 1
  • 1
  • 7
2
votes
0 answers

IIS not UTF-8 encoding logs correctly. Bug?

My server's log file is set to encode in UTF-8, it does not seem to be encoding the text correctly. For example the cookie section sometimes has a £ sign in. But in the log it is written as 0xA3 not 0xC2 0xA3. Is this a bug? I'm trying to pass the…
Mesh
  • 213
  • 3
  • 10
2
votes
2 answers

Shibboleth 404 when upgrading to ASP.net CORE

I managed to get Shibboleth with SecureAuth working on an IIS server hosting a simple index.html and later a simple ASP.net MVC 4 app, both of which work great. Today, though, I tried simply making my app point to a new ASP.net CORE app. All I did…
TheSmartWon
  • 121
  • 4
2
votes
2 answers

Advanced Logging missing from IIS 8 on Windows Server 2012

I have just installed the features in IIS 8 for Health and Diagnostics in order to enable Advanced Logging in IIS. There should be an Advanced Logging icon that appears in IIS Manager, but there is none. Other logging features I added such as…
jhovanec
  • 123
  • 1
  • 1
  • 4
2
votes
1 answer

ASP Redirect Base URL Being Rewritten by IIS

I am attempting to debug, what I think is, an IIS rewrite issue. I am hosting multiple sites on a single IIS server which is acting as a proxy to Kestrel hosts behind the scenes. That is all working correctly and I haven't been having any issues…
JasCav
  • 233
  • 1
  • 12
2
votes
0 answers

IIS returning 401.0 when accessing MVC app

I have an MVC5 site that has been running in an IIS8 server for a couple months now. Suddenly, the server is returning 401.0 errors for some people. Not everyone, just some. And there's no real pattern that I can determine (however, I'm not very…
2
votes
0 answers

Client to IIS to SQL Server Kerberos authentication

I would like to have a setup where my IIS web server sits on a different virtual server from where my SQL Server is installed, and Windows Authentication should be used for all connections. I am currently getting the dreaded Login failed for user…
2
votes
1 answer

IIS Windows authentcation Unathorized due to directory permissions

I have an ASP.NET MVC 5 application running on IIS 8.0. Application pool is running under domain user, f.i. IISPoolUser. Anonymous authentication uses this identity as well. I gave full control permissions on root pool folder (C:\inetpub\wwwroot)…
2
votes
3 answers

IIS8 Centralized Certificates Not Recognizing Certs ("The specified private key password is not correct.")

I have a pretty straight forward setup: IIS 8 on Windows Server 2012 R2 2x ARR servers with NLB 3x Web content servers in a web farm ARR servers have IIS shared configuration and IIS web content servers have shared configuration. I am able to…
Shadow00Caster
  • 384
  • 1
  • 4
  • 15
2
votes
2 answers

Does IIS log in-flight requests when you perform an IIS reset?

If an IIS reset is performed, do requests that are currently being processed, but not yet completed, get logged in the IIS Logs? And, requests that have been completed but not yet flushed to the log file, do these still get written to the file?
AdaTheDev
  • 191
  • 1
  • 7
2
votes
2 answers

iis 8 - 403 access is denied

I have a Windows 2012r2 server running IIS 8 on a virtual machine. I set up two sites and pointed them to the D: drive. d:\data\site1 d:\data\site2 and it was working, or so I thought. I originally set up /site2 first to test basic functionality,…
mindmischief
  • 172
  • 2
  • 2
  • 9
2
votes
0 answers

Server is sending back text/html instead of javascript files

I have done a rewrite on the server using these conditions: AngularWildCard: (.) - rewrite to appjs/views/ AngularCondtions: (appjs/modules/.|appjs/agent/|appjs/user/.|content/.|scripts/.) - none When I load the page the server is sending back…
rethabile
  • 21
  • 1
2
votes
0 answers

Use https for domain and http for subdomain

I have a virtual private server. I configured my DNS so that I can host an application for the main domain (let's say domain.com) and I configured the DNS so that *.domain.com is redirected to another application on the same server. I have the…
Daniel
  • 121
  • 3
2
votes
2 answers

Classic asp site, randomly slow DB connection

We are running a site with classic asp and ASP.NET MVC 4 (C#) side by side. During high traffic, database queries are running really slow in the asp pages. At the same time, in the same site, C# pages are always connecting normally to the same…
Dough
  • 21
  • 4
2
votes
1 answer

.net web application in IIS Swapping Folder without appdomain reload

I've a asp mvc application running on IIS and windows. Now I want to configure some kind of staging functionality without requiring an additional server. My simplified plan is to have 2 folders. One with the production release and one which gets…
Boas Enkler
  • 237
  • 2
  • 10