Installing VS 2008 on Server 2003, domain controller

Last post 07-18-2009 3:16 PM by srinivaskotra. 4 replies.

Sort Posts:

  • Installing VS 2008 on Server 2003, domain controller

    07-02-2009, 9:28 AM
    • Participant
      1,845 point Participant
    • SMAS-SMAS
    • Member since 11-09-2008, 3:22 PM
    • Abudhabi, United Arab Emirates
    • Posts 455

    I just installed Visual Studio 2008 on my notebook which have Server 2003, it is a Domain Controller.


    After creating a file system web application, I can easily run and debug it, no problem.


    But after creating a http website, when I run, I receive a message

    "Unable to start debugging on the web server. Could not start ASP.NET debugging. More information may be available by starting the project without debugging.


    Can anyone please suggest me some solution.


    Thanks


  • Re: Installing VS 2008 on Server 2003, domain controller

    07-09-2009, 2:30 AM

    Hope this helps: http://forums.asp.net/t/1378428.aspx


    Yours Figo Fei
  • Re: Installing VS 2008 on Server 2003, domain controller

    07-14-2009, 1:22 AM
    • Member
      91 point Member
    • amitk.singh
    • Member since 02-07-2009, 4:47 AM
    • Chandigarh
    • Posts 58

    you are creating application on remote sever by using http so you can not debug your application on local system. so best thing is that write your code on file system and debug that code and then copy paste on http website.

    Thanks
    With Regards

    Amit Singh


    If answer helps you then please mark it as correct.
  • Re: Installing VS 2008 on Server 2003, domain controller

    07-18-2009, 6:19 AM
    • Participant
      1,845 point Participant
    • SMAS-SMAS
    • Member since 11-09-2008, 3:22 PM
    • Abudhabi, United Arab Emirates
    • Posts 455

    No, I am creating application on the same machine as IIS  installed here. There is not only the problem of debugging, I also cannot run the application without debugging. However filesystem application working fine.

    Someone have experience to debug & run ASP.NET 2.0 on a domain controller, can solve my problem.

  • Re: Installing VS 2008 on Server 2003, domain controller

    07-18-2009, 3:16 PM
    Answer

     Hi,

    here is solution steps

    Echo Stop IIS
    iisreset /stop
    echo "----------------------" 
    echo "Deleting the ASPNET account."
    net user ASPNET /delete
    echo "----------------------"
    echo "Reregistering ASP.NET and the ASPNET account."
    aspnet_regiis -i
    echo "Restarting IIS."
    iisreset /start
    echo "----------------------"

     

    http://support.microsoft.com/kb/814717

    http://www.geocities.com/vinnisharma/EnablingASPNETDebugging.htm

    Thanks :)

     

    Remember to click “Mark as Answer” on the post, if it helps you. Because It helps others to find the solution.

    Srinivas Kotra.


Page 1 of 1 (5 items)