I have a website which was created using Microsoft Visual Studio 2010.
I want to copy the website onto a CD so that my professor can run it on his computer.
However, since Visual Studio creates the solution of the website in My Documents/Visual Studio 2010/Projects, I cannot simply copy the website folder only.
What is the best way to transfer a copy of this website please? Thank you and all the best for the new year.
Of course you can copy the folder. It will make the website in a folder within
projectsand you will be able to copy this folder onto a CD. When you run the website you can see where it is stored, if you look into the address bar of your web browser it will say something likec:\Users\You\Documents\Visual Studio 2010\Projects\MyWebsite\index.html. In this case the folder you need to copy isc:\Users\You\Documents\Visual Studio 2010\Projects\MyWebsite\– instruct your professor to open the folder and selectindex.html.The question is, have you used something other than just HTML and CSS to do this? Its probably a stupid question as if you have used ASP or similar to create the website you would probably also have the knowledge to copy said website. In the off chance that you HAVE used ASP or similar you will need to put this website onto a server that runs ASP.
However, if you’ve just used Visual Studio to lay out the website and put in some content and such, then its most likely all the files are images, HTML and CSS which will happily run off a CD.