To fix, modify the web.config file located in the /admin/ folder. Change this line:
<pages validateRequest="false" />To:
<pages validateRequest="false" enableEventValidation="false" />
A directory of ASP.NET tutorials,ASP.NET Codebook, applications, scripts, assemblies and articles for the novice to professional developer
To fix, modify the web.config file located in the /admin/ folder. Change this line:
<pages validateRequest="false" />To:
<pages validateRequest="false" enableEventValidation="false" />
1 comment:
very use full.. thanks
Post a Comment