473,413 Members | 1,801 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

2nd Request on error "Unable to Start Debugging on the Web Server."

This is my 2nd request. Is the question too vague? Or, too difficult to
answer. I'm really a newbie at this VS.NET stuff and do appreciate some help
on this problem.---I keep getting the error "Unable to Start Debugging on
the Web Server."

I am on a standalone, non networked computer running XP Professonal and
VS.net, and doing my development using VS.C#.

I "think" I have gone through eveything listed in help for this error, but
obviouly, I'm doing something wrong.

- Are you running a version of Wndows that allows the Visual Studio
debugger..... I'm running XP Professiona.

- Does your Web application have a Web.Config? ... I "assume" VS.C# does all
this????

- Are you a member of the Debuggers Users group? .... I have NO idea how I
check this. Since I'm the only user of the machcine, I would "Hope" that I
am..

- Did you create the project by specific IP.... ? Not I and I assume VB.C#
didn't either..

- Does the machine running IIS server hav eVS.Net Remote Componts Installer?
...... Yes..

- Was IIS installed on the local machine after VS.NET was Installed? .....
I'm not sure, so I ran the repaie option...

- Is the URL for the project start page propery specified? ..... I "Assume"
VS.C# constructed thsi correctly,,,

- Are the IIS security Settings setup properly?... I can't find an
"Administrative Tools." on my system to check this...
Okay, folks.. Do I have someone out there who can help me? Thanks...

Bruce A. Julseth
Nov 13 '05 #1
4 4585
Lee
>- Does your Web application have a Web.Config? ...
I "assume" VS.C# does all
this????
It should, check in your solution explorer pane (the upper
left hand corner of the IDE) and look for a file called
web.config.
- Are you a member of the Debuggers Users group? .... I have NO idea how Icheck this. Since I'm the only user of the machcine, I would "Hope" that Iam..
Right click on your "My Computer" Icon and click "Manage"
Expand the "Local Users and Groups" List and click on
Groups. Double Click the "Debugger Users" group and make
sure that the name that you login with is listed there, if
not, click "Add" and select it from the list.
- Is the URL for the project start page propery specified? ..... I "Assume"VS.C# constructed thsi correctly,,,
To make sure, right click on the page that you want to be
the start page and click "Set as start page"
- Are the IIS security Settings setup properly?... I can't find an"Administrative Tools." on my system to check this...


It should be under your control panel (you will have to
switch to classic mode in order to see it on XP) Also, if
you have recently run the IIS Lockdown tool, this can
prevent you from debugging.

Hope that this helps,

-Lee
Nov 13 '05 #2


Thanks, Lee.. I'll try your suggestions and get back.

Bruce

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #3
If one (namely me) ran the IIS Lock Down Tool, what can one do to allow
debugging but still protect yourself from the outside world?..

"Lee" <le******@hotmail.com> wrote in message
news:03****************************@phx.gbl...
- Does your Web application have a Web.Config? ...

I "assume" VS.C# does all
this????


It should, check in your solution explorer pane (the upper
left hand corner of the IDE) and look for a file called
web.config.
- Are you a member of the Debuggers Users group? .... I

have NO idea how I
check this. Since I'm the only user of the machcine, I

would "Hope" that I
am..


Right click on your "My Computer" Icon and click "Manage"
Expand the "Local Users and Groups" List and click on
Groups. Double Click the "Debugger Users" group and make
sure that the name that you login with is listed there, if
not, click "Add" and select it from the list.
- Is the URL for the project start page propery

specified? ..... I "Assume"
VS.C# constructed thsi correctly,,,


To make sure, right click on the page that you want to be
the start page and click "Set as start page"
- Are the IIS security Settings setup properly?... I

can't find an
"Administrative Tools." on my system to check this...


It should be under your control panel (you will have to
switch to classic mode in order to see it on XP) Also, if
you have recently run the IIS Lockdown tool, this can
prevent you from debugging.

Hope that this helps,

-Lee

Nov 13 '05 #4
"Bruce A. Julseth" <br*****@attglobal.net> wrote in message news:<eb**************@TK2MSFTNGP10.phx.gbl>...
This is my 2nd request. Is the question too vague? Or, too difficult to
answer. I'm really a newbie at this VS.NET stuff and do appreciate some help
on this problem.---I keep getting the error "Unable to Start Debugging on
the Web Server."

I am on a standalone, non networked computer running XP Professonal and
VS.net, and doing my development using VS.C#.

I "think" I have gone through eveything listed in help for this error, but
obviouly, I'm doing something wrong.

- Are you running a version of Wndows that allows the Visual Studio
debugger..... I'm running XP Professiona.

- Does your Web application have a Web.Config? ... I "assume" VS.C# does all
this????

- Are you a member of the Debuggers Users group? .... I have NO idea how I
check this. Since I'm the only user of the machcine, I would "Hope" that I
am..

- Did you create the project by specific IP.... ? Not I and I assume VB.C#
didn't either..

- Does the machine running IIS server hav eVS.Net Remote Componts Installer?
..... Yes..

- Was IIS installed on the local machine after VS.NET was Installed? .....
I'm not sure, so I ran the repaie option...

- Is the URL for the project start page propery specified? ..... I "Assume"
VS.C# constructed thsi correctly,,,

- Are the IIS security Settings setup properly?... I can't find an
"Administrative Tools." on my system to check this...
Okay, folks.. Do I have someone out there who can help me? Thanks...

Bruce A. Julseth


////////////////////////////////////////////
//////////MY THOUGHTS///////////////////////
////////////////////////////////////////////
The first thing I would try is to uninstall IIS, VS.NET and every
other component that you installed. Then reinstall it. I assume you
have already tried this. So on to the next thing.
1. The "Administrative Tools" are under the control panel. Third icon
over. Then click on the "Computer Management" icon and go to local
users and groups. You have to make sure that the ASPNET user is part
of the administrators group.

2. Once you have the Project open in VS.NET go to the Solution
Explorer window, right click your project, go to properties, web
settings, and make sure that you have
C:/Inetpub/wwwroot/yourprojectname under path.

3. Make sure that Internet explorer is not set to "Work Offline" that
will throw you off too.

I could keep going with this but it would take me too long. There are
a lot of things that could be causing that to happen. Email me at
sl******@yahoo.com if you need more help. If you do send me the full
message that you are being presented with.
Nov 15 '05 #5

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

Similar topics

1
by: Paul | last post by:
Hi, I am using .NET 2003 (7.1.3088 Framework 1.1.4322) on Windows Server 2003. After I installed BizTalk 2004 on same machine I was not able to open web project. Error: "Unable to open Web...
2
by: frbn | last post by:
hi all, we currently experience an original problem on a production server with a postgresql 7.1.3 ( a bit old, I know :\ ) We just want to know if somebody experienced this problem: the...
0
by: Kavitha | last post by:
I am creating a web application referring to some external web services. i have done this last month and was working fine till yesterday. When i was preparing for a demo yesterday, it is showing...
2
by: domtam | last post by:
Hi there. My goal is to write a windows service that can act as HTTP Request server. How can I do that? I know that I can use ASP.NET to develop a web site to achieve this purpose, i.e....
0
by: bazzer | last post by:
hey, i am using visual basic.net 2003 and have an ASP.NET webform application thats accessing a microsoft access 2003 database. i kept getting the following error when i tried to run it: ERROR ...
4
by: JackBlack | last post by:
Hi, all! Need a little help tracking down a runtime error problem. I'm getting this error: "Unable to cast object of type 'myStruct' to type 'myStruct'... but the two types are identical! I...
3
by: ros | last post by:
Hi! I have a simple PHP script: $mbox = imap_open ("{localhost:993/imap/ssl}INBOX", "test@domain.com", "123"); if(!$mbox) { echo 'Error: '.imap_last_error().'<br/>'; } Script works fine...
3
by: mohsinews | last post by:
Hey, Hope you are all doing good. I am a new bee here. I have recently transfer a website from one hosting server to another and got the error message "Fatal error: Unable to read 4761 bytes...
2
by: neovantage | last post by:
Hey all, I am getting Fatal error: Unable to read 4761 bytes. Can some one guide me how to fix this error. I have the latest version of Zend Optimizer on my server., So Zend is not the issue other...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
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,...
0
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...

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.