0
votes
Why does my ASP.NET MVC application work from a virtual directory, but not from a website?
You likely need to grant read/execute permission to the files/folder that you are deploying to for the windows account that the App Pool of the website on the remote server is running under.
…
