Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > Other ASP.NET > ASP.NET 1.x and 2.0 Application Design
|
ASP.NET 1.x and 2.0 Application Design Application design with ASP.NET 1.0, 1.1, and 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.x and 2.0 Application Design section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 23rd, 2003, 08:09 PM
Registered User
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Why unable to start debugging on the web server

I'm doing a ASP.NET project with MS Visual Studio.NET. At the beginning I was using Win 2000 and everything was OK. Last week I bought a new laptop with Windows XP Professional and here came the trouble: I cannot start the application by viewing localhost and I cannot debug the application. Here is the error message I got when tried to debug:

Unable to start debugging on the web server.Server side-error occured on sending debug HTTP request.

I used the "Help" and checked everything it asked but still not working. When I tried to start without debugging, I got the following message:

Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the system event log of the web server. Please review this log entry to discover what caused this error to occur.

Actually I can access the .html files of the application with localhost. The problem is with the webForms. Can you help me out of there? Really appreciate your help!!!:(

 
Old August 25th, 2003, 09:06 PM
Authorized User
 
Join Date: Jun 2003
Posts: 97
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to planeswalk
Default

Hi,

You might want to look into the Application Log in your server's Event Viewer for more information. There are a couple of reasons why you may get this error... one of them being the aspnet_wp process did not start successfully.

Cheers!


Marlon Villarama
Support Team
Web Burner Hosting
[email protected]
www.webburner.com
Toll-Free: 877-535-2876
 
Old September 4th, 2003, 08:22 AM
Registered User
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

This just happened to me - new laptop, rebuild dev environment that worked on Win2K, ... The quick fix for me was to run
   aspnet_regiis -i

Basically during these (painfully massive) reloads we all have to do these days, stuff got confused.

 
Old October 4th, 2003, 01:28 PM
Registered User
 
Join Date: Oct 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

pgaston,

I want to have your babies... Sorry though, I'm male. THANK YOU!!

I was having problems somewhat similar as Lillian. I was also having weird problems where objects such as text boxes, buttons, etc wouldn't show up, only lables.

The "aspnet_regiis -i" command fixed everything in no time! Thank you again, I was pulling my hair out and ready to reformat.

Trek
Radio That Doesn't Suck
www.rtds.org
The best in Rock/Metal Punk
 
Old November 15th, 2003, 09:52 AM
Registered User
 
Join Date: Nov 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I copied my project from 1 computer to another - same drive and directory. I can open the project fine, but can't debug - get the same message posted.

I tried the aspnet_regiis -i with no luck. Then rebooted - no luck.

Any help greatly appreciated!!

Dave

 
Old December 23rd, 2003, 03:36 PM
Registered User
 
Join Date: Dec 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi all, I had the same problem.

aspnet_regiis -i did not fix my problem either.
The problem was solved when I added MY-MACHINE-NAME\ASPNET to the security tab of the properties window for the folder that contains my solution.

ace
www.biblesforamerica.org

 
Old July 29th, 2004, 10:10 AM
Registered User
 
Join Date: Jul 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I also had a same problem.
I did the following.
    aspnet_regiis -ua
After that
    aspnet_regiis -i
This worked

cheers
P.Nishanthan





Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to start debugging on the web server cJeffreywang ASP.NET 1.0 and 1.1 Professional 4 March 16th, 2007 11:18 PM
Unable to start debugging on the web server khautinh .NET Web Services 1 November 8th, 2005 08:20 PM
Unable to start debugging on the Web server abinashpatra ASP.NET 1.0 and 1.1 Basics 1 March 31st, 2005 02:33 AM
Unable to start debugging on the web server DennisBKeith BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 4 July 11th, 2003 04:52 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.