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

Considering the InternetStatus code shows winhttp error code which is documented in hex number format, it will be nice if we use the Hex values in Freb log for easy...

enhancement

Today ANCM sets ASPNETCORE_PORT and IISIntegration sets the server.urls config key to `http://localhost{:port}` as a result. This has a few issues including scenarios where the IPv4 address failed to bind...

STEPS TO REPRO: 1. Enable ANCM FREB tracing 2. Start w3wp.exe process and attach the debugger 3. Set a break point to aspnetcore!SERVER_PROCESS::PostStartCheck 4. Send a request to aspnetcore app...

enhancement

While testing FREB, I found that the last %x of the below string exists alone without any label, which is a usability issue. #define ASPNETCORE_EVENT_PROCESS_START_ERROR_MSG L"Application '%s' with physical root...

If the Inprocess AspnetCore app is already started, other aspnetcore apps which share the same worker process fail with 500 error, which does not have any hint on the reason...

I had a misunderstanding of the point of the test sites before. For the out of process scenario, we should have test sites for 1.1 and 1.0 We can get...

1 - Ready

The pInvoke for obtaining the ApplicationFullPath() should pass in an applicationId such that the native code knows which app to references. cc/ @pan-wang

Further to discussion at https://github.com/aspnet/IISIntegration/issues/204#issuecomment-334291258 Please add `Retry-After` when serving `app_offline.htm` since search engines suggest adding it while performing site maintenance. Ref: https://webmasters.googleblog.com/2011/01/how-to-deal-with-planned-site-downtime.html May be header with some default value...

If the AppPool is shutdown, we can go into the managed application and call ApplicationLifetime.Shutdown(). However, if this call doesn't complete, we should eventually timeout the callback and shutdown ANCM....

ASP.NET Core 2.0 app, IIS 8.5 on Windows Server 2012 R2 with latest updates, aspnetcore.dll file version **7.1.1982.0**. IIS crashes every 1-3 hours. After rollback to previous version of ANCM...