473,320 Members | 1,939 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,320 software developers and data experts.

Debug Error when Running WEb Applicatoin - HELP!

Ash
Hi,

I've just installed Visual Studio.NET on my computer, which runs on
windows2000 server. When i creat web application and try run it from vb.net,
i get the following error:

===============
Error while trying to run project: unable to start debugging on the web
server. Server side-error occured during http request.

Make sure the server is operation correctly. Verify there is no syntax error
in web.config by doing a debug. Start without debugging. You may want to
refer to the ASP.NET and ALT Server debugging topic in the online
documentation.
============

On the event viewer, the following shows up:
aspnet_wp.exe could not be started. HRESULT for the failure: 80004005

I tried checking online, and i found about enabling debug to true on the
web.config, which was enabled by default, but still having same problem. I
suspect could be some permission error, but haven't been able to figure out.

Anyone out there with an idea?

Thanks,

Ash
Nov 17 '05 #1
5 2588
- doublecheck web.config
- check that your user account is a member of Debugger Users group
- ensure that your web's Integrated Windows Authentication setting is
checked
- try changing the processModel's userName attribute to either a domain user
with higher access rights, or using SYSTEM
- re-register ASP.NET (from command line navigate to framework/version
folder and run aspnet_regiis.exe)

--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***

"Ash" <al*******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

I've just installed Visual Studio.NET on my computer, which runs on
windows2000 server. When i creat web application and try run it from vb.net, i get the following error:

===============
Error while trying to run project: unable to start debugging on the web
server. Server side-error occured during http request.

Make sure the server is operation correctly. Verify there is no syntax error in web.config by doing a debug. Start without debugging. You may want to
refer to the ASP.NET and ALT Server debugging topic in the online
documentation.
============

On the event viewer, the following shows up:
aspnet_wp.exe could not be started. HRESULT for the failure: 80004005

I tried checking online, and i found about enabling debug to true on the
web.config, which was enabled by default, but still having same problem. I suspect could be some permission error, but haven't been able to figure out.
Anyone out there with an idea?

Thanks,

Ash

Nov 17 '05 #2
Ash
Hi,
I tried checking web.config, there's so many of them. I tried looking at the
one in my VB studio's solution explorer, looked fine.
Where do i find processmodel's username? Which file does it contain?
Initially i looked at the web.config file, but it doesn't have that tag, any
idea where i can find it?
Thanks,
Ash
"Elliot M. Rodriguez" <el**************@hotspam.mail.com> wrote in message
news:u4**************@TK2MSFTNGP10.phx.gbl...
- doublecheck web.config
- check that your user account is a member of Debugger Users group
- ensure that your web's Integrated Windows Authentication setting is
checked
- try changing the processModel's userName attribute to either a domain user with higher access rights, or using SYSTEM
- re-register ASP.NET (from command line navigate to framework/version
folder and run aspnet_regiis.exe)

--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***

"Ash" <al*******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

I've just installed Visual Studio.NET on my computer, which runs on
windows2000 server. When i creat web application and try run it from

vb.net,
i get the following error:

===============
Error while trying to run project: unable to start debugging on the web
server. Server side-error occured during http request.

Make sure the server is operation correctly. Verify there is no syntax

error
in web.config by doing a debug. Start without debugging. You may want to
refer to the ASP.NET and ALT Server debugging topic in the online
documentation.
============

On the event viewer, the following shows up:
aspnet_wp.exe could not be started. HRESULT for the failure: 80004005

I tried checking online, and i found about enabling debug to true on the
web.config, which was enabled by default, but still having same problem.

I
suspect could be some permission error, but haven't been able to figure

out.

Anyone out there with an idea?

Thanks,

Ash


Nov 17 '05 #3
process model tag is in machine.config file on the web server.
"Ash" <al*******@hotmail.com> wrote in message
news:ez**************@tk2msftngp13.phx.gbl...
Hi,
I tried checking web.config, there's so many of them. I tried looking at the one in my VB studio's solution explorer, looked fine.
Where do i find processmodel's username? Which file does it contain?
Initially i looked at the web.config file, but it doesn't have that tag, any idea where i can find it?
Thanks,
Ash
"Elliot M. Rodriguez" <el**************@hotspam.mail.com> wrote in message
news:u4**************@TK2MSFTNGP10.phx.gbl...
- doublecheck web.config
- check that your user account is a member of Debugger Users group
- ensure that your web's Integrated Windows Authentication setting is
checked
- try changing the processModel's userName attribute to either a domain

user
with higher access rights, or using SYSTEM
- re-register ASP.NET (from command line navigate to framework/version
folder and run aspnet_regiis.exe)

--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***

"Ash" <al*******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

I've just installed Visual Studio.NET on my computer, which runs on
windows2000 server. When i creat web application and try run it from

vb.net,
i get the following error:

===============
Error while trying to run project: unable to start debugging on the web server. Server side-error occured during http request.

Make sure the server is operation correctly. Verify there is no syntax

error
in web.config by doing a debug. Start without debugging. You may want to refer to the ASP.NET and ALT Server debugging topic in the online
documentation.
============

On the event viewer, the following shows up:
aspnet_wp.exe could not be started. HRESULT for the failure: 80004005

I tried checking online, and i found about enabling debug to true on the web.config, which was enabled by default, but still having same
problem. I
suspect could be some permission error, but haven't been able to
figure out.

Anyone out there with an idea?

Thanks,

Ash



Nov 17 '05 #4
Ash:

Try this from GotDotNet.

http://gotdotnet.com/team/csharp/lea...erproblems.doc

--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***

"Ash" <al*******@hotmail.com> wrote in message
news:ez**************@tk2msftngp13.phx.gbl...
Hi,
I tried checking web.config, there's so many of them. I tried looking at the one in my VB studio's solution explorer, looked fine.
Where do i find processmodel's username? Which file does it contain?
Initially i looked at the web.config file, but it doesn't have that tag, any idea where i can find it?
Thanks,
Ash
"Elliot M. Rodriguez" <el**************@hotspam.mail.com> wrote in message
news:u4**************@TK2MSFTNGP10.phx.gbl...
- doublecheck web.config
- check that your user account is a member of Debugger Users group
- ensure that your web's Integrated Windows Authentication setting is
checked
- try changing the processModel's userName attribute to either a domain

user
with higher access rights, or using SYSTEM
- re-register ASP.NET (from command line navigate to framework/version
folder and run aspnet_regiis.exe)

--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***

"Ash" <al*******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

I've just installed Visual Studio.NET on my computer, which runs on
windows2000 server. When i creat web application and try run it from

vb.net,
i get the following error:

===============
Error while trying to run project: unable to start debugging on the web server. Server side-error occured during http request.

Make sure the server is operation correctly. Verify there is no syntax

error
in web.config by doing a debug. Start without debugging. You may want to refer to the ASP.NET and ALT Server debugging topic in the online
documentation.
============

On the event viewer, the following shows up:
aspnet_wp.exe could not be started. HRESULT for the failure: 80004005

I tried checking online, and i found about enabling debug to true on the web.config, which was enabled by default, but still having same
problem. I
suspect could be some permission error, but haven't been able to
figure out.

Anyone out there with an idea?

Thanks,

Ash



Nov 17 '05 #5
just uninstall iis and dot net, then reinstall both , but do IIS first
"Elliot M. Rodriguez" <el**************@hotspam.mail.com> wrote in message
news:eG***************@TK2MSFTNGP12.phx.gbl...
Ash:

Try this from GotDotNet.

http://gotdotnet.com/team/csharp/lea...erproblems.doc
--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***

"Ash" <al*******@hotmail.com> wrote in message
news:ez**************@tk2msftngp13.phx.gbl...
Hi,
I tried checking web.config, there's so many of them. I tried looking at the
one in my VB studio's solution explorer, looked fine.
Where do i find processmodel's username? Which file does it contain?
Initially i looked at the web.config file, but it doesn't have that tag,

any
idea where i can find it?
Thanks,
Ash
"Elliot M. Rodriguez" <el**************@hotspam.mail.com> wrote in message
news:u4**************@TK2MSFTNGP10.phx.gbl...
- doublecheck web.config
- check that your user account is a member of Debugger Users group
- ensure that your web's Integrated Windows Authentication setting is
checked
- try changing the processModel's userName attribute to either a domain
user
with higher access rights, or using SYSTEM
- re-register ASP.NET (from command line navigate to framework/version
folder and run aspnet_regiis.exe)

--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***

"Ash" <al*******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> I've just installed Visual Studio.NET on my computer, which runs on
> windows2000 server. When i creat web application and try run it from
vb.net,
> i get the following error:
>
> ===============
> Error while trying to run project: unable to start debugging on the

web > server. Server side-error occured during http request.
>
> Make sure the server is operation correctly. Verify there is no
syntax error
> in web.config by doing a debug. Start without debugging. You may want to > refer to the ASP.NET and ALT Server debugging topic in the online
> documentation.
> ============
>
> On the event viewer, the following shows up:
> aspnet_wp.exe could not be started. HRESULT for the failure:
80004005 >
> I tried checking online, and i found about enabling debug to true on

the > web.config, which was enabled by default, but still having same problem. I
> suspect could be some permission error, but haven't been able to figure out.
>
> Anyone out there with an idea?
>
> Thanks,
>
> Ash
>
>



Nov 17 '05 #6

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

Similar topics

2
by: PJ | last post by:
I'm at the end of my rope, I've tried everything I can think of and, while the problem is all over google, no answer has worked for me. I'm getting the following error while trying to start my web...
4
by: Stephen Miller | last post by:
Hi, I am running v1.1.4322 on Win2K server and unable to debug a ASP.Net application running locally, using a full URL (ie www.mysite.com). When I hit F5, I get the following error message: ...
1
by: Reza Sadeghi | last post by:
Hi I am getting this error when I tried to browse any asp.net in visual studio.net. I can build the project but when I try to run and debug the project I get error message that "Unable to start...
6
by: Peter Afonin | last post by:
Hello: I'm running Windows server 2003. I've never had any problems with debugging, but now I cannot debug ANY of my projects. I'm getting this error: "Error while trying to run project:...
4
by: Angel | last post by:
I am trying to debug a simple asp.net project using Visual Studio.net(2002) and receive the following error: Error while tring to run project. Unable to start debugging on the web server....
10
by: Scott | last post by:
I have a simple asp.net app which works fine in debug mode, but crashes on the following line when I run it on the production server: Dim dt As DataTable I have tried the following variations...
2
by: Michael | last post by:
Running DB2 v7 UDB ("DB2 v7.1.0.93", "n031208" and "WR21333") on Windows XP, I am unable to find out why the "Build for Debug" option within Stored Procedure Builder is not enabled on Java stored...
6
by: Scubadude | last post by:
Hi, I'm new to perl and have run into some roadblocks while trying to run tutorials. I have installed Apache v2.2.3 I have installed ActivePerl v6.6.1.638 I have installed php v5.2.0 I am...
4
by: Brad Pears | last post by:
I have a vb.net 2005 project and have made a lot of modifications to it. The project runs fine in debug mode. Now I want to implement it and first I am running the executable on my machine to make...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.