ASP.NET MVC and ApplicationPath
- by user93422
Question is about paths and domains:
I have an out-of-the box ASP.NET MVC project (generated by "File-New Project").
On LogOn page it does: return Redirect("~/Account/LogOn");.
I have a domain name: mycompany.com, and following file structure on the server:
/Root
/MyApp (this is where my app goes into)
Default.aspx
...
I have…