unable to debug and run the web application in http://localhost

Last post 02-28-2008 1:06 AM by ks.ajayverma. 4 replies.

Sort Posts:

  • unable to debug and run the web application in http://localhost

    02-27-2008, 8:04 AM
    • Member
      104 point Member
    • ks.ajayverma
    • Member since 01-24-2008, 12:39 AM
    • Posts 37

    I have created one web application in my http://localhost and also in http://ajay where ajay is my system name.

    but when I am trying to debug or run application it pop up one message box saying

    that the web application u r trying to access is not available in ur web server, plz hit the refresh tab in ur project folder.

    I have checked my IIS my application folder is there .

    this is first time I m creating application there before that I have created all app. in File System 

    can anyone tell me why it is happening.

    thanks in advance. 

    Ajay Kumar Verma
    Filed under:
  • Re: unable to debug and run the web application in http://localhost

    02-27-2008, 9:13 AM
    • Participant
      825 point Participant
    • Lav.Pathak
    • Member since 01-24-2007, 3:53 PM
    • MIchigan
    • Posts 157

    Go to IIS management Console and convert that virtual directory to Application.

    To Do that...

    1) right click on the virtual folder in IIIS console

    2) select properties

    3) Inside General Tab there will be a button named Create. Click that.

     

    After all this make sure that in your web.config file debug is set to true.

    Hope this helps.

     

    If this post has helped you solve your problem, please mark it as an answer.

    --
    Please mark this post as an answer, if it has helped you solve your problem.

    Lav Pathak
    Programmer Analyst
    Western Michigan University
    http://lavpathak.blogspot.com
  • Re: unable to debug and run the web application in http://localhost

    02-27-2008, 11:38 PM
    • Member
      104 point Member
    • ks.ajayverma
    • Member since 01-24-2008, 12:39 AM
    • Posts 37

    I am not getting u.

    I have opened my  inetmgr(IIS) and there under default website folder  my application is available.

    when I right click and go to property there is no button like Create

    I am using VS2005 and window xp professional. 

    Ajay Kumar Verma
    Filed under:
  • Re: unable to debug and run the web application in http://localhost

    02-27-2008, 11:57 PM
    Answer
    • Participant
      1,070 point Participant
    • kuber.manral
    • Member since 02-27-2008, 5:20 AM
    • Posts 269

    1. inetmgr-->Application Name would be active.

    2. check LOcal path. it would be C:\Inetpub\wwwroot\yourAppName

    3. in document tab add your deafult page on first priority.

    4. Directory Security--> Edit--> Check for Integrated Windows authentication.

    5. ASP.net tab--> file location would be-->C:\Inetpub\wwwroot\yourAppName\web.config

    Click OK and refresh and try again.

    Thanks & Regards
    Kuber Singh Manral.
    MCTS [ASP.Net 2.0 Web Client Application]

    Please "Mark As Answer", if any Post helps you. It facilitates to find
    exact solution of the problem.
  • Re: unable to debug and run the web application in http://localhost

    02-28-2008, 1:06 AM
    Answer
    • Member
      104 point Member
    • ks.ajayverma
    • Member since 01-24-2008, 12:39 AM
    • Posts 37

    I have installed  IIS again  in my pc and all things working perfectly.

    Ajay Kumar Verma
Page 1 of 1 (5 items)