Ask a Question related to ASP.NET Security, Design and Development.
-
Ash #1
Debug Error when Running WEb Applicatoin - HELP!
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
Ash Guest
-
Datasource throughout Applicatoin
I have a web application devloped using CF 5. I would like to set a global variable for the datasource so that I can easily point the app to a... -
Error while trying to debug
Hello, When I was trying to open one of my ASP projects somewhere else, I got the following error message: Error while trying to run project:... -
DEBUG help please? LoadXml error - ugh.
Hi, I know EVERYONE says this, but I'm using code that works fine in another form but I get an error on a new one. In my web page, I have... -
cannot debug Internal Server Error
Brian Phelps wrote on 29 jul 2003 in microsoft.public.inetserver.asp.general: Else If arrivalDay = "" Then Elseif -
Debug error message
I am receiving an error while trying to run a web app that connects to an MSDE database engine. "Unable to start debugging on the Web server". I... -
Ash #2
Debug Error when Running WEb Applicatoin - HELP!
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
Ash Guest
-
Ash #3
Debug Error when Running WEb Applicatoin - HELP!
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
Ash Guest
-
Elliot M. Rodriguez #4
Re: Debug Error when Running WEb Applicatoin - HELP!
- 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" <aliasgerj@hotmail.com> wrote in message
news:%23Bo4AohUDHA.2284@TK2MSFTNGP09.phx.gbl...vb.net,> 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 fromerror> 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 syntaxI> 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.out.> suspect could be some permission error, but haven't been able to figure>
> Anyone out there with an idea?
>
> Thanks,
>
> Ash
>
>
Elliot M. Rodriguez Guest
-
Elliot M. Rodriguez #5
Re: Debug Error when Running WEb Applicatoin - HELP!
- 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" <aliasgerj@hotmail.com> wrote in message
news:%23Bo4AohUDHA.2284@TK2MSFTNGP09.phx.gbl...vb.net,> 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 fromerror> 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 syntaxI> 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.out.> suspect could be some permission error, but haven't been able to figure>
> Anyone out there with an idea?
>
> Thanks,
>
> Ash
>
>
Elliot M. Rodriguez Guest
-
Elliot M. Rodriguez #6
Re: Debug Error when Running WEb Applicatoin - HELP!
- 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" <aliasgerj@hotmail.com> wrote in message
news:%23Bo4AohUDHA.2284@TK2MSFTNGP09.phx.gbl...vb.net,> 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 fromerror> 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 syntaxI> 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.out.> suspect could be some permission error, but haven't been able to figure>
> Anyone out there with an idea?
>
> Thanks,
>
> Ash
>
>
Elliot M. Rodriguez Guest
-
Ash #7
Re: Debug Error when Running WEb Applicatoin - HELP!
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" <elliotmrodriguez@hotspam.mail.com> wrote in message
news:u4JrZuhUDHA.2360@TK2MSFTNGP10.phx.gbl...user> - 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> 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" <aliasgerj@hotmail.com> wrote in message
> news:%23Bo4AohUDHA.2284@TK2MSFTNGP09.phx.gbl...> vb.net,> > 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> error> > 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> I> > 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.> out.> > suspect could be some permission error, but haven't been able to figure>> >
> > Anyone out there with an idea?
> >
> > Thanks,
> >
> > Ash
> >
> >
>
Ash Guest
-
Ash #8
Re: Debug Error when Running WEb Applicatoin - HELP!
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" <elliotmrodriguez@hotspam.mail.com> wrote in message
news:u4JrZuhUDHA.2360@TK2MSFTNGP10.phx.gbl...user> - 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> 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" <aliasgerj@hotmail.com> wrote in message
> news:%23Bo4AohUDHA.2284@TK2MSFTNGP09.phx.gbl...> vb.net,> > 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> error> > 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> I> > 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.> out.> > suspect could be some permission error, but haven't been able to figure>> >
> > Anyone out there with an idea?
> >
> > Thanks,
> >
> > Ash
> >
> >
>
Ash Guest
-
Ash #9
Re: Debug Error when Running WEb Applicatoin - HELP!
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" <elliotmrodriguez@hotspam.mail.com> wrote in message
news:u4JrZuhUDHA.2360@TK2MSFTNGP10.phx.gbl...user> - 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> 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" <aliasgerj@hotmail.com> wrote in message
> news:%23Bo4AohUDHA.2284@TK2MSFTNGP09.phx.gbl...> vb.net,> > 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> error> > 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> I> > 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.> out.> > suspect could be some permission error, but haven't been able to figure>> >
> > Anyone out there with an idea?
> >
> > Thanks,
> >
> > Ash
> >
> >
>
Ash Guest
-
Vaibhav #10
Re: Debug Error when Running WEb Applicatoin - HELP!
process model tag is in machine.config file on the web server.
"Ash" <aliasgerj@hotmail.com> wrote in message
news:ezqBO2hUDHA.3312@tk2msftngp13.phx.gbl...the> Hi,
> I tried checking web.config, there's so many of them. I tried looking atany> 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,web> idea where i can find it?
> Thanks,
> Ash
> "Elliot M. Rodriguez" <elliotmrodriguez@hotspam.mail.com> wrote in message
> news:u4JrZuhUDHA.2360@TK2MSFTNGP10.phx.gbl...> user> > - 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> > 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" <aliasgerj@hotmail.com> wrote in message
> > news:%23Bo4AohUDHA.2284@TK2MSFTNGP09.phx.gbl...> > vb.net,> > > 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> > > i get the following error:
> > >
> > > ===============
> > > Error while trying to run project: unable to start debugging on theto> > error> > > server. Server side-error occured during http request.
> > >
> > > Make sure the server is operation correctly. Verify there is no syntax> > > in web.config by doing a debug. Start without debugging. You may wantthe> > > 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 onproblem.> > > web.config, which was enabled by default, but still having samefigure> > I> > > suspect could be some permission error, but haven't been able to>> > out.> >> > >
> > > Anyone out there with an idea?
> > >
> > > Thanks,
> > >
> > > Ash
> > >
> > >
> >
>
Vaibhav Guest
-
Vaibhav #11
Re: Debug Error when Running WEb Applicatoin - HELP!
process model tag is in machine.config file on the web server.
"Ash" <aliasgerj@hotmail.com> wrote in message
news:ezqBO2hUDHA.3312@tk2msftngp13.phx.gbl...the> Hi,
> I tried checking web.config, there's so many of them. I tried looking atany> 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,web> idea where i can find it?
> Thanks,
> Ash
> "Elliot M. Rodriguez" <elliotmrodriguez@hotspam.mail.com> wrote in message
> news:u4JrZuhUDHA.2360@TK2MSFTNGP10.phx.gbl...> user> > - 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> > 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" <aliasgerj@hotmail.com> wrote in message
> > news:%23Bo4AohUDHA.2284@TK2MSFTNGP09.phx.gbl...> > vb.net,> > > 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> > > i get the following error:
> > >
> > > ===============
> > > Error while trying to run project: unable to start debugging on theto> > error> > > server. Server side-error occured during http request.
> > >
> > > Make sure the server is operation correctly. Verify there is no syntax> > > in web.config by doing a debug. Start without debugging. You may wantthe> > > 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 onproblem.> > > web.config, which was enabled by default, but still having samefigure> > I> > > suspect could be some permission error, but haven't been able to>> > out.> >> > >
> > > Anyone out there with an idea?
> > >
> > > Thanks,
> > >
> > > Ash
> > >
> > >
> >
>
Vaibhav Guest
-
Vaibhav #12
Re: Debug Error when Running WEb Applicatoin - HELP!
process model tag is in machine.config file on the web server.
"Ash" <aliasgerj@hotmail.com> wrote in message
news:ezqBO2hUDHA.3312@tk2msftngp13.phx.gbl...the> Hi,
> I tried checking web.config, there's so many of them. I tried looking atany> 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,web> idea where i can find it?
> Thanks,
> Ash
> "Elliot M. Rodriguez" <elliotmrodriguez@hotspam.mail.com> wrote in message
> news:u4JrZuhUDHA.2360@TK2MSFTNGP10.phx.gbl...> user> > - 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> > 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" <aliasgerj@hotmail.com> wrote in message
> > news:%23Bo4AohUDHA.2284@TK2MSFTNGP09.phx.gbl...> > vb.net,> > > 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> > > i get the following error:
> > >
> > > ===============
> > > Error while trying to run project: unable to start debugging on theto> > error> > > server. Server side-error occured during http request.
> > >
> > > Make sure the server is operation correctly. Verify there is no syntax> > > in web.config by doing a debug. Start without debugging. You may wantthe> > > 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 onproblem.> > > web.config, which was enabled by default, but still having samefigure> > I> > > suspect could be some permission error, but haven't been able to>> > out.> >> > >
> > > Anyone out there with an idea?
> > >
> > > Thanks,
> > >
> > > Ash
> > >
> > >
> >
>
Vaibhav Guest
-
Elliot M. Rodriguez #13
Re: Debug Error when Running WEb Applicatoin - HELP!
Ash:
Try this from GotDotNet.
[url]http://gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc[/url]
--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***
"Ash" <aliasgerj@hotmail.com> wrote in message
news:ezqBO2hUDHA.3312@tk2msftngp13.phx.gbl...the> Hi,
> I tried checking web.config, there's so many of them. I tried looking atany> 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,web> idea where i can find it?
> Thanks,
> Ash
> "Elliot M. Rodriguez" <elliotmrodriguez@hotspam.mail.com> wrote in message
> news:u4JrZuhUDHA.2360@TK2MSFTNGP10.phx.gbl...> user> > - 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> > 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" <aliasgerj@hotmail.com> wrote in message
> > news:%23Bo4AohUDHA.2284@TK2MSFTNGP09.phx.gbl...> > vb.net,> > > 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> > > i get the following error:
> > >
> > > ===============
> > > Error while trying to run project: unable to start debugging on theto> > error> > > server. Server side-error occured during http request.
> > >
> > > Make sure the server is operation correctly. Verify there is no syntax> > > in web.config by doing a debug. Start without debugging. You may wantthe> > > 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 onproblem.> > > web.config, which was enabled by default, but still having samefigure> > I> > > suspect could be some permission error, but haven't been able to>> > out.> >> > >
> > > Anyone out there with an idea?
> > >
> > > Thanks,
> > >
> > > Ash
> > >
> > >
> >
>
Elliot M. Rodriguez Guest
-
Elliot M. Rodriguez #14
Re: Debug Error when Running WEb Applicatoin - HELP!
Ash:
Try this from GotDotNet.
[url]http://gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc[/url]
--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***
"Ash" <aliasgerj@hotmail.com> wrote in message
news:ezqBO2hUDHA.3312@tk2msftngp13.phx.gbl...the> Hi,
> I tried checking web.config, there's so many of them. I tried looking atany> 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,web> idea where i can find it?
> Thanks,
> Ash
> "Elliot M. Rodriguez" <elliotmrodriguez@hotspam.mail.com> wrote in message
> news:u4JrZuhUDHA.2360@TK2MSFTNGP10.phx.gbl...> user> > - 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> > 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" <aliasgerj@hotmail.com> wrote in message
> > news:%23Bo4AohUDHA.2284@TK2MSFTNGP09.phx.gbl...> > vb.net,> > > 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> > > i get the following error:
> > >
> > > ===============
> > > Error while trying to run project: unable to start debugging on theto> > error> > > server. Server side-error occured during http request.
> > >
> > > Make sure the server is operation correctly. Verify there is no syntax> > > in web.config by doing a debug. Start without debugging. You may wantthe> > > 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 onproblem.> > > web.config, which was enabled by default, but still having samefigure> > I> > > suspect could be some permission error, but haven't been able to>> > out.> >> > >
> > > Anyone out there with an idea?
> > >
> > > Thanks,
> > >
> > > Ash
> > >
> > >
> >
>
Elliot M. Rodriguez Guest
-
Elliot M. Rodriguez #15
Re: Debug Error when Running WEb Applicatoin - HELP!
Ash:
Try this from GotDotNet.
[url]http://gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc[/url]
--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***
"Ash" <aliasgerj@hotmail.com> wrote in message
news:ezqBO2hUDHA.3312@tk2msftngp13.phx.gbl...the> Hi,
> I tried checking web.config, there's so many of them. I tried looking atany> 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,web> idea where i can find it?
> Thanks,
> Ash
> "Elliot M. Rodriguez" <elliotmrodriguez@hotspam.mail.com> wrote in message
> news:u4JrZuhUDHA.2360@TK2MSFTNGP10.phx.gbl...> user> > - 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> > 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" <aliasgerj@hotmail.com> wrote in message
> > news:%23Bo4AohUDHA.2284@TK2MSFTNGP09.phx.gbl...> > vb.net,> > > 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> > > i get the following error:
> > >
> > > ===============
> > > Error while trying to run project: unable to start debugging on theto> > error> > > server. Server side-error occured during http request.
> > >
> > > Make sure the server is operation correctly. Verify there is no syntax> > > in web.config by doing a debug. Start without debugging. You may wantthe> > > 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 onproblem.> > > web.config, which was enabled by default, but still having samefigure> > I> > > suspect could be some permission error, but haven't been able to>> > out.> >> > >
> > > Anyone out there with an idea?
> > >
> > > Thanks,
> > >
> > > Ash
> > >
> > >
> >
>
Elliot M. Rodriguez Guest
-
Bite My Bubbles #16
Re: Debug Error when Running WEb Applicatoin - HELP!
just uninstall iis and dot net, then reinstall both , but do IIS first
"Elliot M. Rodriguez" <elliotmrodriguez@hotspam.mail.com> wrote in message
news:eG2vV%23hUDHA.584@TK2MSFTNGP12.phx.gbl...[url]http://gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc[/url]> Ash:
>
> Try this from GotDotNet.
>
>message>
> --
> Elliot M. Rodriguez, MCSD
> *** It would take 227 cans of Mountain Dew to kill me***
>
>
>
> "Ash" <aliasgerj@hotmail.com> wrote in message
> news:ezqBO2hUDHA.3312@tk2msftngp13.phx.gbl...> the> > Hi,
> > I tried checking web.config, there's so many of them. I tried looking at> any> > 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,> > idea where i can find it?
> > Thanks,
> > Ash
> > "Elliot M. Rodriguez" <elliotmrodriguez@hotspam.mail.com> wrote indomain> > news:u4JrZuhUDHA.2360@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 asyntax> web> > 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" <aliasgerj@hotmail.com> wrote in message
> > > news:%23Bo4AohUDHA.2284@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> > > > server. Server side-error occured during http request.
> > > >
> > > > Make sure the server is operation correctly. Verify there is nowant> > > error
> > > > in web.config by doing a debug. Start without debugging. You may80004005> 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:> the> > > >
> > > > I tried checking online, and i found about enabling debug to true on> problem.> > > > web.config, which was enabled by default, but still having same> figure> > > I
> > > > suspect could be some permission error, but haven't been able to>> >> > > out.
> > > >
> > > > Anyone out there with an idea?
> > > >
> > > > Thanks,
> > > >
> > > > Ash
> > > >
> > > >
> > >
> > >
> >
>
Bite My Bubbles Guest
-
Bite My Bubbles #17
Re: Debug Error when Running WEb Applicatoin - HELP!
just uninstall iis and dot net, then reinstall both , but do IIS first
"Elliot M. Rodriguez" <elliotmrodriguez@hotspam.mail.com> wrote in message
news:eG2vV%23hUDHA.584@TK2MSFTNGP12.phx.gbl...[url]http://gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc[/url]> Ash:
>
> Try this from GotDotNet.
>
>message>
> --
> Elliot M. Rodriguez, MCSD
> *** It would take 227 cans of Mountain Dew to kill me***
>
>
>
> "Ash" <aliasgerj@hotmail.com> wrote in message
> news:ezqBO2hUDHA.3312@tk2msftngp13.phx.gbl...> the> > Hi,
> > I tried checking web.config, there's so many of them. I tried looking at> any> > 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,> > idea where i can find it?
> > Thanks,
> > Ash
> > "Elliot M. Rodriguez" <elliotmrodriguez@hotspam.mail.com> wrote indomain> > news:u4JrZuhUDHA.2360@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 asyntax> web> > 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" <aliasgerj@hotmail.com> wrote in message
> > > news:%23Bo4AohUDHA.2284@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> > > > server. Server side-error occured during http request.
> > > >
> > > > Make sure the server is operation correctly. Verify there is nowant> > > error
> > > > in web.config by doing a debug. Start without debugging. You may80004005> 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:> the> > > >
> > > > I tried checking online, and i found about enabling debug to true on> problem.> > > > web.config, which was enabled by default, but still having same> figure> > > I
> > > > suspect could be some permission error, but haven't been able to>> >> > > out.
> > > >
> > > > Anyone out there with an idea?
> > > >
> > > > Thanks,
> > > >
> > > > Ash
> > > >
> > > >
> > >
> > >
> >
>
Bite My Bubbles Guest
-
Bite My Bubbles #18
Re: Debug Error when Running WEb Applicatoin - HELP!
just uninstall iis and dot net, then reinstall both , but do IIS first
"Elliot M. Rodriguez" <elliotmrodriguez@hotspam.mail.com> wrote in message
news:eG2vV%23hUDHA.584@TK2MSFTNGP12.phx.gbl...[url]http://gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc[/url]> Ash:
>
> Try this from GotDotNet.
>
>message>
> --
> Elliot M. Rodriguez, MCSD
> *** It would take 227 cans of Mountain Dew to kill me***
>
>
>
> "Ash" <aliasgerj@hotmail.com> wrote in message
> news:ezqBO2hUDHA.3312@tk2msftngp13.phx.gbl...> the> > Hi,
> > I tried checking web.config, there's so many of them. I tried looking at> any> > 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,> > idea where i can find it?
> > Thanks,
> > Ash
> > "Elliot M. Rodriguez" <elliotmrodriguez@hotspam.mail.com> wrote indomain> > news:u4JrZuhUDHA.2360@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 asyntax> web> > 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" <aliasgerj@hotmail.com> wrote in message
> > > news:%23Bo4AohUDHA.2284@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> > > > server. Server side-error occured during http request.
> > > >
> > > > Make sure the server is operation correctly. Verify there is nowant> > > error
> > > > in web.config by doing a debug. Start without debugging. You may80004005> 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:> the> > > >
> > > > I tried checking online, and i found about enabling debug to true on> problem.> > > > web.config, which was enabled by default, but still having same> figure> > > I
> > > > suspect could be some permission error, but haven't been able to>> >> > > out.
> > > >
> > > > Anyone out there with an idea?
> > > >
> > > > Thanks,
> > > >
> > > > Ash
> > > >
> > > >
> > >
> > >
> >
>
Bite My Bubbles Guest



Reply With Quote

