473,406 Members | 2,954 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,406 software developers and data experts.

ASP.NET seems too delicate.


I get the following error message when I try to run any ASP.NET
application, even "hello world": "Unable to start debugging on the web
server." It used to work on Windows 2000 but since I've switched to XP
it quit working. I've tried adjusting all kinds of settings that
Microsoft recommends with no luck. I tried reinstalling IIS and Visual
Studio. I put in a service request with Microsoft and so far they
can't figure it out.

Anyway I'm wondering if ASP.NET is really ready for doing real world
applications. It seems like there are thousands of settings, hidden
deep in the bowels of XP's sub menus, and if any one of them are off
ASP.NET will no longer work. Maybe I need to stick with plain old ASP
code until they get the bugs worked out? I'm using Visual Studio 2003
with service pack 1, maybe they've fixed things in later versions?

Feb 27 '07 #1
3 1189
cr113 wrote:
I get the following error message when I try to run any ASP.NET
application, even "hello world": "Unable to start debugging on the web
server." It used to work on Windows 2000 but since I've switched to XP
it quit working. I've tried adjusting all kinds of settings that
Microsoft recommends with no luck. I tried reinstalling IIS and Visual
Studio. I put in a service request with Microsoft and so far they
can't figure it out.

Anyway I'm wondering if ASP.NET is really ready for doing real world
applications. It seems like there are thousands of settings, hidden
deep in the bowels of XP's sub menus, and if any one of them are off
ASP.NET will no longer work. Maybe I need to stick with plain old ASP
code until they get the bugs worked out? I'm using Visual Studio 2003
with service pack 1, maybe they've fixed things in later versions?
There are thousands of people using ASP.NET with great success. Your
problem is probably rare (possibly unique) so it might take some time to
figure out what you've done to prohibit debugging on your machine. Have
you attempted to run the site *without* debugging enabled?

To answer your question, ASP.NET is more than ready for prime time.
It's been heavily used in the industry for the past few years with
*great* success. I highly recommend that you stick with it and try to
figure out what has gone wrong. Worst case scenario, how difficult
would it be for you to rebuild your Windows XP system from scratch and
clean up whatever has been improperly configured? Both Visual Studio
2003 and 2005 have worked flawlessly for me on both Windows 2000 and
Windows XP without requiring any special tweaking. In my experience,
any time people have these irregular problems, it's because of something
they have done themselves either purposely or without realizing.

Good luck,

--
Sean

website: http://senfo.blogspot.com
Feb 27 '07 #2
Hello,

maybe this would help :
http://msdn.microsoft.com/library/de...ml/vsdebug.asp

Ornette.
"senfo" <en**********@yahoo.comI-WANT-NO-SPAMa écrit dans le message de
news:%2***************@TK2MSFTNGP02.phx.gbl...
cr113 wrote:
>I get the following error message when I try to run any ASP.NET
application, even "hello world": "Unable to start debugging on the web
server." It used to work on Windows 2000 but since I've switched to XP
it quit working. I've tried adjusting all kinds of settings that
Microsoft recommends with no luck. I tried reinstalling IIS and Visual
Studio. I put in a service request with Microsoft and so far they
can't figure it out.

Anyway I'm wondering if ASP.NET is really ready for doing real world
applications. It seems like there are thousands of settings, hidden
deep in the bowels of XP's sub menus, and if any one of them are off
ASP.NET will no longer work. Maybe I need to stick with plain old ASP
code until they get the bugs worked out? I'm using Visual Studio 2003
with service pack 1, maybe they've fixed things in later versions?

There are thousands of people using ASP.NET with great success. Your
problem is probably rare (possibly unique) so it might take some time to
figure out what you've done to prohibit debugging on your machine. Have
you attempted to run the site *without* debugging enabled?

To answer your question, ASP.NET is more than ready for prime time. It's
been heavily used in the industry for the past few years with *great*
success. I highly recommend that you stick with it and try to figure out
what has gone wrong. Worst case scenario, how difficult would it be for
you to rebuild your Windows XP system from scratch and clean up whatever
has been improperly configured? Both Visual Studio 2003 and 2005 have
worked flawlessly for me on both Windows 2000 and Windows XP without
requiring any special tweaking. In my experience, any time people have
these irregular problems, it's because of something they have done
themselves either purposely or without realizing.

Good luck,

--
Sean

website: http://senfo.blogspot.com
Feb 28 '07 #3
On Feb 27, 8:24 pm, "Ornette" <abstrait...nospam...@free.frwrote:
Hello,

maybe this would help :http://msdn.microsoft.com/library/de...ary/en-us/dv_v...

Ornette.

"senfo" <enceladus...@yahoo.comI-WANT-NO-SPAMa écrit dans le message denews:%2***************@TK2MSFTNGP02.phx.gbl...
cr113 wrote:
I get the following error message when I try to run any ASP.NET
application, even "hello world": "Unable to start debugging on the web
server." It used to work on Windows 2000 but since I've switched to XP
it quit working. I've tried adjusting all kinds of settings that
Microsoft recommends with no luck. I tried reinstalling IIS and Visual
Studio. I put in a service request with Microsoft and so far they
can't figure it out.
Anyway I'm wondering if ASP.NET is really ready for doing real world
applications. It seems like there are thousands of settings, hidden
deep in the bowels of XP's sub menus, and if any one of them are off
ASP.NET will no longer work. Maybe I need to stick with plain old ASP
code until they get the bugs worked out? I'm using Visual Studio 2003
with service pack 1, maybe they've fixed things in later versions?
There are thousands of people using ASP.NET with great success. Your
problem is probably rare (possibly unique) so it might take some time to
figure out what you've done to prohibit debugging on your machine. Have
you attempted to run the site *without* debugging enabled?
To answer your question, ASP.NET is more than ready for prime time. It's
been heavily used in the industry for the past few years with *great*
success. I highly recommend that you stick with it and try to figure out
what has gone wrong. Worst case scenario, how difficult would it be for
you to rebuild your Windows XP system from scratch and clean up whatever
has been improperly configured? Both Visual Studio 2003 and 2005 have
worked flawlessly for me on both Windows 2000 and Windows XP without
requiring any special tweaking. In my experience, any time people have
these irregular problems, it's because of something they have done
themselves either purposely or without realizing.
Good luck,
--
Sean
website:http://senfo.blogspot.com- Hide quoted text -

- Show quoted t
Thanks, I've already tried those fixes but they don't work for me. I'm
going to try to upgrade to VS 2005 and see if that helps. The
Microsoft guy told me that I was running the wrong version of the
Framework. I'm running the Dotnet Framework 2.0 with VS 2003. He told
me to run 1.1 with VS2003 and 2.0 with VS2005.

Feb 28 '07 #4

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

Similar topics

4
by: Stub | last post by:
I read the code in a book and it seems not quite right to me. The possible mistake seems in the dummy::getData(). It returns a local pointer, void* data, back to its caller. Am I right about...
0
by: Ray Tayek | last post by:
hi, trying to convert some csv files into xsml and pulling a few hairs out :(. using the files below. a java program will parse the csv and take care of strange names and notes that line breaks in...
13
by: Pete | last post by:
I'm cross posting from mscom.webservices.general as I have received no answer there: There has been a number of recent posts requesting how to satisfactorily enable BASIC authorization at the...
9
by: Russell Warren | last post by:
After some digging it seems that python does not have any equivalent to C's #if directives, and I don't get it... For example, I've got a bit of python 2.3 code that uses...
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
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
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...

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.