My .Net Web Application (that calls an Oracle stored procedure which I want to step into) does not come up in the browser when I hit "Start Oracle External Application Debugger".
The debug session seem to start ok, but the web application does not come up in Internet Explorer.
I've got the Oracle Developer Tools installed for Visual Studio 2010 when I select "Oracle Application Debugging" from the Tools menu in VS 2010. The "PL/SQL Debugging" inthe Tools-->Options settings are set like they should with my machine IP and ports 65000-65535.
When I select "Start Oracle External Application Debugger," the Debug Window in VS2010 displays:
PL/SQL Debugger starts.
PL/SQL Debugger is listening on host: <my IP> and port: 65050.
But nothing else happens after - browser does not come up with my web application.
Any suggestions please would be greatly appreciated?