Hi,
i'm creating a mvc application and i'll use under subdomain like _http://myapp.mycompany.com, this subdomain is pointing to app subdirectory, but my actions are generated with applicationPath (subdirectory) always: _http://myapp.mycompany.com/myapp/Home/About. i want _http://myapp.mycompany.com/Home/About only, without applicationPath prefix.
Exists any configuration for this?? I'm using the correct methods: <%= Html.ActionLink("About", "About", "Home") %
Actions rendered without ApplicationPath prefix, is possible in asp.net routing?
* Please, ignore undescore prefix in urls, but i'm novice in stackoverflow and i can't post valid urls =/