aspnet-development-server

How can I activate “Use Visual Studio Development Server” options on Visual Studio 2013?

三世轮回 提交于 2019-12-12 02:58:19
问题 I want to clear Solution Virtual Path on Visual Studio 2013 but I can't find " Use Visual Studio Development Server " options when right click on Solution like in Visual Studio 2012 . Can you help me? Thank you. 回答1: Long story short It's been discontinued Your only option now is to use IIS Express, or normal IIS. Here are some sources backing it up. 来源: https://stackoverflow.com/questions/25869010/how-can-i-activate-use-visual-studio-development-server-options-on-visual-stud

Type is not resolved for member “Microsoft.IdentityModel.Claims.ClaimsPrincipal,Microsoft.IdentityModel”

做~自己de王妃 提交于 2019-12-11 13:32:57
问题 Any thoughts about how to resolve this error? I'm stuck at the moment and having a hard time finding reading on this. Any help would be greatly appreciated: Server Error in '/www' Application. Type is not resolved for member 'Microsoft.IdentityModel.Claims.ClaimsPrincipal,Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for

ASP.NET Development Server unexpected Authentication required

。_饼干妹妹 提交于 2019-12-11 09:43:47
问题 I have a localhost port based web page (a web service using the ASP.NET Development Server - MSVS2k8 WebDev.WebServer.exe ) that works correctly when accessed via a browser (either Chrome 35 or IE 11), but it is currently failing when I access it via WebClient (via DotLisp or LinqPad) or MSTest. This is on a Win8.1 64-bit machine, still using Visual Studio 2008. I have rebooted but the problem remains, even though this was working earlier today. I have also ran Visual Studio as Administrator

Prevent Visual Studio 2010 from starting ASP.net development server

泄露秘密 提交于 2019-11-30 08:14:13
问题 I have 3 projects in my solution. Whenever I attempt to debug a unit test in any of the projects, VS2010 starts 3 (1 for each project) ASP.net development servers. The issue I have is that VS2010 takes a long time starting these development servers and as a result I spend a lot of time waiting whilst I attempt to debug unit tests. I am not sure why VS2010 does this... Is there a valid reason? Is there a way to prevent these development servers from starting when debugging unit tests? 回答1: Not

Prevent Visual Studio 2010 from starting ASP.net development server

蹲街弑〆低调 提交于 2019-11-29 06:14:27
I have 3 projects in my solution. Whenever I attempt to debug a unit test in any of the projects, VS2010 starts 3 (1 for each project) ASP.net development servers. The issue I have is that VS2010 takes a long time starting these development servers and as a result I spend a lot of time waiting whilst I attempt to debug unit tests. I am not sure why VS2010 does this... Is there a valid reason? Is there a way to prevent these development servers from starting when debugging unit tests? JohnD Not sure why it does this by default, but if your question is really "how do I turn this off", then do