IIS Express is a developer version of IIS 7.5 that doesn't require Administrator rights to run.
0
votes
0answers
18 views
IIS 7.5, ASP.NET MVC. HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfil
I have a MVC3 web site, which works well on IIS Express, but after publishing to IIS 7.5 I got that weird error. The full error message is:
HTTP Error 500 (Internal Server Error): An unexpected ...
0
votes
2answers
41 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
1answer
26 views
PhpStorm | WebMatrix (IISExpress) | Xdebug.remote_port | — Which Port(s) to put where?
I've got a localhost webserver setup with WebMatrix and its IISExpress. It runs the webserver as http://localhost:<port>.
I've also installed xdebug in it which runs perfectly for error-handling ...
0
votes
1answer
19 views
ASP.NET MVC - Forbidden 403.14 on previously working site
I uninstalled the Visual Studio Tools for Git so I could reinstall a later version (it was doing strange things like leaving merge markers in files).
Since then, in a mixed ASP.NET WebForms and MVC 4 ...
0
votes
0answers
14 views
Programmatically adding IIS Application Pool/Applications using IIS Express rather than IIS
I have a Visual Basic application that creates an application pool and applications. Running it on a 64-bit Windows 8 machine results in the pool and applications getting created in IIS Express 8.0 ...
0
votes
1answer
25 views
NetworkCredentials and Authorization in WebApi
I am having a few problems trying to connect to a ASP.NET webapi service (which I am running myself) from a sample console app using WebClient. The webapi is the typical sample site from MVC4:
public ...
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
13 views
Running locally, different IIS, what are the names?
I feel there is 3 different IIS and I am not sure what to call them, the differences between them.
Building a web project, and ctrl-F5
Use Express IIS (guessing it's express IIS, but how is it ...
0
votes
1answer
18 views
IIS Express Enable External Request - 503
I have attempted to get IIS Express working so that external users can view my MVC ASP.NET development website. I followed instructions on this SO answer but am now getting a 503 error when accessing ...
0
votes
0answers
8 views
Virtual directories and placing clientaccesspolicy.xml under root
We have a number of web projects that all have their virtual directories under the same root.
Now we want to add a clientaccesspolicy.xml file to the setup. However, that file is supposed to be ...
0
votes
0answers
20 views
ProviderName attribute
I have a web project. It is working great on IIS Express, but on IIS 8 when I launch the site I get this error:
The connection string 'DefaultConnection' in the application's
configuration file ...
0
votes
1answer
17 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
13 views
VS2010 Remote Debugging with Mobile APP
Currently I am developing an App with PhoneGap (html5 pages + Jquery). I am using WebAPI C# for sending/recieving Data via ajax. As I am starting to test the App I recongnized that there nonsense ...
1
vote
0answers
10 views
IIS Express keeps creating website copies
I'm developing a Web API using VS2012. In order to allow my mates access the api in the same LAN, I need to modify the applicationhost.config file.
The problem is that sometimes when I modify the ...
0
votes
1answer
104 views
Signalr Hubs Not found (403)
Right, so I've seen loads of questions about this, but none of the suggested fixes have worked for me.
I have a MVC4 project running in Visual Studio 2012/IIS Express, using SignalR to do some ...
0
votes
0answers
41 views
VS2012 WCF / IIS Express 'Failed to register url / Cannot create a file when that file already exists.'
I was doing some work earlier in WCF and I finally got it all working with SSL by following this: http://www.hanselman.com/blog/WorkingWithSSLAtDevelopmentTimeIsEasierWithIISExpress.aspx . When I ...
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' ...
1
vote
1answer
24 views
dot net web Application crashes with encrypted message everytime
I just configured my Visual studio 2010 with IIS express 8.0. It works perfectly but in case of any error in my code it is showing me crash page in encrypted format (Meaning - It shows full of boxes ...
0
votes
0answers
42 views
ASHX file could not create type - running as Application in ISS Express
I have been trying to get a demo of jQuery File Upload working and have been faced with an error for the last couple of hours that I just can't shake. The "could not create type 'namesapce.myHandler'" ...
0
votes
0answers
27 views
why does chrome with iis express measure wrong width of page
i have this simple html:
<html>
<head>
<title>Code: NewYork</title>
</head>
<body data-ng-app="us">
<input type="text" />
</body>
</html>
...
0
votes
1answer
58 views
When using IIS Express through Visual Studio 2012, resx changes are not recognized
In my html code of a C# web application I have the resx references as:
ul class="inlineList"
li
fmt:message key="scrollabletable.footer" /
span data-bind="text: ...
0
votes
1answer
28 views
ASP.NET and YSlow optimization
I'm running a YSlow performance test on my small ASP.NET web project running in an IIS Express. I'm left back with two items that I think needs optimization.
1. Add Expires headers
I need to set ...
1
vote
0answers
116 views
web application exists on both the local IIS web server and the IIS Express web server
On the surface, this looks a lot like I want to use iis 7 instead of iis express in visual web developer 2010, or Visual Studio USE LOCAL IIS WEB SERVER issue with IIS 7.5.
But, my problem is that ...
1
vote
0answers
18 views
disable auto-generated error pages iisexpress
I'm creating a JSON web api. Certain parts of the api are limited to authenticated users only.
If you're not authenticated, the server is programmed to set the http status code to 403 and close the ...
0
votes
0answers
91 views
MVC 4.0, iis express, visual studio 2012 forms authentication and session state timeout issue
I have created a new MVC 4.0 application using the forms authentication template which comes with visual studio 2012.
All works fine and I can login and logout and I am directed to my home page after ...
-1
votes
1answer
69 views
How change IIS Express runtime from 4.0 to 2.0?
I'm trying to run using SharpDevelop a MVC2 web app. When I try to run the application, the following error show up in the browser:
Config Error There is a duplicate
...
0
votes
0answers
70 views
Connect to IIS Express service from PhoneGap (Android)
I am developing a PhoneGap application and want to test it on an Android emulator.
My app call a IIS (Express) service to get a list of people. My service is hosted in local and to call it, I use my ...
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
1answer
126 views
Works for GET, not for POST (404 error)
I have a WebApi controller ServicesApiController in my MVC4 project with a signature like so:
[Authorize(Roles = "sysadmin,Secretary")]
[AcceptVerbs("GET", "POST")]
public IEnumerable<Stock> ...
0
votes
0answers
16 views
PHP works in IISExpress when using “/site:” parameter, but not when specifying “/path:” and “/port:”
I have PHP working in IISExpress, but it seems to only work when I set up a <site> node in applicationhost.config, eg:
<site name="phptest" id="1">
<application path="/">
...
0
votes
1answer
72 views
HttpRequestMessage.GetClientCertificate is null when certificate is being set on client
I've set up a WebAPI service to require https and open to accept a client certificate. The SSL part is working fine. I'm using the WebRequestHandler to attach a certificate (a real one, not test ...
0
votes
0answers
49 views
IIS Express re-compiling on almost every call after load of NuGet package
My web application has been working fine. Just recently, I began trying to add Twitter Bootstrap to my project using NuGet (it doesn't appear that NuGet is the issue because the same thing happens if ...
0
votes
1answer
399 views
Unable to launch the IIS Express Web Server after using Microsoft.Web.Administration
I have been playing around with Microsoft.Web.Administration and I have had the following code run in my settup:
{
using (ServerManager serverManager = new ...
0
votes
0answers
68 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
241 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
1answer
47 views
ssl-based wcf service does not work in azure emulator
If i put the web role to run in IIS, the service goes as expected.
however, it does not work in azure emulator. The error page shows "500 - Internal server error. There is a problem with the resource ...
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 - ...
2
votes
1answer
223 views
How can I force IIS Express to run in 32 bit mode?
I have a classic ASP app that I'm trying to run under IIS Express on 64 bit Windows. It uses Jet to connect to a Microsoft Access database and will not work under 64 bit.
I have created the following ...
1
vote
0answers
150 views
ASP.NET website pages not reflecting recent changes
I have been working on a new intranet site for a few weeks now, and everything has worked as expected. If I made any changes whatsoever (added raw text, new controls, etc) to my .aspx pages, and then ...
1
vote
1answer
172 views
Cannot get ADO connection working on a classic ASP website running in IIS Express on Windows 7 64 bit
I have a legacy classic ASP website that I need to do some maintenance work on. My development machine is running Windows 7 64 bit, Visual Studio 2012 and IIS Express 8.0.
The ASP app is backed by a ...
0
votes
1answer
45 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
213 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 ...
1
vote
1answer
76 views
Start IIS Express without opening default site
When I launch my MVC4 project from Visual Studio 2012, IIS Express starts and then automatically launches the default page for the default site (i.e. the one I'm working on).
How do I prevent it from ...
0
votes
0answers
201 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 ...
0
votes
0answers
23 views
Reseting IIS Express at runtime
I have some tests that require me to restart IIS before running them. With full-blown IIS, this is as easy as running iisreset from Process.start.
The problem I have now is one of my computers is on ...
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 ...
1
vote
1answer
77 views
IIS Express doesn't start on first try, but starts fine after that. How do I troubleshoot?
I'm running Visual Studio Professional 2012, and recently IIS Express tries to spin up on the first attempt when I'm debugging an asp.net mvc app. It eventually times out and I get an error dialog ...
0
votes
0answers
74 views
Set password on virtual directory in IIS Express with AppCmd
I have a vdir with a physicalPath that points to a file share. Setting the "userName" and "password" attributes to a user with access to that share in the vdir config section in applicationhost.config ...

