Click to See Complete Forum and Search --> : ASP.Net deployment


miranog
December 26th, 2002, 05:33 AM
Hi guys,

how do I move the files from the local server to the real server, and which files to upload for the solution to work? Also do I need to move the bin/*.dll file or it gets created when the application starts?

Thanks for your help.

StephaneDaigle
January 3rd, 2003, 07:24 AM
If you copy the files you will need to copy the /bin folder for sure, this is not created when you run the application, it is created when you compile the code.

If you have the source code, you should create a WebSetup from VS.NET and use the .msi to install the applicaiton on the server you want it to run on.