all groups > visual studio .net debugging > september 2007 >
You're in the

visual studio .net debugging

group:

debugging a remote site



debugging a remote site BrassicaNigra
9/17/2007 9:42:00 PM
visual studio .net debugging: I am working in a development environment that has a server running small
business server that hosts a site I would like to debug directly. I need to
use the server as a development environment and would like to use my
workstation (with VS2005) to work directly with the site on the server. I
can map a drive to it, open the site, build it and the site works fine just
browsing to it, but I get an error page when I try to debug/run (F5) it
through VS2005 on my workstation. From what I have read it seems that this
is possible. I ran/installed the remote debugging tool on the server (the
one on the VS2005 dvd). Following is the error message I get when the
browser window opens;

Server Error in '/WebSite4' Application.
--------------------------------------------------------------------------------

The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure that
it is spelled correctly.

Requested URL: /WebSite4/Panelize.aspx


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET
Version:2.0.50727.832


RE: debugging a remote site wawang NO[at]SPAM online.microsoft.com (
9/18/2007 12:00:00 AM
Hi Brassica,

Please check following things:

* Is FrontPage Server Extension installed on the 2003 Server?
* How's the firewall setting on both sides?
* Make sure you have required permission on the server.

We recently summarized possible issues when remote debugging ASP.NET in
following KB:

#Recap of debugging permissions in ASP.NET
http://support.microsoft.com/kb/893658


Hope this helps.


Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
RE: debugging a remote site BrassicaNigra
9/25/2007 8:14:04 AM
Thank you. I am slowly working through these issues. It is working fine if
I am logged in locally and access my web server. When I try to do it through
the VPN it still is giving me problems.


[quoted text, click to view]
RE: debugging a remote site wawang NO[at]SPAM online.microsoft.com (
9/26/2007 12:00:00 AM
Hi Brassica,

I've searched in our internal database and found some similar issues
regarding not being able to debug via VPN. Some are caused by third party
VPN client and the server was not able to connect back to client.

Could you please tell me more about your VPN client and relevant firewall
settings? Thanks.


Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
AddThis Social Bookmark Button