SEO, IIS 7 and web.config in subfolder issue
- by tesicg
We have ASP.NET application that has sub-folder with .aspx pages and separate web.config file in it. The .aspx pages in that sub-folder behave as separate site. In the web.config file at application level, I set the rule that removing trailing slashes:
<rewrite>
<rules>
<rule name="RemoveTrailingSlashRule1"…