I have a website which is running fine locally, On the hosted domain it is placed in a sub folder.
Example:
Localhost:1234/public/login.aspx
www.live.co.za/lsnew/public/login.aspx
The group hosting my site has put all my code in the file lsnew on the host domain. This has broken all my links.
I would like to add something in the web config i can turn on before hosting to add a sub directory to all my paths.
How do i add a default sub directory to follow the domain name?
I would like something similar to the web config defaultDocument, but instated of a page name i would like to have a default sub directory to follow my domain name.