Hello, one of the applications that I take care of is an ASP.NET application that has around 100 web services inside it. When my build process runs, (just upgraded to VS2008 but using stand-alone program to do the build) it now creates a bin\_PublishedWebsites folder. Also, it now creates an obj\Release folder with a bunch of *.resources files.
My application only uses files that are in the bin folder, do I need to retain, or copy the obj\Release and _PubliShedWebsites folders to our app servers? Are they necessary for the application to run?
Thanks
My application only uses files that are in the bin folder, do I need to retain, or copy the obj\Release and _PubliShedWebsites folders to our app servers? Are they necessary for the application to run?
Thanks