an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Blog > ASP.NET Tips and Tricks
ASP.NET Tips and Tricks
Enable Ampersand & in URL in IIS7
If you use & as part of URL e.g. use & in category name, you will get message "HTTP Error 400.0 - Bad Request ASP.NET detected invalid characters in the URL" from IIS7 server. This is because IIS 7 implements UrlScan 2.5 and disallows the ampersand (&) in the request for security reasons. As discussed here, you will need to do the following two in order to fix this.
 
Recent Comments
lukezy said ...
Did you do #1 first to allow restrictedChars first?
Dissertations said ...
the ampersand in the latter will generate a “400 Bad Request” response with the def ...
Gus said ...
Need the multiple store I think its really important to be able to do that.   need as wel ...
Bahram said ...
 This feature is fancy and less actual use. Instead you must put your effort to efficiency ...
lukezy said ...
Please check our roadmap.