I can't seem to find any information on this anywhere.
Either it's my imagination or the ASP.NET Dev Server (Cassini) cannot handle multiple threads (e.g. multiple requests). Is this correct?
Does IIS Express handle multiple threads?
...
Is it possible to run IIS Express (Beta from WebMatrix) with a path other than /?
There's no documentation so I've copied the default "applicationHost.config" and made the following change to the application path and virtual directory:
<site name="WebSite1" id="1" serverAutoStart="true">
<application path="/x">
<virtualDirectory ...
Hi there,
When you initially set up IIS Express to enable SSL, it defaults the port to 44300. Unfortunately, when I try to access my site in on https://localhost/ it doesn't not working unless I use the port number 44300 - https://localhost:44300/.
The links are generated using the following:
<%= Html.ActionLink("Index", "Index", "Hom...
I know how to switch to "Classic Mode" (from "Integrated Mode") in the full IIS via application pool settings. But I can't find how to do it in the current IIS Developer Express beta.
The MS Developer Express FAQ says it can be done, but not how. It's not in the WebMatrix GUI, as far as I can tell. Maybe customization of the Developer ...