Questions tagged [iis-8]

Internet Information Services (IIS) Version 8 is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows, and shipped with WIndows 8 and Windows Server 2012.

Internet Information Services (IIS8) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows. IIS8 is available with Windows 8 and Windows Server 2012.

Some IIS Links:

2029 questions
8
votes
1 answer

Web Deploy Failed Publish

While I publish in VS its filed with message "Publish Failed". the Output: Start Web Deploy Publish the Application/package to https:// -myStite-... …
dovid
  • 6,354
  • 3
  • 33
  • 73
8
votes
4 answers

Unable to start debugging on the web server. Operation not supported. Unknown error 0x800040005

Getting this on Windows 10 Pro, Visual Studio 2017. ASP .NET Framework 4.6
navarq
  • 1,075
  • 2
  • 15
  • 20
8
votes
1 answer

Need Self-Signed Certificate Win2012 r2 SHA256 4-year expiration

I've been trying to figure out how to do this much of this afternoon, so it's very possible I'm missing something simple. I need to create a self-signed certificate on Windows Server 2012 R2 that is SHA256, 2048 bit, and doesn't expire for four…
8
votes
1 answer

RequestAcquireState Hanging on .NET 4.5.1 IIS8

Under heavy load or when using jQuery's ajax abort function, we see requests build up in IIS to the point where no-one can connect and the entire site hangs, forcing a recycle. A similar post from 3 years ago had a similar issue with .NET 4.5 and…
Dan Def
  • 1,836
  • 2
  • 21
  • 39
8
votes
3 answers

PHP flush stopped flushing in IIS 8

Note: I know this looks like a duplicate of this question. I don't see how it is a duplicate. I already stated that I have checked that question, and I tried all the answers, but it didn't work. Here is what I tried: Under Dario's answer, I…
Zakir_SZH
  • 466
  • 7
  • 21
8
votes
1 answer

IIS web site not accessible from the hosted server

I hosted a website in IIS 8 and binding with a proper hosting name (subdomain.xyz.com). It is working from my local machine, but it is not working when I access from hosted server. It is showing authentication window, even I provide a valid…
Durga Prasad
  • 333
  • 2
  • 6
  • 16
8
votes
2 answers

IIS8.5 is automatically changing Physical Path property

I have a couple of Applications added under my Default Website in IIS8.5 (simply http on port 80 IP=*) They point to different physical paths (which are not nested) and this works fine after adding such an application. But after a while the Physical…
Ronald
  • 417
  • 5
  • 11
8
votes
1 answer

blank iis8 localhost page on windows 8 laptop

Good day, I'm trying to install IIS on windows 8 laptop. When i type [http://localhost] it gives me a blank page. I can ping localhost and 127.0.0.1 and get replies and gmail developer tools give me a status of 200 OK. I have McAfee total…
CoDeGiRl
  • 174
  • 2
  • 16
8
votes
2 answers

IIS express not working in visual studio 2012

Iam not able to run the Visual Studio Application with IIS Express. Iam getting an Error “Unable to launch IIS Express” for the first time. After multiple times debugging, Iam getting the below error, If I run IIs express manually through command…
Pa1
  • 630
  • 4
  • 11
  • 21
8
votes
1 answer

'DefaultAppPool' is being automatically disabled due to a series of failures

Having a tough time with this issue. Not sure how but my ApplicationPoolIdentity is broken. Currently I'm running IIS 8 on Windows 8 with Visual Studio 2012. When trying to debug an application from Visual Studio, or just navigating to the site in a…
Matt
  • 6,264
  • 10
  • 54
  • 82
8
votes
3 answers

Running the 64 bit version of IIS Express 8 RC with Visual Studio 2010

I have a web app that uses the 64 bit version of SharpSvn, a managed DLL with an unmanaged dependency. It will not run in IIS Express 7.0. Switching to the 32 bit version of the assembly works fine. I installed the 64 bit version of IIS 8 RC.…
Justin Dearing
  • 14,270
  • 22
  • 88
  • 161
7
votes
3 answers

Unable to get the current user identity value

I have a intranet website where I am able to get the user's identity value when run in Local machine. System.Web.HttpContext.Current.User.Identity.Name.ToString().Substring(3) But When I deploy the same on IIS 8.5, It finds it blank. Please help me…
Akshay
  • 1,412
  • 2
  • 17
  • 51
7
votes
2 answers

IIS 500.0 AuthenticateRequest error for static files

I have tried to setup an website in a new server and I get this error for all static files html/css/js, etc. HTTP Error 500.0 - Internal Server Error The page cannot be displayed because an internal server error has occurred. AuthenticateRequest is…
Developer
  • 487
  • 9
  • 28
7
votes
1 answer

Random 401 Unauthorized errors using HttpClient

I am using HttpClient to invoke a Web Api REST endpoint and once in a while I see a random 401 Unauthorized Status. Here is my HttpClient wrapper that was created for re usability purposes. I have modified it to keep it simple for this post without…
Vinod
  • 1,882
  • 2
  • 17
  • 27
7
votes
1 answer

Where to download Web Farm Framework and External Cache for IIS 8?

I have a Windows Server 2012 R2 Standard (x64-based processor), and it has IIS 8. I need to configure reverse proxy on it, and it is missing the URL Rewrite module. From what I have read, URL Rewrite requires the Application Request Routing (ARR)…
user3573403
  • 1,780
  • 5
  • 38
  • 64