locked
Localhost is not responding with Visual Studio 2008 RRS feed

  • Question

  • User970350993 posted

    Hi All,

    There is one old asp.net 3.5 project which has been developed using Visual Studio 2008. Now we are trying to run that application on Visual Studio 2008. Application building is happening proper without any bugs. But when i m trying run the application using F5 then application is keeping on rotating.  Page is not loading. It is also not throwing any exception.

    We are using Window server 2012. Have anyone face this type of issue while running the asp.net application ?

    Wednesday, November 20, 2019 5:57 AM

Answers

  • User288213138 posted

    Hi chandradev1,

    Have you checked your IIS service status? This may be the iis failed to load.

    You can try to manually exit IIS EXPRESS during debugging, then close all processes of Visual studio, and finally restart the  Visual Studio.

    You can also try to use ctrl+F5 to load the page first, then turn off the page and debug(F5).

    Best regards,

    Sam

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, November 21, 2019 2:49 AM