Questions tagged [iis-express]

IIS Express is a version of IIS optimized to ease website development. Among other features, it is self-contained, and lighter weight than the full version of IIS, and does not need to be run as a service, or require administrative rights for most of its functions.

IIS Express is a version of IIS optimized to ease website development. Among other features, it is self-contained, and lighterweight than the full version of IIS, and does not need to be run as a service, or require administrative rights for most of its functions.

More information can be found here, the official Introduction to IIS Express page.

20 questions
0
votes
1 answer

iis express: A blank web.config breaks my website

I'm running iis express on windows 7. When I put a web.config file in my site it will not load- the browser keeping waiting for it to respond. I even tried an "empty" web.config with the following in it:
red888
  • 4,069
  • 16
  • 58
  • 104
0
votes
1 answer

How to fix Bad request response from IIS express 7 for one request from internet

I'm trying IISExpress 7 in Windows XP to servr requests from internet for ASP .NET MVC2 applicaton I changed line in iisexpress 7 applicationhost.config from to
Andrus
  • 169
  • 4
  • 11
0
votes
1 answer

Windows update causes IIS Express to fail with ERR_HTTP2_PROTOCOL_ERROR

I've been building reactjs apps on a windows machine for the past year, running the Visual Studio IIS test server for debugging / testing. I just installed a windows update pack, rebooted, and my local VS IIS Express server fails to serve my sites…
user101289
  • 287
  • 1
  • 3
  • 12
0
votes
1 answer

How to configure IIS Express in order to allow a non-administrator to use SSL ports outside the range of 44300 to 44399?

According to the IIS Express documentation administrative privileges are needed to run SSL using a port outside the range of 44300 to 44399. For non-administrative users IIS Express configures HTTP.SYS to reserve ports 44300 through 44399 for…
AardVark71
  • 113
  • 6
-1
votes
1 answer

Access IIS Express site from iPad

I am trying to access http://localhost:25436/ from my iPad. I have looked at many similar questions on Stack Overflow and elsewhere and none of them have fixed the problem. I am using Visual Studio 2013 to build the site so I'm pretty sure my…
1
2