I am developing a project in VS2010 and am able to view my site locally via IIS Expre开发者_如何学Goss.I would like to enable external access over the network.
I\'d like to install the SP in order to be able to use the IIS Express integration and IIS Express itself.
I\'m trying to configure a new ASP.NET MVC3 using IIS7 express (on my local development machi开发者_Go百科ne) to use a custom domain name.
is there a way to run iisexpress app pool under a different identity other than the currently logged in user?
When executing the c# code in MSTest involving WatiN var browser = new IE(\"http://localhost:56034/\");
Is there a command line program or servic开发者_StackOverflowe that I can use to start IIS Express manually?iisexpress program is responsible for that.
I Installed SP1 RTM in my visual studio 2010. and installed IIS Express correctly. (using korean language in VS2010.)
I have a website (MVC3), which for developement is hosted in IIS Express. (I\'ve run into a bug of Cassini 开发者_JAVA技巧Devserver and had to upgrade...)
I\'m getting a 502 error back from IIS Express when I try to do a POST some XML to the localhost:port URL, but I can happily browse to the site ... http://localhost:2656/PoxService/help ... and see th
I would like to run Windows Server AppFabric Caching locally on a Windows 7 machine. Is it possible to configure an ASP.Net app to use AppFabric Caching for session state w开发者_如何学Pythonith IIS