473,545 Members | 289 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Remote Debugging-No Suitable Logon Session

I am trying to setup remote debugging on my first client-server setup, so
hopefully this problem is just stupidity on my part. The client machine is
running Windows XP Pro/SP2 with Visual Studio .NET 2002 and the server is
Windows Server 2003 with the Server Components installed from VS. Both
machines are in the domain, and the user is an administrator of both machines
and has been added to the VS Developers group & the Debugger Users group on
both machines (just to be sure). Frontpage Server Extensions are installed &
the user has been added to the admin role. DCOM settings are allowing
Administrators & the user full access to MDM. The web application site does
not allow anonymous users and is Windows integrated for security. The web
application is on the server and is not using the default port. File level
permissions are Ok.

There is a minor problem with project access (that I'm not sure is a
problem), the file share used by the project maps to the web application, but
VS reports that it does not, however, the site's home directory is a local
folder. I am not worried about that, as using the FrontPage web access
setting works fine.

The problem that is annoying me occurs when I try to debug, everything else
works fine. When I try to initiate the debugger (F5) I get the following
message:

Error while trying to run project: Unable to start debugging on the web
server. There appears to be no suitable logon session on the server. Please
verify that you are logged on to the server through Terminal Services or that
you are logged onto the server locally. Would you like to disable future
attempts to debug ASP.NET pages for this project?

If I understand correctly it is asking me to have everything installed on
the server and login locally, or remotly login to the local account via
terminal services (remote desktop?), which seems a bit silly for remote
debugging.

Can someone please help me understand what it is I'm doing wrong? (BTW: I
appologize if I have posted this in the wrong area and if I have then where
should I put it?) Thanks
Jul 21 '05 #1
1 2039
I am having the same problem and I was wondering if you ever got your problem resolved.
I know it is a setting on the server, but which one?
I am trying to setup remote debugging on my first client-server setup, so
hopefully this problem is just stupidity on my part. The client machine is
running Windows XP Pro/SP2 with Visual Studio .NET 2002 and the server is
Windows Server 2003 with the Server Components installed from VS. Both
machines are in the domain, and the user is an administrator of both machines
and has been added to the VS Developers group & the Debugger Users group on
both machines (just to be sure). Frontpage Server Extensions are installed &
the user has been added to the admin role. DCOM settings are allowing
Administrators & the user full access to MDM. The web application site does
not allow anonymous users and is Windows integrated for security. The web
application is on the server and is not using the default port. File level
permissions are Ok.

There is a minor problem with project access (that I'm not sure is a
problem), the file share used by the project maps to the web application, but
VS reports that it does not, however, the site's home directory is a local
folder. I am not worried about that, as using the FrontPage web access
setting works fine.

The problem that is annoying me occurs when I try to debug, everything else
works fine. When I try to initiate the debugger (F5) I get the following
message:

Error while trying to run project: Unable to start debugging on the web
server. There appears to be no suitable logon session on the server. Please
verify that you are logged on to the server through Terminal Services or that
you are logged onto the server locally. Would you like to disable future
attempts to debug ASP.NET pages for this project?

If I understand correctly it is asking me to have everything installed on
the server and login locally, or remotly login to the local account via
terminal services (remote desktop?), which seems a bit silly for remote
debugging.

Can someone please help me understand what it is I'm doing wrong? (BTW: I
appologize if I have posted this in the wrong area and if I have then where
should I put it?) Thanks


User submitted from AEWNET (http://www.aewnet.com/)
Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3557
by: Bihari Srinivasan | last post by:
I am using two PCs, say PC-1 and PC-2 in a networked environment (TCP/IP). Both of these run Windows 2000. PC-1 is a development platform and PC-2 is a remote debug platform. I have a very simply console application written in VB.NET that is built on PC-1 using VisualStudio.NET. I set the VisualStudio.NET debugging environment to...
0
1206
by: Lorenzo | last post by:
Hi, when I try to use remote debugging over a single visual studio .net web project from a single client it function correctly. But when I try to use multiple instance of remote debugging over the same web server (from different PC's and/or over different project) the aspnet services hungs and I must restart server to have all the...
1
285
by: Céline | last post by:
HI everybody, I am trying to get somewhere with VisualStudio.net. The problem is that my web server is not on my PC (for company security reason) on is remote. Everytime I try to create a project I have some errors. Is there some options that I need to change?
2
1398
by: SimonH | last post by:
Hi all, I was thinking about setting up a staging server reunning windows 2003 Server. Up until now I've always used my local machine to perform development because I don't know how to get debugging working on a remote machine. And frankly, sometimes getting debugging to work on my own machine can be a total pain in the arse. But now I'm...
1
2564
by: Zanna | last post by:
Hi all! I hope someone can help me. I have in my lan a PC with IIS installed and this works as web server. On another PC I have VS.net 2003 installed. I'd like to debug asp/aspx pages on the remote PC (with IIS). Is it possible?
1
1494
by: eholz1 | last post by:
Hello MSDN Group, I am trying to do remote debugging with an ASP.NET application. It flat will not let me debug, I always get "unable to start debugging on remote server, access denied". I have installed the VS remote debug componets on the remote server (Windows 2000 sp(the latest), fp 2000 extensions, 1.1 frame work with sp1) The debug...
1
3059
by: Ken Allen | last post by:
I have encountered a problem with remote debugging under VS 2005 and ..Net 2.0 -- it seems that the framework installation does not include the "Microsoft .Net Framework 2.0 Configuration" tool! My preferred method of debugging uses these steps: 1. Share the directory that contains the debug image; also share the folder that contains the...
1
2015
by: CK | last post by:
Hello All, I have been trying to setup remote debugging for web part development by running through the steps in the following documentation: Debugging Web Parts: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_SP2003_ta/html/sharepoint_debugwebparts.asp Debug Settings and Preparation:...
0
1141
by: CK | last post by:
Hello All, I have been trying to setup remote debugging for web part development by running through the steps in the following documentation: Debugging Web Parts: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_SP2003_ta/html/sharepoint_debugwebparts.asp Debug Settings and Preparation:...
2
2400
by: Diez B. Roggisch | last post by:
Hi, I'm fiddling around with pydb. Installation and usage are fine. What I especially like is the fact that you can attach a signal such that you drop into debugging mode on demand. But this is of limited use to me in situations where a server is written in python. According to the source, pydb's debugger class Gdb extends cmd.Cmd. It...
0
7465
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7805
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7752
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5325
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4944
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3449
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3441
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1013
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
701
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.