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
226 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
134 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
246 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
649 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
328 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
425 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
82 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
165 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
149 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
136 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
557 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
468 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
220 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
128 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
576 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
132 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
147 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
38 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
202 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
525 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
784 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
69 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
288 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
81 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
32 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
398 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 ...
0
votes
0answers
249 views

MVC3 App works in IIS Express but not IIS 7.5: slash missing + top page doesn’t get style

This is the first time I’ve worked with ASP.NET and the first time I’ve posted a question here, so I hope you’ll be patient with me. I think it might be two questions... I’ve inherited an MVC3 app ...
0
votes
1answer
375 views

Why does IIS require mime-types to be declared?

In one of my assignments I was trying to render an SVG image. It took me some time to come across one link which states that, in order for IIS express to render an SVG image, you have to include the ...
6
votes
1answer
188 views

Why does Code analysis differ between Cassini and IIS Express for Web Sites?

ISSUE DETAILS We're moving to use IIS Express instead of Cassini and I noticed that Code Analysis isn't returning the same results. On one site we have where we started using code analysis late in ...
1
vote
1answer
87 views

Nested ServiceStack Sites & Routes

I have a large number of services that my team are building and the auto-generated metadata is getting a bit unmanageable. To combat this, I created a project as a nested site (or sub-site) of the ...
5
votes
2answers
1k views

Running the 64 bit version of IIS Express 8 RC with Visual Studio 2010

I have a web app that uses the 64 bit version of SharpSvn, a managed DLL with an unmanaged dependency. It will not run in IIS Express 7.0. Switching to the 32 bit version of the assembly works fine. ...
7
votes
3answers
9k views

Upgrading to ASP.NET 4.5/MVC 4 forms authentication fails

I've just downoaded a VS 2012 along with ASP.NET 4.5 and MVC 4.0 and was kicking the tires with a sample app and found that the forms authentication that works perfectly with ASP.NET 4.0/MVC 3 no ...
0
votes
1answer
59 views

Heap Error Detection

I have a HTML code, <div class="layout" data-type="renderingCanvas" data-format="canvas" style="width:100px; height:100px"> ...
4
votes
1answer
858 views

Azure Compute Emulator: Is it possible to control the IP of individual instances?

Working with the June 2012 Azure SDK, Visual Studio 2010, and IIS Express, I have a web application which has been running on 127.255.0.2. I'm using ACS for authentication, and my app is configured as ...
1
vote
1answer
493 views

Remove 30MB upload limit on IIS express

Does anyone know how to remove the 30MB upload limit, specifically for IIS Express? I've tried editing the applicationhost.config and <security> <requestFiltering> ...
0
votes
0answers
145 views

MVC 3 with IIS Express Odd Redirecting behavior

I have a simple MVC 3 webapp that's been giving me trouble lately - and nowhere I look seems to have any information that can help me. I've been having two issues that seem related in how they're ...
0
votes
0answers
199 views

Why long running PHP script causing 500 error on Microsoft server?

I am using: WEB MATRIX (2 release candiate) with PHP 5.3.12. IIS 7.5 EXPRESS SQL SERVER 2008 R2 My job is to migrate content from Joomla db (MySQL) to Drupal site working on IIS Express. It's ...
0
votes
1answer
125 views

Testing the Messaging module on localhost

I am trying to get mail working from Orchard CMS. I run IIS Express in the DEV environment. I do have local IIS on my machine as well (W7 x64). I am struggling to tie this all together to see if the ...
0
votes
1answer
328 views

HTTP Error 500.0 - Internal Server Error on IIS 7.5 express [closed]

I installed webmatrix and php support on my computer and everything was working fine. I wrote a couple of php scripts which exexuted fine and later decided to try out wordpress from the gallery, ...
0
votes
1answer
208 views

Visual Studio 2012 MVC 4 App Timesout

What would be the procedure to increase my development app's timeout process; it appears to be 60 seconds? For detailed explanation: I thought perhaps streamreader was timing out due to the file ...
0
votes
0answers
132 views

Change the server certificate of an asmx web service using SSL and IIS Express

I have an .asmx web service which I recently enabled SSL on. It's still in development and so is running on localhost in IIS Express. My company has it's own internal certificate authority, and from ...
0
votes
2answers
134 views

IIS Express freezes windows xp

I have got Windows xp sp3, Visual studio 2010 sp1, IIS Express 7.5 and IE8. IN VS 2010 I am using IIS Express for new file-based web sites and projects. Whenever I start debugging from VS, it opens ...
1
vote
1answer
163 views

Launch IISExpress with Admin permissions in C#

I need to check if IISexpress is already running in the system or not.. If not then I need to start IISExpress with Admin permissions. To achieve this I am using the following code var processes = ...
0
votes
1answer
371 views

How do you configure WebMatrix to run PHP on *.htm, *.html files?

I'm running a PHP website locally using WebMatrix. This site uses PHP within *.html files. By default, WebMatrix doesn't allow this. How do I configure WebMatrix so that the PHP runs? (note that I'm ...
0
votes
1answer
360 views

Configure application pools in IIS Express

Recently I have been using IIE Express and it works really great. However, I have on scenario I am unable to solve. I am developing a webapp where users should be able to login with their AD account. ...
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 ...
0
votes
0answers
93 views

Difficulties with long-lived TCP connections in ASP.NET server-side code during local debugging

Let's say you have an ASP.NET website that you launched locally from VS2010, using IIS Express . You test the app, decide you want to make some changes. You stop the debugger. But, in actuality, ...
2
votes
1answer
1k views

All requests getting HTTP Error 401.2 - Unauthorized response

My MVC app has, until a few minutes ago, been working fine (with asp/net membership as part of the solution). However, without knowingly changing anything relevant every request, even to my ...

1 3 4 5 6 7 11