Cadzow Knowledgebase


Welcome
Contact Us
Professional
Services

Consulting
Knowledgebase/
Site Search

Remote Support

Print Friendly

IIS 7 Disallows Ampersands

By default, IIS 7.0 under Windows 2008 will disallow ampersands (&) in URL requests.

To enable, open an elevated command prompt and type:

reg add HKLM\SOFTWARE\Microsoft\ASP.NET /v VerificationCompatibility /t REG_DWORD /d 1 /y

reg add HKLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters /v AllowRestrictedChars /t REG_DWORD /d 1 /y

net stop W3SVC /y

net start W3SVC

net start TSGateway

See Also

Copyright © 1996-2023 Cadzow TECH Pty. Ltd. All rights reserved.
Information and prices contained in this website may change without notice. Terms of use.


Question/comment about this page? Please email webguru@cadzow.com.au