I have written some JavaScript to do client-side validation. If I press F5 to execute the application, everything is working fine. But, if I host the application in IIS and if I run from IIS, JavaScript validation is not working at-all.
Can anybody tell what could be the reason?
Hence, I want to debug the application which is hosted in IIS. I am using IIS ver 5.1. How can I debug? means, what processes to attach?
Thanks in advance
Attach aspnet_wp process. Now, you can debug your application hosted in IIS.