I have an asp.net mvc (1.0) application in production (IIS7.5, W2008), and I need to update one of my data classes.
Is it possible to simply replace an existing DLL with a new one? Do I need to restart IIS, or will it restart automatically?
MVC applications are just custom web applications, so this will work, assuming you don't miss any other changes.
The application itself will "bounce", and some may lose sessions in the process, but it will be downloaded automatically.
Source: https://habr.com/ru/post/1773270/More articles:Transferring data from one page to another page WPF VB.Net - vb.netiPhone, how to make the toolbar the same black opaque as the navigation bar? - objective-cC # how to check if a data source is null? - c #Best way to generate url via Page.GetRouteUrl in helper class? - asp.netRich user interfaces Javascript, EXT, DOJO and YUI - javascriptHow to render sprites in OpenGL ES (iPhone) - iphonehelp with sql query - score - sql-serverWindows XP crashes with a very simple gtk + cairo program - c ++How to use 3-dimensional array in PHP - arraysIs there a Vim plugin similar to fuzzyfinder_textmate and Command-T that doesn't require Ruby support? - vimAll Articles