CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2010
    Posts
    2

    Getting Error while pressing F5

    Hi,
    I'm developing a web application in VS 2010. but when I press F5 I receive following error:

    Cannot find http://localhost:9484/default.aspx

    While when i try to view that page in browser, it's loaded perfectly.
    Please let me know how I can resolve this problem, coz it doesn't let me trace the application and debug it

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Getting Error while pressing F5

    How is your Local host set up?

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured