Copying over existing DLLs in ASP.NET MVC Production Web Site -


i have worked asp.net mvc web projects quite time small personal projects. in personal projects i've subdivided code separate projects xxx.business, xxx.datalayer, etc. causes generated in separate dlls.

my company moving in direction of future projects. i've been asked deployment of individual dlls. in personal projects, i've copied them web server overwriting there. pretty sure worked when tested, user on site @ time.

what going happen if try same thing in busy production situation?


Comments