Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
A potentially dangerous Request.Path value was detected from the client (&).it occur when i was add a asp.net page dynamically using & symbol..i used .net 4.0 frame work..still am used some programs in web config but server is not loaded..my added programs are given below..


XML
<system.web>
    <httpRuntime requestPathInvalidCharacters="&lt;,&gt;,%,&amp;,:,\,?" />
</system.web>
Posted

1 solution

 
Share this answer
 
Comments
Maciej Los 4-Jul-14 1:55am    
Valuable link ;)
Peter Leow 4-Jul-14 2:16am    
Thanks Maciej, welcome back.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900