Tagged Questions
4
votes
3answers
1k views
Does IIS Express support Debugging Classic ASP?
I recently installed Visual Studio 2010 SP1 BETA, ASP.NET MVC 3 RC2 and IIS Express.
I successfully got an MVC 3 project running along with classic ASP pages in the project with IIS Express.
I was ...
0
votes
2answers
379 views
ASP MVC 3 in IIS 7 and HTTP Error 403.14 - Forbidden
ASP MVC 3 in IIS 7 and HTTP Error 403.14 - Forbidden
I have been working in ASP.NET MVC 3 nowadays, but something ocurred silently and I can't realized what is it wrong. The project suddenly stop ...
0
votes
1answer
44 views
Vs2012/vs2010, ie10.. why is the startup of a new debuggin session so slow?
To start with, I blamed the slow startup on this problem:
VS2010 and IE10 Attaching the Script debugger to process iexplore.exe failed
But after I fixed that, it still takes a really long time to ...
0
votes
0answers
28 views
Visual Studio 2010 Timeout issues (MVC3 Account Model)
I a using the default ASP.Net log-in functions for my MVC3 website, when debugging and attempting to log in I receive a timeout error that alerts me that the 'Account' model is taking too long to ...
2
votes
1answer
139 views
Get current generated html while debugging mvc3 view
While stepping through the generation of a View. Is there a way to see the HTML that has been generated to that point? I've tried looking through the locals variable list, but am having trouble ...
0
votes
1answer
271 views
Visual Studio 2012 MVC 3 multiple unwanted threads
I have an MVC 3 C# project that I created and have been using in Visual Studio 2012. I am also using the entity framework. When debugging, I get the known "The process or thread has changed since last ...
3
votes
4answers
1k views
Can't break in global.asax / Application_Start
I got a break point on the first line of Application_Start(), but Visual Studio wont break on it.
Visual Studio have attached itself to the IIS working process:
Auto-attach to process '[2092] ...
0
votes
1answer
106 views
Debugging and Testing a Web Application Efficiently
I have written a web application which I am trying to test but I am finding that some of the things that I am doing are really repetitive and inefficient. For example, I might want to test just the ...
3
votes
1answer
2k views
MVC3 - Debugging the controller action called by an Ajax call
I am attempting to populate a dropdown based on the value selected in another dropdown. I am using this guy's example, but have not gotten it to run successfully yet. I have a successful Ajax call ...
2
votes
1answer
617 views
Adding 401 custom error to system.webServer.httpErrors gives “Unable to start debugging on the web server” error
I started with a blank MVC 3 web application. I created a new website in my local IIS for localhost:80 and configured my new MVC 3 project to use that web server instead of the VS development web ...
2
votes
1answer
442 views
Parallels 6 VS2010 on Windows 7 Web Site Error '…Failed to start monitoring changes to path\to\web.config"
I've got Parallels 6 running VS2010 under Windows 7 on my Macbook Pro. I'm trying to run my .NET 4.0 MVC 3 web site (debug/release) using the VS default web server and I keep getting the following ...