I’m sure this is something simple.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /my-web-app/Wisej.AspNetHost.aspx
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4330.0
Now, there’s no such file in the folder when running under IIS Express either, so presumably this file is being loaded from some kind of virtual path (IIRC, it’s actually embedded in a resource in the AspNetControl extension DLL).
So, what’s missing from my deployment that makes this magic trick not work in IIS?
This appears to be a result of checking the “Precompile during publishing” checkbox in the publishing options. Clearing that option but otherwise repeating all the original steps results in a working deployment.
Hi Carl,
Could you please attach a small sample that reproduces the problem when published?
TIA,
Levie
Please login first to submit.