Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

we have developed a wedApp and we pubshlised in IIS(Direcdtry is in my COM) in my COM.When we go to access that webApp in another COM which has connected to printer,its showing error like:
Webpage error details
Message: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
instead printing the reports.

Please help me out in this with an example.
Posted
Updated 24-Aug-11 1:30am
v2

1 solution

Try adding
ValidateRequest="false"
to you Page directive.
 
Share this answer
 
Comments
ks ravi 25-Aug-11 6:31am    
where to add this directive

Thanks
Ks Ravi
luisnike19 25-Aug-11 9:23am    
http://www.asp.net/learn/whitepapers/request-validation

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