C# - Error Page After YSOD With Visual Studio Built-in Debugging Server?
Jan 7, 2011
Now that I am playing with NHibernate I am getting a lot more YSODs as I am learning it however I seem to get this error sometimesafter a YSOD:This webpage is not available
The webpage at http://localhost:49497/ might be temporarily down or it may have moved permanently to a new web address.Error 139 (net::ERR_TEMPORARILY_THROTTLED):
Unknown error.Is there any way to disable this because I have to wait a few minutes every time and that is a pretty big killer is productivity?
View 1 Replies
Similar Messages:
Aug 2, 2010
When debug a project, then error message show:
"Error while trying to run project : Unable to start debugging on the web server. The project is not configured to be debugged."
View 2 Replies
Aug 6, 2010
I am getting an error "Unable to start debugging on the web server..." while running as web application in VS2005. But the error seems only for this application. I created a test application, both in VS2005 and VS2008, and found no issues in running these applications.
View 1 Replies
May 17, 2010
I just started getting the error message "Unable to Connect to the ASP.net Development Server" when debugging a website with VWD 2008 (everything was fine in the past). My system is Windows Vista with Windows Live OneCare firewall. I have reviewed other postings related to this problem, and they indicate firewall setting problems - settings not allowing VWD internet access. However, my settings on the "Windows Live OneCare Firewall Advanced Settings" tab specifically allow VWD.
View 5 Replies
Jun 3, 2010
I get this error when I hit F5 in VS 2008. I have checked that Windows authentication is enabled on the site and it is. I can mannully attach the debugger to the IIS process and it works. What could be wrong? I have tried alot of things without success.
View 2 Replies
Mar 7, 2011
I'm trying to debug my web application on my localhost machine in Visual Studio 2010 and I keep getting this error: "unable to start debugging on web server. The Microsoft Visual Studio remote debugging monitor(MSVSMON.exe) does not appear to be running on the remote computer."
Is there a way I can turn this off as I'm not trying to make any attempts debugging remotely.
View 1 Replies
Aug 11, 2010
I am getting this error, without any further details, when attempting to debug my ASP.Net project in VS2010. There are other developers using the same tools and code who are not having this problem therefore I know the problem is not in the web.config file. I have found several suggestions when googling the issue and tried them all to no avail. I uninstalled and re-installed VS2010 along with the .Net 4 framework. I made sure Anonymous as well as Windows authentication is enabled in IIS. I uninstalled and reinstalled IIS. I am at a loss. I can attach to the process and debug the ASP.Net code that way, but what I really need to be working on is a Silverlight app that is called from the ASP.Net and the breakpoints don't work in Silverlight when I attach to the process manually.
View 3 Replies
Jan 24, 2010
I created an asp.net application, and it worked on my local PC. I was using Visual Web Developer 2010 beta.
Then I uploaded almost every file (not the sln and suo files) to my shared-host unix website. This Unix website is supposed to support asp.net.
But I got this error:
Server error in application. Could not load file or assembly 'dave' or one of its dependencies.This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded Does this mean my version of the net.framework is too advanced? Or maybe the version of Visual Web Developer? Or some other reason?
View 2 Replies
Jun 29, 2010
When I right click an ASPX page and click "View in Browser" the VS built-in web server starts up fine. However, if I go back to VS and make changes to the ASPX page and then refresh the browser, the changes are not reflected.
In order to see the changes, I have to stop the running web server and click "View in Browser" again to restart it -- then I can see the changes.
What's going on here? What would cause the built-in server (Cassini) to not reflect updates made from within Visual Studio? I also tried using UltiDev Cassini and am getting the same problem -- the web server does not load changes made in VS until the web server is restarted...
View 4 Replies
Jun 11, 2010
I am using visual studio 2008. I'm getting the following error while running or debugging the project.
"Cannot detach from one or more process. [5804]w3wp.exe; Unrecoverable API error. Do you want to terminate them instead?"
View 2 Replies
Jan 20, 2011
I have a javascript that as a function called OpenChild(). when trying to debug(F5) I receive the error : 'OpenChild' is not a member of 'ASP.childmaster_master'.
View 2 Replies
Jul 13, 2010
I am having a simple web site created using VS.NET 2003 using .NET Framework 1.1 The web site project builds properply. When I hit F5 (to debug) it displays "Error while trying to run project" message. I am able to debug console and windows service applications. Recently I installed VS.NET 2010 (.NET Framework 4.0). I think prior to this it was working fin. ENV: Windows XP and IIS 5.1
View 4 Replies
Feb 1, 2011
I have my local Dev environment VS2K8 (ASP.NET) and our Dev server with no Dev tools. I have an app that runs just fine locally, but once I move to the Dev server I get an error. Another part of the problem is that I am moving the compiled dll for the website so I am not even getting the .cs line in the event log so it is very difficult to debug on the Dev server.
View 1 Replies
Dec 22, 2010
I have IE V 6 and firefox V 3.6 installed on my computer, when I debug my website with asp.net by Visual studio 2008 it shows my page in IE V 6,I want to debug my site with firefox, because VB 2008 shows me this MSGhttp://www.mediafire.com/i/?i0r5b7mi260wcb3
View 3 Replies
Jul 28, 2010
Is there any way to debug, or just simply run an ASP.Net page or project without using Local Host? F5 or Ctrl F5 sometimes load the page fairly fast and sometimes it just does not happen. (At least not within my span of patience.) It seems that when it stalls, if I close the browser or click Stop Debugging, and then try again, it happens! But it is never consistent and usually frustrating.
View 2 Replies
Apr 25, 2010
Debugging using the ASP.NET Development server is extremely slow to initialize. The behavior I'm getting is that if I launch the DevServer from VS2008, the first attempt to load a page takes minutes. After that, it's fine. Before the first page load, the DevServer UI responds to input normally (I can bring it up from the status area, use its context menu, and move the window around) until the first page load comes in. Then it shows the busy cursor (spinning blue ring) for 2-6 minutes before finally completing. There is no significant processor or I/O activity during this. After that, it runs normal speed, quite fast.
View 2 Replies
Jun 16, 2010
I used to have nice development environment at XP for .Net web application development. I have now installed Windows 7 and going to take it as my new machine. I already installed VS2005 and I'm able to
build a project. IIS is working fine and I'm able to open the web application in the web browser. Windows firewall is Off.When I click Start Debuggin on Visual Studio 2005 on Windows 7 I get following error:Unable to start debugging on the web server. Unable to connect to the web server. Verify that the web server is running and that incoming HTTP requests are not blocked by a firewall. What could be wrong? Something to configure in the IIS?
View 2 Replies
Jun 9, 2010
I have an asp.net project in visual studio 2008I press F5 and the "test page" does not launch and I don't understand why.Looked at the properties for the site and "start action" is correctly set to "use current page"Similar question. assuming it automatically launched above, how does one open a 2nd instance of the current debug site (seems like their ought to be a "launch site" button?edit: I went back and launched VS as admin and it did launch the site. Maybe this is a security issue?
View 1 Replies
May 17, 2010
I have Windows Server 2008 (64-bit), VS 2008 with its built-in webserver and an ASP.NET MVC 1.0 webapp.All I'm trying to do is to debug said app. I have a bunch of breakpoints, but they behave in a very strange way. When I fist start a debugging session with F5 and hit a breakpoint, the debugger stops just fine. However, after serveral F10s/F11s debugging suddenly "stops" (no exceptions at that time), but neither VS detaches from browsers' process, nor webapp execution stops: Visual Studio stays attached, and web request continues executing as usual.I tried various browsers (Chrome, Firefox, IE), but to no avail.
View 2 Replies
Jan 20, 2011
All of examples on web assume the remote server which we are going to debug remotely is on the same network. I have only a static IP address and using RDP I connect to server.
I've installed Remote Debugger on remote machine but cannot set the static IP address as Qualifier in visual studio -> debug -> attach to process
View 1 Replies
Jul 19, 2010
Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running.I'm running Windows 7 64 bit, VS 2008 sp1.When I first try to debug I get the error msg above. I wait a few minutes (presumably some service is starting) and debugging will start but no breakpoints are recognized.Some of the things I've tried:Changing the binding of my site from a static IP to "*".
Enabled windows authentication.made sure localhost = 127.0.0.1 in the hosts file.The website was built under windows xp and whatever version of IIS ships with xp. My web config has no errors that I know of but might be missing something required for iis 7 (??)
View 2 Replies
Apr 15, 2010
I just inherited a 2005 VS web project, and am trying to get it running locally. Upon running, I got an error "The following module was built either with optimizations enables or with debug information".
Investigation suggested I delete all files in the BIN directory and rebuild. I tried that, but no DLL's are being output by the project and it completely fails to load.
View 4 Replies
Feb 9, 2011
I run the start debugging option...it runs successfully. but still is shows start debugging option is shown in the Visual studio 2005 IDE. And one more problem is ::I applied break points in one page and run the application. but those break points are not detected....
View 1 Replies
Sep 21, 2010
I am debugging an ASP.Net C# application in Visual Studio 2010, the application is running and execution is currently stopped at a breakpoint. How can I stop the page execution without "Terminate All" or killing the debugging process altogether, similar to what would happen if an unhandled exception was thrown? The "Break All Cntl+Alt+Break" option is grayed out in the Debug menu.
I want to stop the app from running but not have to go through a compile/start again. EDIT: I want execution to stop, not break, so that the page finishes loading and I don't continue running the application from the breakpoint forward. I've looked through the Breakpoints panel, the Debug menu and have right clicked all over but still haven't found the right option.
View 1 Replies
Sep 7, 2010
I have upgraded a Visual Studio 2005 Web Site in a 32 bit server to Visual Studio 2008 maintaining the same 2.0 framework in a 64 bit server with Windows 2008 R2 Server. The Web Site has several class libraries.
After porting to Visual Studio 2008 2.0 Framework using the Upgrade Wizard, I found that I was unable to hit a break point in the Project code behind files while I was able to in the class libraries. The bin folder has the dlls and the corresponding pdb files for the class libraries. I did start the Web site as an Administrator and made sure whole bunch of IIS7 properties are properly set.
I tried to rebuild the solution as a Web Application in Visual Studio 2008 and gave up that approach as I faced hundreds of error messages pointing to missing references and namespaces inspite of adding whole lot of references and namespaces to the Web.
View 12 Replies