Browser doesn't stop loading - asp.net-mvc-3

I use Windows 7, ASP.NET MVC3 and IIS 7.5. When i debug MVC project, browser opens, loading continues, but page does not open. When i stop debug in Visual Studio, page opens. Please help me..

i found problem's reason myself, I turned off antivirus program, then everything is ok. Thanks

Related

In visual studio web form, I can not see form layout page

I am creating web form application,
It works fine, but today I open the solution,
Suddenly there is no "view designer" optionsolution explorer view in form.cs.
Can anyone help me to solve the problem?
Thank you very much.

Visual Studio 2017 - Unable to start program http://localhost

I have a problem with my IDE. Simply in asp.net web application project when I try to start debugging with Chrome, the problem shows up.
The problem doesn't occur selecting Edge browser for debugging by the way.
https://i.stack.imgur.com/prHhc.png
Also I have no problem when I unclick "Enable javascript debugging for ASP.NET (Chrome and IE)".
For me, the solution (workaround) is to turn off JavaScript debugging on Chrome, which I believe is a new feature introduced in VS 2017.
Go to: Tools > Options > Debugging > General and turn off the setting for:
Enable JavaScript Debugging for ASP.NET (Chrome and IE)
The problem solved by following setting
VS-2017 -> Tools -> Options -> Debugging -> General: Uncheck/Disable the "Enable JavaScript Debugging for ASP.NET (Chrome and IE)" option
I tried the other options provided above such as Restart VS-2017, closing browser opened earlier but that didn't solved this problem. I have installed VS-2017 Community Edition one week back only.
Solution
Make sure any previous opened Chrome debugging windows are closed before you start a new debugging session
Explanation
When I started debugging from VS2017 a new Chrome window opened and when I stopped debugging the Chrome debugging window were shut down and then I could start debugging again.
If the Chrome debugging window wasn't shut down upon debugging stop for whatever reason, and I started a new debugging from VS then it opened a new tab in the previously opened Chrome debugging window, and I had the error and couldn't start debugging.
So I closed the debugging window manually before I started debugging and it worked again.
I just had the same problem, solved it by restarting Visual Studio 2017.
I want share my my solution. Just restart your Application and App Poll in IIS. Hope it helps you.

can not debug mvc4 project in VS2012

I have an internet app project in mvc4. when I press the F5 key, VS start debugging. However when the browser starts, it waits and waits and waits... No exception, No error, ... It just worked fine, until I add a linq-to-entities query in one of my views.
I checked with both chrome and ie 10. nothing changed.
How can I find out where is the problem?
tanx
Please reset your visual studio settings and try once again.

Classic ASP debugging frame content in frameset with VS2010 IIS 7

Im trying to step through a classic asp page which is hosted in iis7 in Visual Studio 2010. Ive followed a few blogs, mainly these ones:
"http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx"
"http://social.msdn.microsoft.com/Forums/en/vsdebug/thread/eff76bd0-6421-4ba5-b063-a348eec27ebb"
It seems that the breakpoint I set is not hit when I browse to the page in question, I think this is because the application is all in frames. When monitoring the process in sql profiler it looks like all session information is gathered once the page starts up, having been browsed to from iis7, after I log in using the login page it doesnt actually get any more information.
Has anybody got any tips for debugging frames in classic asp with VS2010 and iis7?
UPDATE: Turns out there was a hidden setting in the database that meant when I ran the application up it was going to a different system.... which would explain why it wasnt hitting the code - Visual Studio 2008 actually told me in advance that the breakpoint wouldnt be hit.
i'm using the vbscript keyword "stop" in my source code. this is just like a breakpoint in visual studio. a window pops asking you which debugger you want to use, select visualsudio 2010 and you're fine...
you have to set server debugging to true in iis 7 (asp section)

Why does Visual Web Developer 2008/2010 no longer debug silverlight apps in Firefox?

Suddenly today Visual Web Developer does not allow me to debug Silverlight applications.
This happens in 2008 and 2010 versions.
It gives no error message, just ignores all break points.
It can still debug ASP.NET applications.
Is anyone else experiencing this?
Added:
Interesting: debugging works in Internet Explorer but not in Firefox. Also on a new installation on a second computer it debugs in both IE and FF. Just noticed that that FF browser is still version 3.6.3.
I cleared everything in Firefox (3.6.4) but it still doesn't debug in that browser (on two computers):
alt text http://www.deviantsart.com/upload/l46lcc.png
While uninstalling the Silverlight plugin I saw this:
alt text http://www.deviantsart.com/upload/1i7j8ao.png
Check this link:
http://forums.silverlight.net/forums/t/188434.aspx
The solution seems to be:
Regarding the debugging: I think it
would be possible to write a VS plugin
or similar to attach to the
plugin-container.exe process
automatically, however there's a
simpler solution. You can disable the
new isolation feature in Firefox:
Type "about:config" into FF's address
bar Accept the warning (if applicable)
Search for the entry
"dom.ipc.plugins.enabled.npctrl.dll"
Change its value from "true" to
"false" (double-click) Restart the
browser
Mine seems to work fine in both VS2008 and 2010...

Resources