I am trying to debug to test if my website that I am creating is working fine, but I am having problems. It directs to the following website rather than run my website. It used to work fine until today.

Below is what my MS Visual Studio looks like

|
I am trying to debug to test if my website that I am creating is working fine, but I am having problems. It directs to the following website rather than run my website. It used to work fine until today.
Below is what my MS Visual Studio looks like
|
|||||||||||||||
|
|
Right Click on the .aspx file in the Solution Explorer & Click "View in Browser". If the Webpage shows fine then the problem is with your browser. To check if the problem is with your browser, change your default browser and the start the debugging. OR simply IE has set your start page, to the one that loads again & again. |
|||
|
|
Did you install some of those dodgy toolbars today? Maybe NetAssistant? Your solution is to get rid of that stuff then it won't try and search when you're trying to debug. Otherwise, if you're a real big fan of all those add ons and want to keep them, when you're debugging you'll have to run, then change the URL in the address bar to include the
|
|||||
|
|
First thing i can see is , you are not in Debugging mode, check tha Run button is still there, |
|||
|
|
|
That is indeed very strange. Try these steps and see if it helps. 1)Clean your solution 2)Click on notification tray on the toolbar(bottom right corner) and make sure that no instance of web server is running. if it is kill it. 3) right click on your webpage and click on "Browse With". Change browser to Firefox or Chrome and click "Set as Default". click OK. 4) Build and Run your application again. |
|||
|
|