asp development server

Last post 11-07-2009 8:18 AM by aghdennis. 7 replies.

Sort Posts:

  • asp development server

    10-10-2009, 8:15 PM
    • Member
      point Member
    • aghdennis
    • Member since 10-10-2009, 8:12 PM
    • Posts 4

    whenever i try to run an asp page on microsoft visual studio 2008, i get an error "page request unavailable" on my browser. could somebody tell me how to run asp.net test codes that i write on visual studio 2008 without getting cannot be displayed message.

  • Re: asp development server

    10-11-2009, 3:24 AM

    How do you run the page? Does the project compile okay? 

    Thanks

    Carsten

    Please click Mark as Answer if this post is of help to you. :-)



    My Blog
  • Re: asp development server

    10-11-2009, 9:18 AM
    • Member
      point Member
    • aghdennis
    • Member since 10-10-2009, 8:12 PM
    • Posts 4

    i use the debug buttton after which i expect to see the page i am creating but that is not the case. instead i see a "page cnnot be displayed" on my browser.

  • Re: asp development server

    10-11-2009, 9:55 AM

    What is the URL you see in the browser, and does the file name of the Web Form (.aspx) actually exist in your Web application or Web site? 

    Thanks

    Carsten

    Please click Mark as Answer if this post is of help to you. :-)



    My Blog
  • Re: asp development server

    10-11-2009, 9:33 PM
    • Member
      point Member
    • aghdennis
    • Member since 10-10-2009, 8:12 PM
    • Posts 4

    http://localhost:49165/WebSite2/nwweb.aspx

    file name is nwweb.aspx 

    thanks

  • Re: asp development server

    10-12-2009, 1:46 AM

    Do you get the same result, if you right-click nwweb.aspx in Solution Explorer and then click View in Browser? In Internet Explorer, what do get if you replace localhost with 127.0.0.1 after running the Web site from Visual Studio?

    Thanks

    Carsten

    Please click Mark as Answer if this post is of help to you. :-)



    My Blog
  • Re: asp development server

    10-15-2009, 3:14 AM
    Answer

    Hi,

    To better understand your issue, please confirm the following information:

    • If we create another type project, does it have same issue? We need to narrow down the cause of this issue.
    • Did you install any antivirus software which could prevent Asp.Net Development Server? If so, you can try to reconfigure your antivirus software.
    • If we use another browser such as FireFox, does it have the same issue? If you are using Vista, you can refer to http://community.sgdotnet.org/blogs/yizhe/archive/2009/03/29/visual-studio-2008-2005-development-server-not-working-internet-explorer-cannot-display-the-webpage.aspx
    • Please make sure the port number on URL matches the one in ASP.NET Development server. If it doesn't match, you can specify a port for it. For more information, see http://msdn.microsoft.com/en-us/library/ms178109(VS.80).aspx

    You also can refer to related discussion on http://forums.asp.net/t/1434446.aspx and http://forums.asp.net/t/1434983.aspx
     

    I look forward to receiving your test results.

    Thomas Sun
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
  • Re: asp development server

    11-07-2009, 8:18 AM
    Answer
    • Member
      point Member
    • aghdennis
    • Member since 10-10-2009, 8:12 PM
    • Posts 4

    Hi there,

    Thank you for your help. I have resolved the issue with my asp.net server. Apparently i had to remodify the  hosts file on my computer to allow the localhost machine have access to the server. I did that by following the instructions on one of the links you sent me. 

    Thanks again

    Dennis

Page 1 of 1 (8 items)