Prima paginaLiveHosting WebsiteForumBlog
Language
 
Home>Knowledge Base>ASP.NET>A potentially dangerous Request.Form value was detected from the client
User Login
Username
Password
 
 Login
Information
Article ID226
Created On9/8/2011
Modified9/8/2011
Share With Others

A potentially dangerous Request.Form value was detected from the client

Pentru website-urile facute in ASP.NET 3.5, problema apare pe servere cu IIS 7.5.
 
Solutia este sa se converteasca proiectul la ASP.NET 4 si sa se includa in web.config urmatoarea linie:
     
      <httpRuntime requestValidationMode="2.0" />
 
iar in pagina cu problema
 
    RequestValidation="false"