cpopham Posted June 24, 2004 Posted June 24, 2004 I am learning ASP and have a test region on our Web server. On my computer my ASP page comes up fine, not I am ready to put it out in the test region of the web server. My question is, what files do I need to upload to the web server and are they all at my http://www.root directory on my local machine? Chester Quote ____________________________________________ http://www.pophamcafe.com I am starting a developers section, more tutorials than anything.
*Gurus* Derek Stone Posted June 24, 2004 *Gurus* Posted June 24, 2004 The server will need the .NET Framework installed, for starters. Assuming that that is in place, a simply xcopy of all the file in your application's directory should be more than sufficient, unless of course you have a Microsoft SQL Server database or similar RDMS to set up. Quote Posting Guidelines
cpopham Posted June 24, 2004 Author Posted June 24, 2004 copy the applications files from the the bin folder or from the wwwroot directory? Quote ____________________________________________ http://www.pophamcafe.com I am starting a developers section, more tutorials than anything.
*Gurus* Derek Stone Posted June 24, 2004 *Gurus* Posted June 24, 2004 You will need to copy the bin directory, and any other directories or files in the bin directory's parent directory. The bin directory's parent directory is known as the "application root". Quote Posting Guidelines
cpopham Posted June 24, 2004 Author Posted June 24, 2004 Okay I will give it a try thanks.... Quote ____________________________________________ http://www.pophamcafe.com I am starting a developers section, more tutorials than anything.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.