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
1k views

VS2012 changes my IIS Express configuration file detrimentally when opening solution

Given the following site, configured within applicationHost.config for IIS Express 7.5 <site name="MySite" id="1"> <application path="/" applicationPool="Clr2IntegratedAppPool"> ...
1
vote
0answers
199 views

Syntax for netsh http url reservation for any IP address

I'm using IIS Express as my development web server with Visual Studio 2012. I want to be able to reach my site from wireless devices (smartphones, tablets, etc.) for testing and debugging. The ...
0
votes
1answer
451 views

Unable to create virtual directory

I am working on a website which authenticates with Facebook, so that the user can sign in through his/her Facebook profile. I've seen similar questions like this one, but none that covers exactly my ...
1
vote
1answer
158 views

adding large file url to database is taking too much time

I'm taking video's url by FileUpload control in Asp .Net .Then I add this url to database for retrieving another asp .net web page. My problem is when I take picture url same way it takes short time ...
1
vote
0answers
485 views

IIS Express Internal Server Error

I am having a problem with IIS Express 7.5 on one my machines that I cannot track down. Running IIS Express 7.5 Studio 2010 .NET 3.5 Framework ASP.NET MVC Website (default) I have successfully ...
1
vote
1answer
326 views

Visual Studio 2010 + IIS Express + Umbraco multi site = either “port 80 in use” or second homepage not detected

I am trying to make a proper setup with Visual Studio 2010, IIS Express (WebMatrix) and Umbraco v4.9.0 for developing a multi site website. I have edited the hosts-file to include: 127.0.0.1 ...
1
vote
2answers
577 views

asp.net website (development) takes very long to load first time (C# / Visual Studio 2012)

I know this has been asked quite some time regarding production websites. However, I would like to know if there is anything that could possibly be done to speed up the initial load time of a ...
0
votes
1answer
401 views

Fresh Windows + VS2012 = MVC3 Problems

I just recently got a fresh install of Windows 7 on a my PC running VS2012/VS2010. I have an MVC3 project that ran just fine before I pulled it onto this PC to run. The project still compiles on ...
8
votes
2answers
5k views

Visual Studio 2012 IIS Express 8 Fresh Install - Can't Connect

On Visual Studio 2010 + IIS Express 7 I was able to use IIS Express as a server and browse sites. I've since installed Visual Studio 2012 (on Windows 7 64-bit) with IIS Express 8, and I can't browse ...
1
vote
1answer
307 views

IIS Express Azure Web Role URL Stuck on 127.255.0.0:82

I have a webrole + azure cloud solution that was working great, and then all of a sudden i hit debug while having another solution open and running and the solution threw a 500 error. Now when i hit ...
1
vote
3answers
297 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 ...
5
votes
1answer
2k views

Can Visual Studio restart IIS Express on new debugging session?

I have an ASP.Net application that performs some database initialization during Application_Start in Global.asax. I'm using IIS Express to debug the application. I find that if I stop debugging, ...
29
votes
8answers
17k 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
2answers
276 views

Unable to run Silverlight application from Visual Studio 2010

I'm in the process of setting up a new machine as a development environment and I'm having issues getting an existing code base that hosts a Silverlight application to work. The code runs fine on all ...
0
votes
1answer
886 views

IIS Express (WebMatrix 2) won't serve .cshtml files in WebAPI project (VS10/WinXP)

I am trying to run a WebAPI project on WinXP through WebMatrix 2. I'm getting this error when attempting to browse index.cshtml (in the root): "This type of page is not served." I created a ...
1
vote
1answer
139 views

Hosting ASP.NET files for local network

I am trying to set up a site that needs to be accessed by users on my local network only with IIS Express (latest version), I am able to access it through the URL http://timesheet:8080, however, none ...
1
vote
0answers
43 views

Inconsistent security behaviour on IIS

We have a secured WCF service with WsHttpBinding, Client & Server certificates & transport security with Claim Based Authorization. Everything works fine 50 % of the time. When we do request ...
0
votes
2answers
209 views

Host Static Website with IIS Express

Is it possible to host just static files on IISExpress without a web.config? I have a html5 Application Prototype (no serverside code) and I would like to host the website on IISExpress Webserver ...
2
votes
1answer
518 views

How to send client certificate using HttpWebRequest and IISExpress for debugging

I have some code for pulling a client certificate from the page request. This is the code in "MyPage.aspx". string someparam = this.Request.Params["someparam"]; if ...
1
vote
0answers
241 views

Incredibly slow binary access through NHibernate when using IIS Express

I've been unable to Google this, possibly cause I can't figure out the right thing to search for. In an MVC3 project I'm working on, I've got a table with an "image" data column on it. This table's ...
1
vote
0answers
172 views

Encrypt password for iisClientCertificateMappingAuthentication = keyset does not exist

When adding oneToOneMappings for IIS Client certificate mapping authentication. We want to encrypt the password for obvious reasons. But if we try to run the following script : appcmd.exe set config ...
1
vote
0answers
401 views

VS2012 changes IIS Express site bindings, how do I stop it?

I have several sites running in IIS Express for the same project. They are mapped to real domains via the host file, local.xxx.com etc. instead of localhost:XXX I add a binding for https, under ...
1
vote
0answers
231 views

IIS Express / VS Config works only for myself, not other users

Using Visual Studio 2010 and IIS Express. The web site site I'm debugging will only accept logins from my domain account. If I connect to the site from a different system logged in as someone else, ...
1
vote
0answers
139 views

Accessing Environment Variables in applicationhost.config

I have an environment variable MyLocation When I set the virtual directory physical path to this environment variable in applicationhost.config. We get 404 everywhere, meaning the variable was not set ...
0
votes
1answer
273 views

issue with application pool reference - IIS Express 7.5

I Have made the application pool entry, virtual directory entry in applicationhost.config file of IIS Express 7.5 Ex: Application Pool Entry: <add name="samples" enable32BitAppOnWin64="true" ...
1
vote
1answer
699 views

Calling a WCF Service on IIS Express: unauthorized

I am trying to host a wcf service on IIS Express (.NET 3.5) over ssl and with client certificates which are mapped to a windows user. When I use a console application as testclient I receive the ...
2
votes
0answers
352 views

Using IIS 7.5 Express to launch MVC 3 application, gives HTTP Error 404.20 - Not Found

I have an existing MVC3 application and I want to run that using IIS 7.5 express. When I try to do that I get the following error: HTTP Error 404.20 - Not Found No default document. Most likely ...
2
votes
3answers
515 views

Changing a name for an MVC 4 Project

After some naming confusing my team decided to rename some projects and the namespaces for all the existing code files in the project. (In Visual Studio 2012) We've changed: the Project Names the ...
0
votes
0answers
87 views

Metabase Path for IISExpress

I am currently analysing an ASP.Net web application. Therefore I wanted to use NDepend with aspnet_compile. The problem is that I can only access a local copy with IIS Express, which uses virtual ...
0
votes
0answers
175 views

Using Visual Studio and IIS Express with Non-Default Bin Directory

I have a WCF service application that is configured to deposit output and intermediate files in a separate directory in a manner similar to that described here: How to configure Intermediate Output ...
1
vote
3answers
156 views

Do I need to redeploy to IIS Express on my development box every time I change a line of CSS?

I am using VS2010 to develop a cloud application. Previously I was using the Hosted Web Core but now it has switched to IIS Express. Before if I made a change to CSS then all I had to do was refresh ...
0
votes
0answers
152 views

Access IIS Express on a VMWare Win7

I'm running a ASP.NET MCV 4 project in VS2012 on a windows 7 virtual machine using VMWare. I want to be able to access the site from my mac. I've done all the steps stated in this question. Restarted ...
2
votes
3answers
617 views

Inscrutable error when switching from Cassini to IIS Express 8

I've been working on a web project in MVC3 for several months. I've been using Visual Studio's built-in web server (Cassini) for development, but have found I need to use IIS Express to support HTTPS. ...
4
votes
2answers
511 views

Is there a way I can avoid iisexpress startup delays when it loads DLLs every time I do a build?

I am using VS2010 and IIS Express. When I do a build there are long delays while all the dlls load up. On my rather slow machine it's usually 3-4 minutes. 'iisexpress.exe' (Managed (v4.0.30319)): ...
1
vote
1answer
240 views

iis express running site without debug (ie running all the time while vs is open)

My app for ages would keep runing even when I wasn't debugging in VS 2010. Now it only runs when debugging. It was really nice for it to run even when not debugging before? Any ideas why this might ...
1
vote
0answers
137 views

What is the IIS Express icon meant to be?

Using IIS Express as my development server in Visual Studio 2012, I notice a rather odd-looking silvery-blue icon appear in my system tray. It turns out this is the IIS Express icon, as shown the the ...
1
vote
1answer
582 views

Cannot debug MVC project due to IIS change(8=>7.5) on VS2012 RC

I have installed web matrix and It has somehow removed the existing IIS Express 8.0, that is installed by default during the VS2012RC installation. I think that is because the web Matrix is using IIS ...
3
votes
1answer
136 views

How can I run and stop IISExpress from jake

I'm able to kick off IIS express to run my mvc 3 app with the following coffeescript line: iisex = jake.createExec(['iisexpress /path:' + process.cwd() + ' /port:9090 /systray:false'], {printStdout: ...
0
votes
0answers
156 views

Configure iis express path to have Virtual Directory

How can i configure IIS Express to run my asp.net application from a specific dir location ? I've copied my app to c:\www\apptest and I have a batch file to start the iis express and then open the ...
0
votes
0answers
41 views

web config file was not referred

Am getting the error when i browse the second sample from the system tray. Error i got was below. Description: An error occurred during the compilation of a resource required to service this ...
0
votes
0answers
68 views

Run all the samples using the binding information

I have changed the applicationhost.config as like below to run more than one samples. <site name="Grid.MVC" id="15"> <application path="/" ...
0
votes
0answers
208 views

Local asp.net installation - SQL Server Express, IISExpress

I have an ASP.NET project that I run on localhost with a SQL Server 2008 R2 Express. I want to make a setup with all that i need to install in client's PC, and automate it in a way that I do not need ...
6
votes
1answer
545 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 ...
2
votes
1answer
886 views

Creating a virtual directory failed with the error

I can't solve this problem I suggest I have to change c:\Windows\System32\drivers\etc\hosts file and add after # localhost name resolution is handled within DNS itself. the next line: 127.0.0.1 ...
3
votes
1answer
4k views

VS2012 IIS Express Option Disabled

I have just installed VS2012 and created a MVC project. I right clicked on project and selected property, I chose Web tab. I selected "Use Local IIS Web server" but the "Use IIS Express" checkbox is ...
0
votes
0answers
72 views

Web Application deployment in IIS Expres

We are going to deploy our product samples in client machine through the IIS Express. We are shipping the IIS Express 7.5 with our installer and will install the IIS Exp 7.5 client machine ...
1
vote
0answers
292 views

WCF Service works with IIS Express but Not IIS7 on server (same domain)

Following several walkthroughs I created a WCF Service using EF to connect the Northwind db. Visual Studio 2010, SQL Server 2012 Express and IIS 7.5 Express on a single development machine were used. ...
0
votes
0answers
92 views

Run the web project automatically in browser after deployed the project in IIS Express

I have deployed a web project in IIS Express using the following code: Process process; IISExpress(string args) { this.process = new Process(); ProcessStartInfo psi = new ProcessStartInfo(); ...
0
votes
0answers
34 views

How can I deploy a web app to a client's desktop for review, without hosting?

I would like to quickly deploy a web app prototype I'm busy with to a client's laptop, to get a requirements def cycle going quickly, before we open a hosting account and all that. How should I do ...
0
votes
0answers
442 views

Unable to display images in my view with local IIS Web Server. It works with IIS Express

I work on an ASP.NET MVC3 solution with Visual Studio 2010. I have a view displaying images obtained from a WCF service call. This view did not render correctly through local IIS Web Server. Then I ...

1 3 4 5 6 7 12