You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
I have installed beta8 and created new project (Empty web app)
and it works well with IIS Express from visual studio.
I have installed platform handler 1.2 ( and i see httpPlatformHandler in IIS Modules)
Then i published the app and add IIS Application pointing to wwwroot.
When i enable stdoutLog i get log entry:
"Hosting environment: Production
Now listening on: http://localhost:32299
Application started. Press Ctrl+C to shut down.
"
The browser returns 404.
I tried setting AppPool .NET Framework to 4, or no managed code, still getting 404
I cannot run published beta8 app in IIS 7.5
I have installed beta8 and created new project (Empty web app)
and it works well with IIS Express from visual studio.
I have installed platform handler 1.2 ( and i see httpPlatformHandler in IIS Modules)
Then i published the app and add IIS Application pointing to wwwroot.
web.config looks like this
When i enable stdoutLog i get log entry:
"Hosting environment: Production
Now listening on: http://localhost:32299
Application started. Press Ctrl+C to shut down.
"
The browser returns 404.
I tried setting AppPool .NET Framework to 4, or no managed code, still getting 404