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 18, 2017. It is now read-only.
Pretty easy to repro with MusicStore and IIS (full).
Pack music store
Copy the content of the MusicStore folder to C:\inetpub\wwwroot
Copy the packages folder to C:\inetpub
Access the website.
Expected: everything works
Actual: the website loads forever.
If you open process monitor you can see the following failure:
3:23:02.1104333 PM w3wp.exe 2000 CreateFile C:\inetpub\MusicStore\project.json PATH NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
It seems that it expects that the folder name in which project.json is to match the name in project.json.
If you delete that property from the json file or change it to "wwwroot" everything works.
@davidfowl is this by design? In any case, we need to do something to report this back to the user, it is very hard to find the root cause because all the user sees is a forever loading webpage.
The text was updated successfully, but these errors were encountered:
Pretty easy to repro with MusicStore and IIS (full).
Access the website.
Expected: everything works
Actual: the website loads forever.
If you open process monitor you can see the following failure:
It seems that it expects that the folder name in which project.json is to match the name in project.json.
If you delete that property from the json file or change it to "wwwroot" everything works.
@davidfowl is this by design? In any case, we need to do something to report this back to the user, it is very hard to find the root cause because all the user sees is a forever loading webpage.
The text was updated successfully, but these errors were encountered: