Hi All,
I am new to dot net and need your assistance to debug the ASP.Net page called by Classic ASP using JavaScript AJAX.
- The parent application is written in Classic ASP which calls an ASP.Net page
- The ASP.Net page calls the webservice of another Dotnet application to perform some actions
Clicking a button in Classic ASP page invokes a JavaScript function, which calls the ASP.Net page using AJAX Request. For debugging Classic ASP using VS 2010, I use "Debug -> Attach to Process" and select "w3wp.exe".
But, I am not able to debug the JavaScript function and the ASP.Net page using this process.
When tried attaching to process the w3wp.exe related to ASP.Net, the breakpoint in ASP.Net page says "The breakpoint will not currently be hit no symbols have been loaded".
Can anyone kindly assist me to debug this scenario?
Thanks,
John J

Go to the complete details ...