Tagged Questions
0
votes
2answers
38 views
ASP.NET MVC 4 Site.css won't load
In Visual Studio 2012 i have created a new ASP.NET MVC 4 project and i did not edit anything. When i debug this project with IIS Express in Google Chrome the website just keeps loading. If i press F12 ...
0
votes
3answers
21 views
Debugging an ASP.NET app running on IIS express VS2012
I am using Windows 8 and Visual Studio 2012 to run an ASP.NET web application locally. Problem is I can't figure out how to attach the debugger. I tried debug>start debugging but it gives me the ...
0
votes
1answer
15 views
Visual Studio 2012 showing directory listing rather than PHP website
With Visual Studio 2012 and PHP 5.4.14 For IIS Express installed when I open an existing PHP web site and select run I get a Directory Listing rather than index.php. When I create a new web project ...
0
votes
0answers
12 views
How can I create new applicationhost.config file in IIS Express Server?
I had to delete my applicationhost.config, because VS 1012 didn't deal with him.
How can I create it?
thank you.
0
votes
1answer
33 views
how do I attach to my aspnet mvc website running in iisexpress vs 2012
I have a website running in aspnet mvc 4 website and I have detached the debugger and want to reattach, but I cannot locate the process I wish to attach to when I bring up the 'attach to process' ...
0
votes
1answer
98 views
Serving static files in development with IIS Express and Visual Studio 2012
This seems like a pretty common use case, but I can't for the life of me find any information on how to set this up.
I've got an "Admin" site where I upload images and then my normal website ...
0
votes
0answers
67 views
Web API IIS Express 502 Error Failed to negotiate HTTPS connection with server.
I am new to web api with SSL. I am trying to get my site to work with https using IIS Express. The http works fine so I set SSL Enabled to true and I get the above error using the generated URI for ...
0
votes
0answers
232 views
VS 2012 & IIS Express With Windows Authentication
I have successfully setup my development environment on one machine utilizing IIS Express and Windows Authentication to essentially force a web application to use SSL. When I pulled the code down ...
0
votes
0answers
122 views
Visual Studio 2012 Update 2 IIS Express Basic authentication Logon failure
We have a wizard for Visual Studio which generates new ASP.NET project with different settings, like authentication.
After installing "Update 2" for VS11 generated application gets 401.1 - ...
0
votes
0answers
43 views
Adding <mimeMap> entry Causes 500 for Other Static Content on IIS Express
I'm using Visual Studio 2012 with Update 2 and IIS Express.
When I add a record to the staticContent section, all other static content (.js, .css, .jpg, etc) returns a 500 error.
Any advice would ...
0
votes
2answers
212 views
Work with Web API and Windows Phone
I am developing a solution that is composed of two elements: a web server, which publishes some REST services, and a mobile client, which consumes those services.
To implement the REST services I have ...
0
votes
0answers
199 views
IIS Express 8 in Visual Studio will not load site when Authentication cookie exists
I have an ASP.NET mvc application in VS 2012 running IIS Express 8 for the debugger (with a custom domain and ssl). Everything was working great until yesterday. When I launch the debugger, it loads ...
1
vote
0answers
135 views
VS 2012 IIS Express 8 - Unable to launch web app
I've created brand new ASP.NET MVC 4 application in VS2012 (Windows 7 64-bit). When I run app using IIS Express 8, my application is not started. Using FireBug I noticed that "site.css" file cannot be ...
0
votes
0answers
35 views
Why does “batch=false” in Web.config improve build time with Casini and worsen it with IIS?
Trying to improve development build time on a 120-project Visual Studio 2012 solution that's been clocking in at 3 minutes plus, the most dramatic change I've found yet comes when I switch between ...
0
votes
0answers
205 views
URL Rewrite redirect to ssl with IIS Express
We have enabled redirection from http to https in IIS 7.5 using URL Rewrite and these web.config settings:
<rules>
<rule name="https redirect" stopProcessing="true">
...
0
votes
1answer
322 views
VS 2012 & IIS Express. Could not find a part of the path 'C:\Program Files (x86)\IIS Express\~\MyPics\My.jpg'
I am developing a Asp.Net MVC 4 application using VS 2012. The application when running in local is using the IIS Express as web server.I am facing issues in trying to access a file which is part of ...
1
vote
0answers
101 views
Debugging website in VS 2012 and IIS Express 8.0 - keep losing session
I recently installed VS2012 and my IIS Express automatically upgraded from 7.5 to 8.0.
Now whenever I debug a website application, I lose my session as if application is restarting every 2-3 pages. ...
2
votes
2answers
248 views
How to detect IIS Express version?
I have found that our ASP.NET application runs differently on different machines in IIS Express. All have VS 2012, .Net 4.5 and Integrated mode. But some has VS 2012 Update 1, some not.
How do I find ...
1
vote
1answer
33 views
VS 2012 launching app based on wrong path
I have a app which is under source control (TFS 2012 also) on c:\Dev\MyApp\Main.
Because im developing a new feature I decided to open a branch on c:\Dev\MyApp\BranchNewFeature.
I developed and when ...
2
votes
1answer
59 views
ApplicationShutdownReason.BuildManagerChange and ApplicationPool restart in IISExpress
We have a problem. We are using IISExpress 8.0 for Asp.net WebForm application(.net 4.0).
Comupter is running under Windows 7 x64.
Sometimes without any reason ApplicationPool restarts. I know that ...
1
vote
1answer
114 views
VS 2012 Breakpoint Issues
I have run into an issue with VS 2012 not hitting breakpoints during the seeding process of my DB. I am on Svr 2008 R2 using EF 5. This is similar to this breakpoint issue, but not quite the same. ...
2
votes
2answers
1k views
IIS express not working in visual studio 2012
Iam not able to run the Visual Studio Application with IIS Express. Iam getting an Error “Unable to launch IIS Express” for the first time.
After multiple times debugging,
Iam getting the below error, ...
0
votes
1answer
112 views
IISConfigurator.exe crashes when running Azure app in the Dev Fabric
If I attempt to run a new or existing azure app, IISConfigurator crashes and I receive a notification that roles are taking longer than expected to start. I'm running in VS2012 on Windows 8, using IIS ...
0
votes
0answers
75 views
Web Project not working with IIS Express
I am using Visual Studio 2012, Windows 8 x64 and IIS Express.
I have copied and pasted a working web project then added it into the same solution (per client, different template etc..)
I updated the ...
1
vote
1answer
505 views
XDebug with IISExpress + PHP Tools for Visual Studio
I have the following setup:
Visual Studio 2012 with the extension PHP Tools for Visual Studio
PHP 5.3
No IIS, using the integrated IIS Express server for debugging
I have the following entries in ...
0
votes
2answers
560 views
How to use domain name instead of localhost in IIS Express
I am developing an ASP.Net MVC 4 website on VS 2012 which runs on IIS Express.
While running my website locally, I would like to see data.xyz.com instead of localhost/Data in the browser address bar.
...
2
votes
0answers
215 views
How can I change IIS Express 8.0 install directory so it doesn't use “My Documents”?
Is it possible to change IIS Express 8.0 so that its install and configuration directory is not under "My Documents"?
In our environment, "My Documents" is mapped to a network share.
The problem ...
0
votes
0answers
85 views
How can I make Visual Studio and IIS Express work with my Android development?
I'm creating a WEB API for Windows Phone and Android, but I'm having some problems making VS and IIS play along with my Android phone. I use a real phone since the emulator is no good.
Problem is ...
0
votes
1answer
681 views
Replacing IIS Express for IIS at visual studio 2012
IIS Express is giving me too many problems with the configurations such as enabling SSL or using a Local Ip
My visual studio2012 project only allows me to use IIS Express and not regular IIS so my ...
0
votes
0answers
267 views
Start IIS Express without debugger
For performance reasons I'd like to start the IIS Express Webserver without debugging. Settings the 'compilation debug="false"' parameter in the web.config solves the issue but every time I start ...
0
votes
1answer
353 views
How does VS2012 Map IIS Express Site Name?
While upgrading from MVC 4 Beta to MVC 4 RC, I ran my baseline built against the Beta release and a branch built against the RC concurrently to do a side-by-side comparison.
As a result, IIS Express ...
1
vote
1answer
201 views
MVC3 intranet application unauthorized after moving to VS 2012
I have an MVC3 intranet application, originally developed in VS 2010. I just tried to open it up on a new machine running VS 2012, but I'm getting this:
Error message 401.2.: Unauthorized: Logon ...
-1
votes
2answers
111 views
iisexpress losing port number on https redirect [closed]
I have a simple asp.mvc 3 web application where my controller is annotated with the [RequireHttps] annotation. In VS2012/IISExpress when I launch the application, the application properly redirects ...
1
vote
1answer
79 views
VS2012 Debug Doesn't Launch Browser
I have an MVC4 application I've been developing for a while and until now I've been attaching to IIS in order to debug and frankly that's just becoming a pain, not to mention it's not always reliable.
...
1
vote
1answer
193 views
IIS 8 Express does not deliver page
I have a bit of a strange problem.
When I debug/run my webs with IIS8 Express, IE starts and then just waits, nothing happens, white page with busy-mouse pointer.
This problem suddenly appeared ...
0
votes
2answers
363 views
Unable to start mvc4 webapp debugging, VS2012( Update 1, Update 2 CTP 3), Windows 8
I a unable to start debugging mvc4 webapp. I am getting following error(s) while trying to debug the application.
If am trying to use IISExpress
And using the vs2012 debugging server
I have ...
1
vote
1answer
963 views
VS2012, IIS Express - Browse Web Site With IP Address Rather than localhost
I am using VS2012 with IIS Express and can not seem to browse my web sites using my IP Address. Is there some way to do that? It used to work fine with earlier versions of VS.
For example, this ...
17
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
0answers
135 views
How can I prevent VS2012 from running IIS Express for any debug?
I am running VS2012 (Ultimate version 11.0.51106.01 Update 01) and do have a website project along with some console, WPF and WCF server projects. My normal debugging runs a non website project and ...
1
vote
1answer
471 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 ...
3
votes
0answers
133 views
How can I let Visual Studio 2012 detect if virtual directories need to be remapped?
My situation:
I am working on an ASP.NET MVC project and debug in IIS-Express. Sometimes when we create a temporary branch, this branch will use the same port for debugging. This means the virtual ...
1
vote
0answers
150 views
How to Setup Local Developer Environment for IIS Express, Web API, and an MVC Web project?
I'm looking for a solution to facilitate for running a local solution that has a ASP.NET MVC Web Project and a Web API REST service project.
Setting multiple startup projects is saved in the .suo ...
1
vote
2answers
923 views
Unable To Launch Web Server
I have asp.net web application project in visual studio 2012. When I want to start it, I have the following error:
Unable to launch the IIS Express Web server:
Port"4012" is in use
This problem ...
3
votes
1answer
250 views
IIS Express Immediately shutting-down running site after stopping web application
I'm using visual studio 2012 in the first days of using VS-2012 when I want to stop application in IDE, application was still running on IIS Express, I could browse running application, but now It ...
0
votes
0answers
75 views
How to show IIS Express output window with Visual Studio 2012
I want to show the log output window of IIS Express when I'm debugging, similar to when IIS Express is ran through command line (iisexpress.exe /site:name).
Anybody knows how to do this while keeping ...
0
votes
0answers
177 views
Can't connect to Visual Studio 2012's IIS Express using IP Address
From what I understand, VS2012 comes with the IIS Express version by default. And it allows you to connect to the development site using IP address. Currently I can connect using ...
2
votes
0answers
219 views
IIS Express 8 takes minutes to serve files
I have a ASP.NET MVC 3 project that I run on IIS Express when debugging. A few days ago, when I installed VS2012, IIS Express suddenly started to take veeeeery long time to serve every single file (JS ...
0
votes
0answers
163 views
Starting IIS Express from command line asp.net mvc 3 project (build with VS2012)
I have an asp.net mvc 3 project I created in visual studio 2012. I would like to run the dev server from the command line rather than the IDE (usually clicking on the green play/triangle button).
...
3
votes
1answer
442 views
Visual Studio 2012 - Web.config invalid in IIS Express 8
To support an installation on IIS 7, I added the following to my web.config:
<system.webServer>
<staticContent>
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
...
1
vote
0answers
509 views
ASP.net MVC 4 project with simple membership, Publishing Error
I am getting the following error when I am trying to publish my website:
It is an error to use a section registered as allowDefinition='MachineToApplication'
beyond application level. This ...





