473,387 Members | 1,891 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,387 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 1925
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
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:
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...
0
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,...
0
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...

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.