New (self-taught) developer question..
Posted: Wed May 11, 2011 5:57 pm
Alright, so I am learning .Net, and plan to do some customizations to the CommerceBuilder source eventually.
But for now, we are launching a new AC707 site without any source customizations. I have customized some of the ConLibs, and placed them into the 'Custom' folder / pointed my scriptlets to the modified versions - all is working as expected.
My inexperienced question is this: do I have to 'build' the website / compile it in VWD or VS before uploading to my web server and launching? My web hoster is suggesting that what I gave him with all of the '.cs' files in the App_Code directory shouldn't be present on a live site, but should rather be compiled into dlls for security & performance. Is he correct? Or is it good to go as is?
But for now, we are launching a new AC707 site without any source customizations. I have customized some of the ConLibs, and placed them into the 'Custom' folder / pointed my scriptlets to the modified versions - all is working as expected.
My inexperienced question is this: do I have to 'build' the website / compile it in VWD or VS before uploading to my web server and launching? My web hoster is suggesting that what I gave him with all of the '.cs' files in the App_Code directory shouldn't be present on a live site, but should rather be compiled into dlls for security & performance. Is he correct? Or is it good to go as is?