iis-express

“Unable to launch the IIS Express Web server” error

倖福魔咒の 提交于 2019-11-27 07:22:45
I receive this error when trying to launch IIS Express from Visual Studio with a project that's configured to listen to an address other than localhost. Visual Studio freezes for about 30 seconds before giving the error "Unable to launch the IIS Express Web server". I've tried all the solutions posted to similar questions and I think I've done everything correctly. Here are the steps that I have taken: Add the following reservation to HTTP.SYS: netsh http add urlacl url=http://+:36899/ user=Everyone Run Visual Studio 2012 as an administrator (technically I don't think I should even have to

Using IIS Express to host a website (temporarily)

橙三吉。 提交于 2019-11-27 05:54:36
I have a website (MVC3), which for developement is hosted in IIS Express. (I've run into a bug of Cassini Devserver and had to upgrade...) Now, I'm wondering, is it possible to let other machines on my local net (behind router) see the site as hosted on my machine? (e.g. If I write http://my.local.ip:port into a browser on the same LAN as I am will the page load?) vikomall By default IIS Express serves only localhost requests. To serve external requests edit applicationhost.config file (located in %userprofile%\documents\iisexpress\config\ ) and change localhost to '*' or your machine name.

VS 2012 can't load project which uses IIS with custom binding host - thinks it's using IIS Express

不问归期 提交于 2019-11-27 05:18:14
问题 I have an ASP.NET project which uses IIS. IIS site is configured to use custom binding host name. Project file contains following settings: ... <UseIISExpress>false</UseIISExpress> ... <ProjectExtensions> <VisualStudio> <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> <WebProjectProperties> <UseIIS>True</UseIIS> <AutoAssignPort>False</AutoAssignPort> <DevelopmentServerPort>8662</DevelopmentServerPort> <DevelopmentServerVPath>/</DevelopmentServerVPath> <IISUrl>http://custom

IISExpress Log File Location

青春壹個敷衍的年華 提交于 2019-11-27 05:16:01
问题 IISExpress writes log and configuration data to pre-determined location out of the box. The directory is an "IISExpress" directory stored in a user's Documents directory. In the directory is stored the following folders files underneath. Config Logs TraceLogFiles The location of my home directory is on a network share, determined by group policy Currently we are encountering scenarios where visual studio locks up when stopping debugging Silverlight applications using IIS Express. I was

How to start IIS Express Manually

浪子不回头ぞ 提交于 2019-11-27 04:18:20
问题 Is there a command line program or service that I can use to start IIS Express manually? 回答1: iisexpress program is responsible for that. http://www.iis.net/learn/extensions/using-iis-express/running-iis-express-from-the-command-line 回答2: Once you have IIS Express installed (the easiest way is through Microsoft Web Platform Installer), you will find the executable file in %PROGRAMFILES%\IIS Express ( %PROGRAMFILES(x86)%\IIS Express on x64 architectures) and its called iisexpress.exe . To see

IISExpress 8 Cannot read configuration file redirection.config

喜夏-厌秋 提交于 2019-11-27 03:38:23
I'm running Windows Server 2008 R2 (x64) with IISExpress8 and when navigating to c:\Program Files (x86)\IIS Express>iisexpress.exe it says: Filename: redirection.config Error: Cannot read configuration file Any ideas where to start? I can't find anything... I had a similar issue to @Myles J but renaming %userprofile%\Documents\IISExpress\config\applicationhost.config didn't work. What I had to do was the following: Close Visual Studio. Rename the %userprofile%\Documents\IISExpress\config directory . Start Visual Studio again. The %userprofile%\Documents\IISExpress\config directory will be

Post error: Either BinaryRead, Form, Files, or InputStream was accessed before the internal storage

Deadly 提交于 2019-11-27 03:30:54
问题 Any post in my Asp.net MVC generate this error: Server Error in '/' Application. Either BinaryRead, Form, Files, or InputStream was accessed before the internal storage was filled by the caller of HttpRequest.GetBufferedInputStream. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: Either

Visual Studio 2013 crashes and restarts every time I run my test solution

久未见 提交于 2019-11-27 03:18:43
问题 Visual Studio 2013 crashes and restarts every time I run my test solution. When I hit F5 IIS Express starts, the solution builds successfully but after that a dialog box comes up saying Visual Studio is not responding and looking for a solution and then restarts itself. I tried re-installing IIS express, Visual Studio 2013 but no good. It is a blank solution and I have not added any code. 回答1: I think I figured out how to fix the issue: Go to: Visual Studio 2013 -> Tools -> Options ->

IISExpress User Interface [closed]

余生颓废 提交于 2019-11-27 02:57:23
I have just downloaded and installed IIS express and it all works well running it from the command line: But how do i configure options for it, is there a standalone windows interface for it like IIS Manager or do you have do do everything manually in the config files? Or do you have to install webmatrix to configure it? Jaro Dunajsky IIS Express is a lightweight version of IIS and it doesn't ship with the the admin UI tool like IIS Manager. You could install WebMatrix, but it only allows you to configure few settings (binding, default documents, SSL). The options you have today: you can use

IIS Express Immediately shutting-down running site after stopping web application

天大地大妈咪最大 提交于 2019-11-27 02:54:44
I'm using visual studio 2012 in the first days when I want to stop application in IDE, application was still running on IIS Express, I could browse and work with running application, but now I can't. IIS Immediately shutting-down application if I press stop button. Since I remember I didn't make any changes in setting. How should I do that running same as first days. Abhi I recently faced a similar situation when suddenly my IIS Express stopped right after I stopped debugging. This happened after I turned on "Enable Edit and Continue" . So if you disable this you will see that IIS Express