-
Notifications
You must be signed in to change notification settings - Fork 10.3k
UseStaticFiles after update from 2.1 to 2.2 #6660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Solved my problem. |
But i have error: |
I think this is due to an error: #6150 |
Closing as a dup of #4206. Please use https://github.com/aspnet/Docs/blob/master/aspnetcore/host-and-deploy/aspnet-core-module/samples_snapshot/2.x/CurrentDirectoryHelpers.cs as a work around for now. |
The error:
seems like it is probably coming from your application code. Check the callstack where the exception is thrown. |
Actually it looks like this issue for the ObjectDisposedException: #4422 |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
project folder is D:\zaochno\new\src\WebSite
in 2.1 files look in
'D:\zaochno\new\src\WebSite\Files'
in 2.2 files look in
'C:\Program Files\IIS Express\Files'
The text was updated successfully, but these errors were encountered: