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

learn more… | top users | synonyms

0
votes
1answer
87 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
1answer
50 views

accessing mvc webpage from another computer in the same local network using router [closed]

Before I wrote this I have to say that I've searched for similar cases but none was working fine for me. I have an asp.net mvc3 app, in which I created a small web app and I want to access this web ...
0
votes
0answers
56 views

opd.net Connection.Open() hangs almost everytime

I've got a problem with ODP.NET thats only recently started happening when im trying to debug the web app using IIS Express and VS2012.. try { command.Connection = connection; ...
0
votes
0answers
59 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 ...
3
votes
1answer
86 views

Can I have two or more WebMatrix sites running at once?

I'm using WebMatrix2 to run some test sites locally on my box. Each site of course is given its own port number by WM2 (eg localhost:15632 or localhost:12643) What I haven't figured out is how to ...
0
votes
0answers
39 views

Getting ASP.NET site publicly available

I have used the solution provided by this thread: Can I access ASP.NET Development server in an intranet? I have tried both JavaTCPtunnel and Pocketsoap TCP trace, but they both return Bad Request - ...
1
vote
0answers
169 views

Azure debug with IIS express & VS2010 won't work anymore

I have a project with uses IIS Express as local development server but when starting a project with CTRL+F5 IIS express won't start anymore. I can't see IIS Express icon on taskbar. If I start without ...
1
vote
1answer
261 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
1answer
41 views

Can I deploy an IIS express MVC app with click once?

Can I get a clickonce win forms app to also bring with it and install an iis express mvc app? the iis app is going to be responding to local requests only.
0
votes
2answers
371 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
2answers
330 views

Compiler Error Message: CS0103: The name 'BusinessLogic' does not exist in the current context

Like lot of people, I got CS0103 issue, but I've not found a good solution on the existing topics when working with IIS7.5 The strange thing is: The site is working fine under IIS5.1 / XP (at ...
2
votes
0answers
183 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
1answer
32 views

Developing and testing website and AD

I am developing an Intranet application that uses AD for Windows authentication and for employee and organization information. The application is in c#, .NET MVC4. I develop using IIS Express and SQL ...
0
votes
0answers
32 views

Why does authentication behave differently between IIS7 and IIS8 Express

I have a mostly empty MVC4 project running on windows 7 using VS2012. In my web.config I have a reference to an external file that configures my authentication mode. I've tried removing this and ...
0
votes
0answers
285 views

AppPool in IIS Express must run under Integrated Mode

I am using the IIS Express instead of the Visual Studio 2012 Development Server to install the DotNetNuke 7.0.04 because DotNetNuke 7 requires integrated mode and ASP.NET Development Server doesn't ...
0
votes
0answers
72 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
0answers
161 views

IIS express is terminated when I attach visual studio 2010 debugger to it to start a debug session

I'm currently developping an MVC 4 application on a windows xp computer (old, but I've no choice) I run my application on IIS express 7.5 and each time I try to use "attach to process" in VS 2010 to ...
0
votes
1answer
33 views

How can I trigger IISExpress to respond to changes in applicationhost.config

I've updated %userprofile%\documents\iisexpress\config\applicationhost.config per the changes on this post: http://ben.onfabrik.com/posts/aspnet-web-api-compression Namely, I've added ...
1
vote
1answer
393 views

why is the httphandler not running

I have written an httpHandler for an ASP.NET MVC4 site that generates an an image. The ProcessRequest function is not being called. Any thoughts on why? MVC4, IIS Express, Windows 8 Pro Web.config ...
0
votes
1answer
114 views

Very slow database connection open for MSDASQL provider on IIS Express

I have found when using the MSDASQL provider in classic asp on IIS Express that opening the ADODB database connection is slow (between 2 and 8 seconds). Also it seems to queue other things up, as in ...
0
votes
1answer
244 views

running express.js app in Asp.net MVC

I would like to run node.js with asp.net mvc for performing socket.io operations. i've successfully included the node.js in asp.net mvc as described in here my problem is how to run express.js in ...
0
votes
1answer
79 views

LINQ not refreshing the data

I have a MVC 4 website with Azure SQL and they behave strange. When I am running it locally (IIS Express), I have one LINQ query to my database that returns the same data even if it changed and I can ...
0
votes
0answers
146 views

How to deploy ASP.NET Web Service with Visual Studio 2008 (without SP1) on IIS Express 7.5

how I can deploy a ASP.NET Web Service on IIS Express 7.5? There are several solutions for Visual Studio 2008 with SP1 and also for Visual Studio 2010. (E.g. How to configure Visual Studio 2008 to use ...
0
votes
1answer
166 views

IISExpress: Unable to automatically step into the server. the remote procedure cannot be debugged

I'm hosing a webservice in IISExpress and can browse to the endpoint using my browser so I know its alive. I'm writing a test application in WinForms and want to call a method on the service. When I ...
5
votes
2answers
224 views

Request.ServerVariables throws NullReferenceException

I have an MVC3 application, which is suddenly giving me some strange behavior. First some background (although I'll try to make this as brief as possible)... In my controller action, I have this ...
0
votes
1answer
391 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
216 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
220 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 ...
0
votes
1answer
344 views

IISExpress 8 with custom configuration file - web service won't load

When I develop a WCF service or website solution, I always use IISExpress with a custom configuration file so I can share the setup with other developers in the team. Basically, I run a batch file ...
0
votes
1answer
97 views

Access IIS Express running on virtual machine

I'm trying to access IIS Express that I have running on a windows virtual machine on my mac. I have tried including an additional binding pointing to the IP of the virtual machine, ive used netsh to ...
1
vote
1answer
160 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 ...
3
votes
0answers
157 views

IIS Express slow on external requests using Parallels VM on Mac

Running a VM on a Mac for a .NET backend, I have the following setup: Parallels 8 (Shared Network), Win 8, IIS Express 8 (not run as admin I think), Visual Studio 2012 Epress ACL via elevated ...
-1
votes
2answers
88 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 ...
0
votes
0answers
25 views

Random Delay with IIS Express

I am using IIS Express 8.0 with a WPF (4.5) app that contains a web control. I have code in the app that does a get request in a loop (with a sleep) to determine when the server is ready to take ...
1
vote
1answer
65 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
673 views

Windows 8 VS2012 IISExpress Windows Authentication

I'm trying to enable Windows Authentication to develop locally, as per the title: Windows 8 (pro) VS2012 IISExpress ASP.Net MVC4 project Orchard CMS is the project (but I don't think this is ...
1
vote
1answer
172 views

How to bind an IP Address to my Azure Web Role so that the Web APIs can be accessed globally by a remote computer?

The Web Role of my Azure application has Web APIs which i want to access through a remote computer. Normally it should work if I just add the bindings to my website in applicationhost.config file of ...
1
vote
1answer
140 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
0answers
110 views

Can't run iis express 8 on windows 7

When I try to run iis express 8 with following command "iisexpress.exe/trace:error" on windows 7 I get following error lines: "C:\Program Files (x86)\IIS Express>iisexpress.exe/trace:error Starting ...
0
votes
1answer
306 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 ...
0
votes
1answer
38 views

Multiple IIS Express sites in one solution (Solution explorer name)

Visual Studio renames website projects in solution explorer to reflect the localhost url (MyWebsite becomes http://localhost:49356/ for example). If I have multiple websites contained in a single ...
0
votes
0answers
249 views

gzip not working in ASP.NET MVC4 application running in IIS Express, Azure or Development server

I've been researching for hours and cannot find a solution to why this isn't properly working. I've read around and added: <httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary ...
1
vote
1answer
613 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 ...
0
votes
0answers
91 views

How can I get static content in ASP.NET to consistently reload on change?

For some reason, when I update a view section, it will not always be updated when I reload it in the browser to check my changes. This is severely hindering my workflow. When I save a css or js file, ...
6
votes
0answers
277 views

IISExpress crashes with 0xc0000008 error

Occasionally when running my MVC4 site in VS2012 using IISExpress I get the following error and IISExpress stops: iisexpress.exe: Managed (v4.0.30319)' has exited with code -1073741816 (0xc0000008) ...
16
votes
5answers
1k 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: ...
0
votes
1answer
119 views

IISExpress ClientCertificate Setup Steps

I am trying to configure a simple web site to require client certificates on IISExpress. My configuration is according to http://www.jasonrshaver.com/?tag=/IIS+Express <site name="XXXX" ...
1
vote
0answers
110 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
322 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 ...
2
votes
0answers
106 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 2 3 4 5 11