I finally have finished my web site and since its only being used here im my office all i want to do is publish it (if publish is the correct word to use when i want other people to access it through a web browser from a remote machine) so that i can run the code on a machine here and have a few users access it via a web browser.
A few points to note here is that i am using Visual Studio 2005 and by default when creating a web site Visual Studio creates the project in My documents under Visual Studio 2005\Websites\ and when i read the Visual Studio Documentation it keeps talking about the C:\Inetpub\wwwroot folder.
Please can someone tell me if this is a problem and what is the difference between creating a website in the wwroot folder and the Visual Studio folder?
Back onto the topic can anyone suggest...
1. A simple way to "publish" (if correct word) my web site so that users within my firm can access it via a web browser?
2. How do i stop and start my code? The reason i ask this is generally people will be accessing the code via their browsers during the day so at night i could stop it, where does the administration process of the web server come in and how does it work?
Any suggestions would be highly appreciated.