472,373 Members | 1,903 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

error message: "Unable to start debugging on the web server. The project is not configured to be debugged."

Hi,
We are a team of 4 using win2003 server (sp1) in our dev machines and VS2003
for our .Net web app. We did make a copy of our project (located to one
"hardwarely old" PC ) to our machines. All of us are getting the above error
in ths subject. Everything works fine in the original machine. (project name
is not the same neither include the any machine name).

We did read all MSDN article and others in our goold search.

We made sure that :

1. "Integrated Windows Authentication" checkbox is checked
2. "Http Keep Alives" is checked.
3. "User Authentication with current username and password" in security
settings in IE checked (beside this, we lowed the security level in other
settings just to make it run, unsucseful so far)
4. Of course the debug = "true" in the web configuration file.
5. We added our localhost (include computer names and/or IP) in trusted
sites
6. We did compare setting with the original machine and all of them were
excactly the same. (hope we haven't miss any one)
7. We did see the project settings and the debugging woth ASP.Net was set to
true.

We did try tons of other things they are recommended in google too but still
the entire team are stuck with this error.

Any help is very much appreciated !!!!!

PS:
1. To make it more intriging, I opened new project and I created a
HelloWorld web app it was fine. I opened another VS2003 studio and I tried
to run the first problematic project I had the same error. But when I got
back in my HelloWorld one, I got the same problem !!!!! pls help !!!!!

2.
Machine's info:

OS : win2003 ( and sp-s) and other available updates
..Net 1.1 Framework. & VS2003
RAM 1gb+ and plenty of free HDD

3. Full Error description
---------------------------
Microsoft Development Environment
---------------------------
Error while trying to run project: Unable to start debugging on the web
server. The project is not configured to be debugged.

Click Help for more information.
---------------------------
OK Help
---------------------------


Nov 17 '05 #1
2 1846
HI,
IIRC this is due the folder in the IIS webserver is not configured as an
APP

go to IIS , right click the dir and select create app
cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"genc_ymeri" <ge********@hotmail.com> wrote in message
news:7_******************************@adelphia.com ...
Hi,
We are a team of 4 using win2003 server (sp1) in our dev machines and
VS2003 for our .Net web app. We did make a copy of our project (located
to one "hardwarely old" PC ) to our machines. All of us are getting the
above error in ths subject. Everything works fine in the original machine.
(project name is not the same neither include the any machine name).

We did read all MSDN article and others in our goold search.

We made sure that :

1. "Integrated Windows Authentication" checkbox is checked
2. "Http Keep Alives" is checked.
3. "User Authentication with current username and password" in security
settings in IE checked (beside this, we lowed the security level in other
settings just to make it run, unsucseful so far)
4. Of course the debug = "true" in the web configuration file.
5. We added our localhost (include computer names and/or IP) in trusted
sites
6. We did compare setting with the original machine and all of them were
excactly the same. (hope we haven't miss any one)
7. We did see the project settings and the debugging woth ASP.Net was set
to true.

We did try tons of other things they are recommended in google too but
still the entire team are stuck with this error.

Any help is very much appreciated !!!!!

PS:
1. To make it more intriging, I opened new project and I created a
HelloWorld web app it was fine. I opened another VS2003 studio and I tried
to run the first problematic project I had the same error. But when I got
back in my HelloWorld one, I got the same problem !!!!! pls help !!!!!

2.
Machine's info:

OS : win2003 ( and sp-s) and other available updates
.Net 1.1 Framework. & VS2003
RAM 1gb+ and plenty of free HDD

3. Full Error description
---------------------------
Microsoft Development Environment
---------------------------
Error while trying to run project: Unable to start debugging on the web
server. The project is not configured to be debugged.

Click Help for more information.
---------------------------
OK Help
---------------------------

Nov 17 '05 #2
thanks
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote
in message news:OQ**************@tk2msftngp13.phx.gbl...
HI,
IIRC this is due the folder in the IIS webserver is not configured as an
APP

go to IIS , right click the dir and select create app
cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"genc_ymeri" <ge********@hotmail.com> wrote in message
news:7_******************************@adelphia.com ...
Hi,
We are a team of 4 using win2003 server (sp1) in our dev machines and
VS2003 for our .Net web app. We did make a copy of our project (located
to one "hardwarely old" PC ) to our machines. All of us are getting the
above error in ths subject. Everything works fine in the original
machine. (project name is not the same neither include the any machine
name).

We did read all MSDN article and others in our goold search.

We made sure that :

1. "Integrated Windows Authentication" checkbox is checked
2. "Http Keep Alives" is checked.
3. "User Authentication with current username and password" in security
settings in IE checked (beside this, we lowed the security level in other
settings just to make it run, unsucseful so far)
4. Of course the debug = "true" in the web configuration file.
5. We added our localhost (include computer names and/or IP) in trusted
sites
6. We did compare setting with the original machine and all of them were
excactly the same. (hope we haven't miss any one)
7. We did see the project settings and the debugging woth ASP.Net was set
to true.

We did try tons of other things they are recommended in google too but
still the entire team are stuck with this error.

Any help is very much appreciated !!!!!

PS:
1. To make it more intriging, I opened new project and I created a
HelloWorld web app it was fine. I opened another VS2003 studio and I
tried to run the first problematic project I had the same error. But when
I got back in my HelloWorld one, I got the same problem !!!!! pls help
!!!!!

2.
Machine's info:

OS : win2003 ( and sp-s) and other available updates
.Net 1.1 Framework. & VS2003
RAM 1gb+ and plenty of free HDD

3. Full Error description
---------------------------
Microsoft Development Environment
---------------------------
Error while trying to run project: Unable to start debugging on the web
server. The project is not configured to be debugged.

Click Help for more information.
---------------------------
OK Help
---------------------------


Nov 17 '05 #3

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

Similar topics

0
by: Krishnamoorthy | last post by:
have a website which is running under asp. I have created a folder and declared as Virtual directory from webspace provider. Now i placed files which are generated at a time of creating new...
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...
3
by: Amarpal | last post by:
Hi there, I wonder if someone can help me on VB/ASP.Net project. The project was developed by another developer on another machine. I need to load it and make some changes to this project. I get...
4
by: Bruce A. Julseth | last post by:
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...
0
by: Drushti Avarani via .NET 247 | last post by:
(Type your message here) Hi All, Probably I am posting the message under wrong heading i.einstead of ...languages.vb ,it should be ...languages.C#. I havemade a project in C# language using VS.NET...
0
by: bazzer | last post by:
hey, im trying to access a microsoft access database from an ASP.NET web application in visual basic 2003.NET. i get the following error when i try running it: Server Error in...
4
by: Kuldeep | last post by:
Hi All, ..NET Framework - 1.0 ASP.NET Everytime I open my open, I get this error message "Unable to load one or more breakpoints" Even after this, I can build my application and run Please...
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...
1
by: Terrance | last post by:
I'm trying to create a small messenger program that uses the tcpclient and tcplistenter objects. When I start the application and run the thread that fires the tcplistener; once the client sends...
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: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.

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.