iis-express

IIS Express + HttpPlatformHandler crash when launching ASP.NET 5 RC1 application

冷暖自知 提交于 2019-12-12 10:36:00
问题 After an upgrade from ASP.NET 5 beta 7 to RC1 an attempt to launch the web appplication in IIS Express from within Visual Studio ends with "An error occurred attempting to determine the process id of the DNX process hosting your application". In Windows Event Log I can see following errors: Process '1828' failed to start. Port = 31115, Error Code = '-2147024891'. (EventID 1000; this happens always) Warning: Could not create stdoutLogFile \?\C:_temp_httpplatform-stdout.log_6072_2015128124832

iisexpress 10 stopped working after installing iis

无人久伴 提交于 2019-12-12 03:03:46
问题 I installed iis so I could do some local testing with a phone, but afterwards, iisexpress stopped working, the browser (IE) just spinning until the "This page cannot be displayed." message. I've rebooted, reinstalled iisexpress 10, but no change. I created a new web app, but also didn't work. I'm stuck. The website does work under iis. Windows 10, VS2015. Thanks. -John 回答1: Why don't use IIS? Just define in project properties IIS like web server, and your URL will look like http://localhost

Debugging server-side ASP classic in VS 2012

十年热恋 提交于 2019-12-12 02:23:51
问题 Following this answer I am able to connect to an IIS Express instance with debugging. However, I am only able to place breakpoints in a small set of my ASP pages, as shown in the VS2012 Solution Explorer while the debugger is attached to the website's IIS Express process: These are basically the first ~20 ASP files in the site's directory hierarchy. If I try to put a breakpoint in any other ASP file in the solution I get a tooltip message: The breakpoint will not currently be hit. No symbols

IIS 10 500.19 error

你说的曾经没有我的故事 提交于 2019-12-12 01:39:18
问题 Currently running IIS 10 and after bringing down a new project (TFS) I cannot get the site to run due to a 500.19 error. To me it looks like IIS is looking for the web.config file in the wrong location (pointing to a directory on the project creators PC) and I don't know how to change this to point to the one on my machine. Anyone had this problem before and knows of a solution? Edit: the error code I get is 0x80070003 来源: https://stackoverflow.com/questions/35845773/iis-10-500-19-error

Fresh install of VS 2015 and i'm getting “Unable to launch the IIS Express Web Server”

强颜欢笑 提交于 2019-12-12 01:14:46
问题 So I just reset my PC and reinstalled VS, however the project I was working on was working fine before but now when I try to launch it I get the error as below, without any more output in any windows I know of. I tried making a new project and launching it which worked perfectly fine, without error. I don't understand why I'm getting this error or how to troubleshoot it, most similar cases I've seen are people getting a "Port already in use error" which I tried changing the port just in case

Exceedingly long compile time for Entity Framework project

非 Y 不嫁゛ 提交于 2019-12-12 01:05:08
问题 The problem is a project that takes more that 45 seconds from the point of hitting F5 until the webpage is rendered - with the vast bulk of the time coming after: 'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/22/ROOT-1-130320809789454211): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Framework\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Framework.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. and before: 'iisexpress

Authentication mode=“Forms” causing redirect in WCF service

眉间皱痕 提交于 2019-12-11 23:39:28
问题 I have a WCF end point inside my .NET 4.0 Web Application project. Using the VS2010 WCF Test Client, I can connect to the service correctly. However when I go to use the service I get a generic error message: The content type text/html; charset=UTF-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: When I

Does an ASP.NET Web API app need to be installed into the “real” IIS before a handheld device can access its RESTful methods?

时光怂恿深爱的人放手 提交于 2019-12-11 20:28:21
问题 I am trying to test a client Windows CE / Compact Framework (.NET 3.5) app on handheld devices (Motorola/Symbol 3090 and 3190), but, although a "fake" client attaches and works fine on the desktop, the client app on the desktop fails to connect - it gets a 400 Not Found error when trying to call a RESTful Web API method. This is with the server / Web API app running in Visual Studio, hosted by the built-in / scaled-down version of IIS. Is this to be expected (not connecting)? If not, what

Exposing IISExpress Site On Local Network Visual Studio 2015

那年仲夏 提交于 2019-12-11 16:19:36
问题 I have a solution that I was originally building in Visual Studio 2012. I needed this to be available on my local network so I added an additional IP address binding to this file: C:\Users\<name>\Documents\IISExpress\config\applicationhost.config This all works without any issues. However, when I run the same solution through Visual Studio 2015 the site is no longer available on the network as configured in this file. How do I configure Visual Studio 2015 to offer the same network

Change maximum allowed configuration file size [IIS Express 10/Windows 10]

血红的双手。 提交于 2019-12-11 13:52:58
问题 After adding multiple entries to a redirect map in a linked config file, I get the following error on IIS Express 10 on Windows 10 (64 bit, but IIS Express is running 32-bit): " Can not read configuration file because it exceed the maximum file size " I've tried adding a Configuration key to the registry, setting a MaxWebConfigFileSizeInKB value of 512 under HKLM/Software/Microsoft/IISExpress/10.0/mimic/Configuration : Any idea on how to enable configuration files larger than 250 KB for IIS