CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 7/4/2006 12:27:33 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 4 Views: 38 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
5 Items, 1 Pages 1 |< << Go >> >|
eclbs
Asp.Net User
Remote Debugging through remote IIS?7/4/2006 12:27:33 PM

0/0

Hi,
This is my first attempt at remote debugging. I'm moving a website that I've developed on my local machine onto another machine on the network.
If I start the Remote Debugging Monitor on the remote PC and open the website folder through the FileSystem method on the remote PC via my local VS 2005 I can start debugging successfully. The problem then is that because I need to refer to a virtual folder the site crashes and I am unable to test anything.

So, my  question: How do I configure VS 2005 and the debugger so that I can remotely debug but still have the site recognise virtual folders?

Hope this makes sense,

Thanks for any help,

E
Mikhail Arkhipo
Asp.Net User
Re: Remote Debugging through remote IIS?7/4/2006 4:11:14 PM

0/0

Are you moving local site under IIS? If so, you don't need to open it as file system anymore, open it directly via http://url. You don't need to run remote debugging monitor.

Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
eclbs
Asp.Net User
Re: Remote Debugging through remote IIS?7/4/2006 4:39:42 PM

0/0

Ok, I'm not sure what you mean, (like I say, haven't used VS for remote stuff before) so I'll try and elaborate. I have the original version on my local machine (machine A), which I access through local IIS method.

I now have a copy on another computer on the network (machine B), which runs on the machine B IIS. From my local machine VS I have the option to access the copy on machine B by:

a) opening it through File System - which in conjunction with RDM allows me to debug but messes up virtual folder interaction

b) opening though local IIS - when I try this there doesn't seem to be a way to access any IIS outside of my machine, so no help there.

c) through ftp

d) through url of remote site - doesn't work because I don't have frontpage extensions.

route b) does say 'Local Servers' which makes me think you should be able to access more than just the default localhost, but there doesn't seem to be an obvious way to do that?

Sorry if i'm being dense, thanks for your help!
Mikhail Arkhipo
Asp.Net User
Re: Remote Debugging through remote IIS?7/4/2006 7:44:09 PM

0/0

(d) is officially supported way, you should be able to debug normally with F5.

Opening remote folder as file system is not the same as opening through IIS. Development Web server on your machine will be used then, not remote IIS and DS is much simpler app so some things that work on IIS will not work with Dev Server. This explains (a) as IIS is not used whatsoever if you open Web as file system.

I don't think using remote debugger will help you much. FPSE is what you really need.

Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
samsp
Asp.Net User
Re: Remote Debugging through remote IIS?7/6/2006 5:40:39 PM

0/0

Try the following:

Use a) and open the site through the file system. This enables you to open and edit files.

Open the property page for the website in VS. Under the start options tab, select the Use Custom Server option, and enter the URL for the remote server.

It should then tell the remote IIS that it wants to debug, and initiate remote debugging. You'll need admin privelidges on the remote machine.

5 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
IIS 6: The Complete Reference Authors: Hethe Henrickson, Scott Hofmann, Pages: 720, Published: 2003
.NET Development Security Solutions Authors: John Paul Mueller, Mueller, Pages: 472, Published: 2003
Visual Basic 2008 For Dummies Authors: Bill Sempf, Pages: 360, Published: 2008
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
ASP.NET 2.0: Your Visual Blueprint for Developing Web Applications Authors: Chris Love, Pages: 339, Published: 2007
Comprehensive VB .NET Debugging Authors: Mark Pearce, Pages: 504, Published: 2003
Handbook of Information Security: Threats, Vulnerabilities, Prevention, Detection, and Management Authors: Hossein Bidgoli, Pages: 3366, Published: 2006
Professional ASP.NET 3.5: In C# and VB Authors: Bill Evjen, Scott Hanselman, Devin Rader, Pages: 1673, Published: 2008
Pro Sharepoint 2007 Development Techniques Authors: Margriet Bruggeman, Nikander Bruggeman, Pages: 484, Published: 2007
Windows NT/2000 ADSI Scripting for System Administration: Scripting for System Administration Authors: Thomas Eck, Pages: 700, Published: 2000

Web:
Remote Debugging through remote IIS? - ASP.NET Forums Remote Debugging through remote IIS? Last post 07-06-2006 1:40 PM by samsp. 4 replies. Sort Posts:. Oldest to newest, Newest to oldest ...
Debug ASP pages. Team Remote ASP Debugger. ASP Debugging Tool Debug ASP errors, Set Breakpoints, Step Through, Watch Variables and more. .... Team Remote ASP Debugger does not block IIS or any other application while ...
mszCool's thoughts and cents revealed : Remote Debugging with ... Remote Debugging with Source Control on IIS 6.0 .... Warning: if you are using IIS 6.0 the configuration is not done through IIS MMC but through the ...
How to Set Up Remote Debugging - IIS.net IIS - Microsoft Internet Information Services ... I have installed the Remote Debugging tools for both versions of Visual Studio on the ...
Remote Debugging on IIS w/ vs.net - ASP Free Remote Debugging on IIS w/ vs.net- Microsoft IIS. Visit ASP Free to discuss Remote Debugging on IIS w/ vs.net.
Remote debug (via tunnel) connects but does nothing | ActiveState ... Aug 3, 2007 ... [Solved] Remote debug connects but does nothing ... Oh, another thing that might bite people trying to set up IIS CGI debugging - IIS will ...
Remote debugging ASP.NET applications using Visual Studio 2008 ... Install the Visual Studio 2008 Remote Debugger on your remote machine. ... properties set to Use Visual Studio Development Server or Use IIS Web server. ...
inetserver iis Remote debugging Remote debugging - Walter Sobchak. 22-Apr-08 06:31:55. The problem was that the IIS on the remote computer is version 6.0. ...
IIS7/PHP Enable Remote Debugging Error Messages : Microsoft, IIS ... I have just successfully installed and setup PHP 5.2.6 on IIS 7 (Windows Server 2008 Enterprise). Everything if working perfectly, except I cannot work out ...
Introducing Team Remote ASP Debugger Wouldn't it be great if you could just step through ... Team Remote ASP Debugger does not block IIS or any other application while you are debugging. ...




Search This Site:










how to add a first hardcoded value in dropdownlist?

understanding web forms processing

inherited control and property values

warning cssselectorclass

delete local files without effecting team system??

differences between .net 1, .net 1.1, .net 2.0 and .net 3.0

passwordstrengthregularexpression in web.config not working

using iis as a web server problem

access is denied: 'microsoft.applicationblocks.exceptionmanagement'

month name...

application variables in web.config?

webparts x ajax 1.0

how can i cycle thru a list of images

form onload javascript not enter

how to send an email as a file

ayuda dotnetnuke en español

how to add different tags to xml-based comments in c#

vs.net 2005 question

treeview not displaying properly in ie

redirect control source

adrotator and swf files

query!

stupid question about 'using system;'

problem: individual assemby:.cs files

title bar

website statistics

multiple list categories...

how to make a sitemapdatasource to use a sitemapprovider defined in web.config?

need to use confirm boxes in a c# web page

how to get software,hardware and network information using visual basic 2005

 
All Times Are GMT