IIS Express is a developer version of IIS 7.5 that doesn't require Administrator rights to run.

learn more… | top users | synonyms

1
vote
0answers
6 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
1answer
26 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
0answers
10 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'" ...
1
vote
2answers
111 views

SqlRoleProvider on IIS8 Express

My web application (a WCF service) uses SqlRoleProvider, which works fine on Visual Studio Development Server. Switching it to IIS8 Express causes it to throw a NullReferenceException though: ...
0
votes
0answers
20 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
2answers
318 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 ...
2
votes
1answer
46 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 ...
4
votes
6answers
7k views

How do I start IIS Express?

I've used the Web PI to install IIS Express. In the tray, there is not the IIS Express icon. How do I start IIS Express without using the command line? I want that IIS runs permanently, so without ...
0
votes
1answer
18 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 ...
9
votes
5answers
3k views

Having problems using IIS Express SSL with VS2012 and a Team

The Problem: ADFS2 requires that a RP Trust uses https. The RP trust being https://localhost:44310/PAWS/. With that said, I need to have IIS Express use SSL locally. So, when I configure my ASP.NET ...
69
votes
6answers
19k views

Using Custom Domains With IIS Express

Traditionally I use custom domains with my localhost development server. Something along the lines of: dev.example.com dev.api.example.com This has provided me a ton of flexibility when working ...
1
vote
1answer
32 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 ...
1
vote
0answers
38 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 ...
0
votes
0answers
16 views

How can I get XAMPP back after IIS 8 took over my localhost?

I have been using XAMPP for a long time for PHP and mySQL development. Yesterday, after Widows update, the browser will not recognize the XAMPP anymore. It goes directly to IIS 8 page, and I cannot ...
20
votes
5answers
3k views

Dots in URL causes 404 with ASP.NET mvc and IIS

I have a project that requires my URLs have dots in the path. For example I may have a URL such as www.example.com/people/michael.phelps URLs with the dot generate a 404. My routing is fine. If I ...
1
vote
0answers
12 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
1answer
4k views

IIS Express path to applicationhost.config in Visual Studio 2010

Is there a way to tell Visual Studio 2010 what value to use for the /config parameter when IIS Express is started? Using Process Explorer I can see that the iisexpress.exe process is started by ...
0
votes
0answers
31 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 ...
3
votes
1answer
5k views

Error: allowDefinition='MachineToApplication' beyond application level

there are a ton of SO postings on this subject. by far, the solution seems to be to configure the directory in IIS as an application. Another common solution is to remove backup web.config files ...
6
votes
1answer
528 views

Is it possible to Downgrade IIS Express 8 -> IIS Express 7.5 with VS2012

We are looking to migrate VS2010->VS2012. On installation VS2012 installs IISExpress 8 by default. It does not appear that there is any way to disable this option. Our production environment uses ...
-1
votes
1answer
39 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
1answer
51 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
42 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

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
1answer
38 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
11 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="/"> ...
24
votes
7answers
14k views

Visual Studio Debugging/Loading Very Slow

I'm at wits end. Visual Studio is typically painfully slow to debug or just plain load ("start without debugging") my MVC sites. Not always: at first, the projects will load nice and fast, but once ...
0
votes
0answers
38 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 ...
8
votes
4answers
13k views

Unable to launch the IIS Express Web server

When trying to debug a web application configured to use IIS Express 7.5 in Visual Studio 2010, I received the following error "Unable to launch the IIS Express Web server" When running from the ...
0
votes
0answers
69 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
1answer
126 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
50 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 ...
1
vote
2answers
128 views

IISExpress 8 Cannot read configuration file redirection.config

I'm running Windows Server 2008 R2 (x64) with IISExpress8 and when navigating to c:\Program Files (x86)\IIS Express>iisexpress.exe it says: Filename: redirection.config Error: Cannot read ...
0
votes
1answer
32 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
116 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 ...
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
96 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
2answers
454 views

How to get rid of command line window when starting IISExpress?

Is there a chance to get rid of command line window when starting IISExpress (iisexpress.exe)? In the thread Use IIS Express in visual studio 2010 without sp1 and command window is determined, that it ...
2
votes
1answer
100 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
98 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 ...
10
votes
1answer
426 views

IIS Express 7.5 refuses to launch from VS 2K10 Ultimate

When trying to debug a web project from VS 2010 Ultimate using IIS Express I get the following error: "Unable to launch IIS Express Web Server." IIS Express does start when this error appears and I ...
0
votes
0answers
34 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 ...
1
vote
3answers
283 views

IIS Express option unavailable in Visual Studio 2010

How do I enable the option to use IIS Express for a website project in my solution? I have installed IIS Express but it does not show up as an option? I would like to use this because at the ...
0
votes
2answers
145 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
2answers
7k views

Where can I find the 'official' libmcrypt.dll and php_mcrypt.dll for PHP 5.3 on Windows?

Background: I am running Windows 7 with IIS Express configured to use PHP 5.3 and I need to load the mcrypt module. I can't find the files I need. I also installed PHP 5.2. for IIS Express and it ...
1
vote
1answer
52 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 ...
2
votes
3answers
4k views

“Visual Studio is unable to launch the IIS Express Web Server” when appPool is configured to use a specifyIdentity

I have been using IIS express as my web server for awhile now, but I've run into a scenario where I need the application pool to run as a specific user, rather than NetworkService or some other ...
0
votes
0answers
130 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 ...
2
votes
3answers
1k views

IIS Express or Cassini

I'm a little confused about something. I am using Visual Studio 2010 and am a little unsure whether VS 2010 uses IIS Express or Cassini when running web applications. What is the difference? ...
79
votes
3answers
22k views

IIS Express Windows Authentication

I'm trying to use IIS Express with VS2010 to host a silverlight application. I modified my applicationhost.config file to allow for modification of the proper configuration settings. I have the ...

1 2 3 4 5 11