Tagged Questions
2
votes
1answer
49 views
Debugging a nuget of an entire web installed into an empty web app
We are in the middle of development for a core ASP.NET MVC web project and a customer plugin in the form of an MvcContrib plugin web project -- a web project injected into the core web as an area. The ...
1
vote
2answers
87 views
Can I step through the source of my IIS 7 deployed MVC app?
I'd like to step through the source code of my MVC application that I just deployed locally on an IIS 7 server. Is it possible? How?
16
votes
5answers
2k views
Debugging MVC application in VS2012 attempts to start IIS Express twice
UPDATE
I'm certain this is a Visual Studio bug with no obvious solution. I've encountered a number of people who have the same exact issue. I have submitted a bug ticket with Microsoft here:
...
1
vote
1answer
337 views
Connecting to Visual Studio debugging IIS Express server over the lan
I have a test ASP.NET MVC3 application developed in VS2012. When I start debugging the app is accessed from the host machine via the request to http://localhost:<portnumber>. But if I try to ...
0
votes
2answers
528 views
ASP.NET MVC - debugging a deployed app
Setup:
I have an ASP.NET MVC 4 app, deployed on a remote server that I can access using remote desktop.
The files have been published to the server, so there is no source.
On the remote server, ...
3
votes
1answer
697 views
Controller actions hit multiple times - ASP.NET MVC 4 App running in Azure Emulator
This might take some time to explain, but here I go :).
I created two Visual Studio 2012 projects:
A project using the (Web -> ASP.NET MVC 4 Web Application) template in Visual Studio's Add Project ...
0
votes
1answer
386 views
Why does VS10 debug generate hundreds of script blocks files?
I'm debugging an asp.net mvc app and while in debug VS10 started generating all these script block files one after another, why is this happening and how do I make it stop?
0
votes
1answer
320 views
Debug Multiple ASP.Net Projects in VisualStudio2010
I have a solution file with two applications loaded. Both are MVC enabled apps, one is a data API the other is a service that consumes the API. I dont have a server to house this application on yet ...
6
votes
1answer
2k views
asp.net mvc debugger throwing SEHException
While I am trying to debug (using F5) the application with in VS, it is showing me the following exception:
External component has thrown an exception.
and here is the stack trace:
Description: An ...
12
votes
1answer
808 views
Actual Debug Symbols for ASP.NET MVC 2 Release Version
I need the actual debug symbols from the released version of ASP.NET MVC 2 (the version that gets installed via the web platform installer).
I know I can download the source, build and use the debug ...