473,811 Members | 2,324 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Unable to start debugging web server - No suitable logon session

After a bit a trouble getting VS to create a project on a different web
server (I forgot to apply the 'fix'), I get the following error when trying
to debug my web application.

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?

What am I doing wrong? Heelp..

I am using VS.NET 2002/IIS 5.1/XP Pro SP2 on the 'client' computer, and IIS
6.0/Server 2003/VS.NET 2002 Server Components on the 'web server'. Both
computers are on the local subnet and form a domain.
Nov 18 '05 #1
3 3474
I am under the EXACT same scenario. XP SP2 with VS.NET 2002 trying to debug
to Windows SBS Server 2003. Receiving the same 'logon session' error. Any
ideas?

"Gary K" wrote:
After a bit a trouble getting VS to create a project on a different web
server (I forgot to apply the 'fix'), I get the following error when trying
to debug my web application.

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?

What am I doing wrong? Heelp..

I am using VS.NET 2002/IIS 5.1/XP Pro SP2 on the 'client' computer, and IIS
6.0/Server 2003/VS.NET 2002 Server Components on the 'web server'. Both
computers are on the local subnet and form a domain.

Nov 18 '05 #2
BSE
Same exact problem here. Win XP Pro - Service pack 2. Please help
J. Clark wrote:
I am under the EXACT same scenario. XP SP2 with VS.NET 2002 trying to debug to Windows SBS Server 2003. Receiving the same 'logon session' error. Any ideas?

"Gary K" wrote:
After a bit a trouble getting VS to create a project on a different web server (I forgot to apply the 'fix'), I get the following error when trying to debug my web application.

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?

What am I doing wrong? Heelp..

I am using VS.NET 2002/IIS 5.1/XP Pro SP2 on the 'client' computer, and IIS 6.0/Server 2003/VS.NET 2002 Server Components on the 'web server'. Both computers are on the local subnet and form a domain.


Nov 19 '05 #3
The problem is that you have to have a console logon session to the
server you are trying to debug. A regular remote desktop session will
not do the job.

You can create a console session from the computer that you are logged
on by clicking Start, clicking Run, and then typing mstsc
-v:<<servername> > /F -console in the Open box, where <<servername> > is
the server that you want to connect to.

Cheers.

Arthur

BSE wrote:
Same exact problem here. Win XP Pro - Service pack 2. Please help
J. Clark wrote:
I am under the EXACT same scenario. XP SP2 with VS.NET 2002 trying to debug
to Windows SBS Server 2003. Receiving the same 'logon session'

error. Any
ideas?

"Gary K" wrote:
After a bit a trouble getting VS to create a project on a
different web server (I forgot to apply the 'fix'), I get the following error when trying to debug my web application.

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?

What am I doing wrong? Heelp..

I am using VS.NET 2002/IIS 5.1/XP Pro SP2 on the 'client'
computer,
and IIS 6.0/Server 2003/VS.NET 2002 Server Components on the 'web
server'.
Both computers are on the local subnet and form a domain.


Nov 19 '05 #4

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

Similar topics

0
1755
by: Edelwater | last post by:
Hello, I have (possibly) a framework related problem Or VS specific : Error while trying to run the project: unable to start debugging on the server. could not start asp.net or atl debugging. Verify that ASP.NET or ATL Server is correctly installed on the Server. This occurs when i want to try to debug a project in Visual Studio. I
1
2056
by: Gary K | last post by:
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...
2
3831
by: | last post by:
Hi, I'm using VS .NET 2003 edition and I had built a web project and I had been using it. But I changed a few settings(why did I ever do that...:( ) Now I'm unable to run my Web application from VS .NET. I get the error: Error while trying to run project. Unable to start debugging on the web server. The project is not
11
2763
by: Claude seraphin | last post by:
I'am having this message while trying to rune my asp.net app on win3k server. I have set debug="true" in <compilation section in my web.config . Can anyone help me? Thanks in advance
16
4231
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the project in debug mode (by hitting F5) it gives an error message "Error while trying to run project: Unable to start debugging on the web server.
5
6590
by: Bruce Schechter | last post by:
I just started to develop an ASP.NET application in vs.net 2003 . But each time I try to execute the application (which is basically empty so far), I get a dialog box titled "Microsoft Development Environment" with this message: "Error while trying to run project: Unable to start debugging on the web server. Server-side error occurred on sending debug HTTP request. Make sure the server is operating correctly. Verify there are no...
1
2401
by: Báltico | last post by:
After installing Windows 2003 Server SP1 I was unable to start any asp.net project either in Debug or Release mode. Every time I got the Unable to start debugging on the web server ... You do not have permission to debug the server ... Verify that you are an administrator or a member of "Debugger users" group I can no longer reproduce the error because I uninstalled SP1. After uninstalling it, everything was solved, so I am sure that SP1...
3
2368
by: =?Utf-8?B?SmVmZnJleQ==?= | last post by:
Just started to test a VB.net 2002 project for ASP.net application. After successfully installed the VS.net 2002 and tested the IIS 5.1 on XP Pro SP2 for some classical ASP programs, I am starting to build ASP.net programs now. For a new ASP.net project, an error message (i.e Unable to start debugging on the web server) popped out. I disabled the ASP.net debugging for 3-4 projects. However, I either could not see the ASP.net...
4
7630
by: ian | last post by:
A few weeks ago I was able to run remote debugging from my local machine (VS 2005 XP sp2) but now I get the following message: unable to start debugging on the web server. logon failure: unknown user name or bad password I logged on to a neighbors computer and I can debug from his so the server should be OK right? The web server is running Server 2003 sp1. I even tried disabling the loopback check in the registry...
0
9728
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10648
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10389
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10135
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9205
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7670
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6890
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3867
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.