ASP.Net Inproc session restarted after markup change in VS2012

前端 未结 5 1975
说谎
说谎 2020-12-15 06:56

I upgraded my development machine to Windows 8 and Visual Studio 2012.

I\'m testing my ASP.Net applications (also upgraded to .net 4.5) on a local IIS.

One t

5条回答
  •  眼角桃花
    2020-12-15 07:53

    One maybe related issue: IIS (as well as ASP.NET Development Server) restarts the application after you check-out a file from TFS.

    I have found the solution here: http://forums.iis.net/p/1200785/2055480.aspx/1?IIS+Express+restarts+site+when+a+file+is+checked+out

    1. Navigate to: %USERPROFILE%\AppData\Roaming\Microsoft\VisualStudio\11.0
    2. Delete the app_offline.htm file.
    3. Create a folder named app_offline.htm

提交回复
热议问题