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
9
votes
1 answer

IIS killing ASPNET Core app

I'm hosting an ASPNET Core 1.1 app on IIS with the following settings to keep it always running However, I see the app getting terminated time to time. Before termination I see the following in the logs 2018-03-14 17:20:53.202 [Information] Request…
ubi
  • 4,041
  • 3
  • 33
  • 50
9
votes
1 answer

Upgrading FSharp.Core version, assembly reference error while deploying to IIS application

We upgraded FSharp.Core.dll as part of a deployment of a web application on IIS 8 (ASP.NET Web API) and started seeing FSharp.Core FileLoad exceptions immediately following deployment. FSharp.Core.dll version went from 4.3.0.0 to 4.3.1.0. Our…
tomoc21
  • 91
  • 2
9
votes
1 answer

Running Angular under Virtual Directory on IIS

This question is related to Angular2+ (not AngularJS) We are trying to host our angular site under a virtual directory under a website on IIS. We have a Website Called Development that points to: C:\inetpub\wwwroot\Development. In this folder we…
Newteq Developer
  • 2,257
  • 1
  • 26
  • 32
9
votes
1 answer

VS.NET 2015 ENT Web Deploy ASP.NET Core 1 error ERROR_USER_UNAUTHORIZED?

I have set a web deploy on a local Windows 2012 server with a new Site. I have set permissions to Administrator at IIS server level and at the Site level thru IIS Manager Permissions. I have created an Application Pool and a Virtual Directory for…
AG70
  • 874
  • 1
  • 9
  • 23
9
votes
2 answers

Web Api Requests Queueing up forever on IIS (in state: ExecuteRequestHandler)

I'm currently experiencing some hangs on production environment, and after some investigation I'm seeing a lot of request queued up in the worker process of the Application Pool. The common thing is that every request that is queued for a long time…
Escobar5
  • 3,941
  • 8
  • 39
  • 62
9
votes
1 answer

Running MVC 6 Beta 8 application on IIS

I'm trying to publish my MVC 6 Beta 8 app. I was able to successfully publish it to Azure, but when I try to publish it to ASPHostPortal, I'm getting 500 error. So I tried to publish the app to a local IIS and also failed. First, I figured out that…
Sergey Kandaurov
  • 2,626
  • 3
  • 24
  • 35
9
votes
1 answer

Credentials for ServerManager.OpenRemote

I'm trying to use ServerManager.OpenRemote (from Microsoft.Web.Administration) but am unable to find documentation on how to give it different credentials from the current user. I tried SimpleImpersonation (from How do you do Impersonation in…
Novox
  • 774
  • 2
  • 7
  • 24
9
votes
6 answers

ISAPI and CGI Restriction list settings on the Web server in IIS 8.5

I've create a new website in IIS 8.5 to host classic asp page. I've choosen .net 4 as CLR framework and enabled classic mode. I'm getting error "The page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on…
user1480864
  • 1,455
  • 3
  • 16
  • 23
9
votes
3 answers

How to set IIS ARR request timeout time?

I want to decrease the timeout time when my ARR server request to back-end server. In IIS settings interface, I cannot find any ARR settings configuration except for ARR cache. Here is the only related information that I found: "So in this case we…
JohnnyLiao
  • 443
  • 2
  • 9
  • 18
9
votes
2 answers

ManagedPipelineHandler for an AJAX POST crashes if an IE9 user navigates away from a page while that call was in progress

Scenario: User is using IE9 (IE8/10 not affected). User has an active session. Page starts an AJAX POST (GET not affected) request to a controller with the SessionState(SessionStateBehavior.Required) attribute (ReadOnly not affected). Something…
Jonathan Rupp
  • 15,522
  • 5
  • 45
  • 61
9
votes
4 answers

0x800a1391 - JavaScript runtime error: 'JSON' is undefined in IE 10

I'm using IE 10 Compatibility on Windows 8, I'm getting this error while running the WebApp in Debug mode(VS 2012). 0x800a1391 - JavaScript runtime error: 'JSON' is undefined Code below var data = JSON.stringify(GetUserDetails()); function…
Rameez Ahmed Sayad
  • 1,300
  • 6
  • 16
  • 29
9
votes
4 answers

HTTP Error 500.19 in IIS 8 when system.web configuration is present in apphost config

We have a utility that automatically sets up ASP.NET web applications upon install on customer servers. This utility traditionally adds a number of configurations to the Location path for the new app in applicationHost.config. We do this…
Jamie Macia
  • 1,129
  • 1
  • 9
  • 10
9
votes
2 answers

Alternative for the Registering ASP.NET 4.5 on Windows Server 2012

I am getting MIME is not registered error when I run WCF service. I used this link to resolve this issue. After that I started getting another error which asked me to register the ASP.NET framework with IIS. So I used "aspnet_regiis" command for it…
alok_dida
  • 1,723
  • 2
  • 17
  • 36
8
votes
1 answer

Why am I getting "FastCGI process has failed frequently" while deploying a Django application on Windows Server 2012 using IIS

I am trying to deploy Django application on Windows 2012 server using IIS. my web.config file :
Sidhartha
  • 988
  • 4
  • 19
  • 39
8
votes
7 answers

Windows Process Activation Service Error 2:The system cannot find the file specified

IIS on my development computer stopped working. I just installed the latest update to windows 10 (1803) and now when I try to start the "Windows Process Activation Service" I get an "Windows could not start the Windows Process Activation Service on…
Eric
  • 242
  • 1
  • 2
  • 7