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 has been archived by the owner on Nov 16, 2023. It is now read-only.
Ok this has been frustrating. I can build the project and run it locally from VS, but when I try and publish the project to my IIS server I am getting an error saying there is no default document. Looking at the directory I don't see a default.aspx, so how do I configure the site to load the page I see when I run from VS?
The text was updated successfully, but these errors were encountered:
Ok I didn't realize the server didn't have .Net 4.5 installed. I have added that and now I am getting the page to render however now the layout is all messed up. I assume it is a stylesheet issue or maybe the nugget packages. What packages should be installed? I leveraged a web package deployment model to install it.
Does it render correctly if you run it locally? You are likely just missing some of the JS/CSS resources. Try running fiddler and see if there are any 404 requests. If so ensure they are included in the deployment.
Ok this has been frustrating. I can build the project and run it locally from VS, but when I try and publish the project to my IIS server I am getting an error saying there is no default document. Looking at the directory I don't see a default.aspx, so how do I configure the site to load the page I see when I run from VS?
The text was updated successfully, but these errors were encountered: