Debug Error when Running WEb Applicatoin - HELP!

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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:...
    3. 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...
    4. cannot debug Internal Server Error
      Brian Phelps wrote on 29 jul 2003 in microsoft.public.inetserver.asp.general: Else If arrivalDay = "" Then Elseif
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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...
    > 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
    >
    >

    Elliot M. Rodriguez Guest

  6. #5

    Default 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...
    > 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
    >
    >

    Elliot M. Rodriguez Guest

  7. #6

    Default 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...
    > 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
    >
    >

    Elliot M. Rodriguez Guest

  8. #7

    Default 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...
    > - 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...
    > > 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

  9. #8

    Default 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...
    > - 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...
    > > 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

  10. #9

    Default 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...
    > - 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...
    > > 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

  11. #10

    Default 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...
    > 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...
    > > - 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...
    > > > 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
    > > >
    > > >
    > >
    > >
    >
    >

    Vaibhav Guest

  12. #11

    Default 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...
    > 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...
    > > - 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...
    > > > 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
    > > >
    > > >
    > >
    > >
    >
    >

    Vaibhav Guest

  13. #12

    Default 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...
    > 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...
    > > - 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...
    > > > 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
    > > >
    > > >
    > >
    > >
    >
    >

    Vaibhav Guest

  14. #13

    Default 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...
    > 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...
    > > - 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...
    > > > 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
    > > >
    > > >
    > >
    > >
    >
    >

    Elliot M. Rodriguez Guest

  15. #14

    Default 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...
    > 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...
    > > - 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...
    > > > 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
    > > >
    > > >
    > >
    > >
    >
    >

    Elliot M. Rodriguez Guest

  16. #15

    Default 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...
    > 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...
    > > - 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...
    > > > 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
    > > >
    > > >
    > >
    > >
    >
    >

    Elliot M. Rodriguez Guest

  17. #16

    Default 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...
    > 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...
    > > 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...
    > > > - 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...
    > > > > 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
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >

    Bite My Bubbles Guest

  18. #17

    Default 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...
    > 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...
    > > 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...
    > > > - 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...
    > > > > 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
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >

    Bite My Bubbles Guest

  19. #18

    Default 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...
    > 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...
    > > 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...
    > > > - 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...
    > > > > 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
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >

    Bite My Bubbles Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139