I have a problem with my ASP.NET development server. I need to stop before I launch the application from VS Express, otherwise it will use the previously displayed version.
I searched for solutions all over, for 3-4 months, but nothing, maybe I'm using the wrong words?
Do you save your changes in Visual Studio? (just editing is not enough)
Perhaps your browser caches the page? Most browsers CTRL-F5will update to the browser cache.
CTRL-F5
MSDN Microsoft KB http://support.microsoft.com/kb/911272
, HKLM\Software\Microsoft\ASP.NET\FCNMode , ASP.NET , "0", , :)
,
, Cassini (- , Visual Studio) , , . , HttpModule App_Code, , Cassini . , web.config, . , .
Microsoft Connect; , "".
, IIS Cassini - IIS, , URL- http://localhost/ Cassini (, ), . , .
, .aspx, - ...
I had similar problems when I switched cars. Visual Studio 2012 was installed on both machines (the first had Windows 7 Ultimate 64, the second had Windows 7 Enterprise N 64). On the second, I always had to restart the Asp.Net development server, because the shadow assemblies in the Asp.Net temporary files folder were never updated after starting this page.
I solved the problem by explicitly setting the "fcnMode" parameter to the default value in Web.config:
<httpRuntime targetFramework="4.5" fcnMode="Default"/>
Source: https://habr.com/ru/post/1753764/More articles:Centering a horizontal div with a variable width not working in IE - htmlGenerating Alphabet Strings in SQL Server - sqlОтключить событие, связанное с .live() jQuery - javascriptASP.NET development server restart EVERY time - visual-studioHow to make all jqGrid disabled / readonly - jqueryPermission denied using wicked_pdf from ruby on Windows 7 - ruby | fooobar.comHow to make Android DigitalClock show date? - androidVisual C #: setting form size - c #How many combinations of k neighboring pixels are there in the image? - language-agnosticadd connection string without using app.config - c #All Articles