AspNetCoreModule icon indicating copy to clipboard operation
AspNetCoreModule copied to clipboard

ASP.NET Core Module for IIS and IIS Express

Results 32 AspNetCoreModule issues
Sort by recently updated
recently updated
newest added

1. merge the csproj file for test site 2. migrate appveyor to vsts 3. install hosting bundle instead of using scripts to install sharefx and ancm

Mostly a note for when we add logging to the shim and #232, [this check is incorrect for absolute file paths](https://github.com/aspnet/AspNetCoreModule/pull/232/files#diff-acdf64ca39d116f420e79aab69bed017R96).

I am using the .NET Core Redirection Module to forward some external traffic to an internal URL. The logs on the IIS reverse proxy site appear fine. ``` info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]...

In in-proc user scenario, the app_offline.htm might not work immediately if there is any open connection such as websocket connections. We should explain this in the documentation.

needs design

We have multiple app services on the same service plan. When the underlying VM is switched out for updates the apps sometimes fail to start. The website will then timeout...

Currently we log the error event of mixed mode and multiple inprocess app when a new request comes. To avoid that many event errors, I think we should log only...

When users set the process mode with "inprocess" and the application actually does not support the inprocess mode, it will fail after request time out (2 minutes) and there will...

STEPS TO REPRO: 1. Create two apps Foo and Bar 2. Set OutOfProcess for Foo and InProcess for Bar 3. Send request to Foo and users should get 200 4....

I think we need to add FREB tracing log when there is a failure of mixed process mode applications or multiple instance of in-process applications. Currently, we set only event...

ANCM_REQUEST_FORWARD_START is logged but ANCM_REQUEST_FORWARD_END is not shown in the Freb log.

enhancement