IIS Express stops after saving a * .cs or * .cshtml file in Visual Studio 2015

Testing the new web template ASP.NET 5in Visual Studio 2015 Ultimate CTP 5. (14.0.22412.0 DP)

My problem is that when I start the application, every time I click save in any of the files .csor .cshtml, the server stops. No warnings or error dialogs.

I can reproduce the error using empty startup projects:

file->new project-> ASP.NET Web Application -> ("ASP.NET 5 Empty" and same with "ASP.NET 5 Starter Web")

After trying to find the source of the problem, I found this in the output window:

iisexpress.exe Information: 0 : Deleted -> c:\users\admin\documents\visual studio 2015\Projects\WebApplication4\src\WebApplication4\Startup.cs
iisexpress.exe Information: 0 : [ApplicationShutdown]: Scheduling shutdown request for debugger detach.
iisexpress.exe Information: 0 : c:\users\admin\documents\visual studio 2015\Projects\WebApplication4\src\WebApplication4\0sc2sxcq.1a1~ -> c:\users\admin\documents\visual studio 2015\Projects\WebApplication4\src\WebApplication4\Startup.cs
iisexpress.exe Information: 0 : [ApplicationShutdown]: Requesting shutdown.
The program '[7760] iisexpress.exe: Program Trace' has exited with code 0 (0x0).
The program '[7760] iisexpress.exe' has exited with code -1 (0xffffffff).
The program '[7348] iexplore.exe' has exited with code -1 (0xffffffff).

So, it seems that the save file is deleting it and removing the shutdown of file triggers. I do not think so.

Using View In Browser instead of debugging works (but I want to use debug)

What I tried:

  • Reinstall Visual Studio
  • -Essentials/Resharper
  • Target KRE

, .

Windows 8.1 Pro

EDIT:

VS 2015 CTP 6

( "Microsoft.AspNet.Server.IIS" 1.0.0-beta2 1.0.0-beta3)

+4
1

, , (F5). , , . iisexpress.exe.

, Ctrl + F5 ( ).

- . , , , .

+3

All Articles