Move asp.net website to subfolder/subdomain
- by brz dot net
What is the effective way to deploy an asp.net website in subfolder/subdomain?
Actually I need to keep web.config in root directory and modify following things for this.
Web.config Location tags
Web.config authentication forms tag
Web.sitemap
Style.css
Response.redirect/Server.transfer
Image path
Is there any way to avoid these changes? So my development work is not more different from production.
Means I am expecting one place where applied changes are effective on whole site. No need to modify path on each page.