asp.net - How can I change any app code class after publishing the website? -
i upload website after publishing it, want change line of code in class resides in app_code folder. after changes again publish website , upload new app_code.dll replace old 1 not working. whole functionality of app_code not working. there solve problem? thanx in advance. the app_code folder parse source files drop in there, e.g. myclass.vb or myclass.cs. if compiling classes dll, want put dll file bin folder instead. if classes contained in project , have build action set compile, automatically compiled web application's dll when run build, , should update every time publish site publish automatically builds project/solution.