Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am trying to deploy a web application on Window Server 2008 R2,

I have some Required field validator's and some Regular Expression validators on the page.
and I am validating those through validation summary by javascript in Webform_onsubmit method.

but problem is that , neither that method is working properly and unable to show the validation summary with validators.

Further I have found "WebResource.axd Internal Server Error 500" in Network tab of Chrome Debugger.

after googling alot, yet I am unable to find any solution.

Can anybody guide me please???

NOTE: I am running application from VS 2010 and also tried after deploying on IIS 7 but still the same issue.
Posted

1 solution

 
Share this answer
 

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