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.

21 questions
0
votes
1 answer

How can I use Powershell to add a site to my IIS or IISExpress server

Is it possible to add a site (and bindings) to my applicationHost.config file for IIS Express or IIS ? here's one I had to manually add (which works perfectly) ...
Pure.Krome
  • 6,508
  • 18
  • 73
  • 87
0
votes
1 answer

Change an IISExpress site's physicalPath on the command line

What's the easiest way to accomplish this? I see there's lots of examples for appcmd relating to IIS proper, and using powershell for same, but I can't see an API of sorts for reconfiguring the physicalPath of a node for a given…
cirrus
  • 121
  • 6
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,183
  • 18
  • 64
  • 111
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
  • 12
0
votes
1 answer

IIS Express webapps don't show up in the system tray gui when I launch an asp.net core app from VS 2022 IDE

I'm using Windows Server 2019 and would like to be able to stop or restart the app on iisexpress server from system tray gui in case there are any glitches, how can I restart the app with or without the system tray gui? I would prefer to just stop…
IjonTichy
  • 9
  • 2
-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