1. Create Virtual Directory (To start with set all properties as default). I hope you are familiar with IIS hence am not giving any detailed steps. Also details would not be possible here.
2. Build your web Applicaiton/Web Site in hte release mode.
3. Copy the content to the physical foder. (For Web Application Model - Content of the Web Project, For Web Site - Content od the web Site Filder)
4. Make sure that the web config file is modified properly to access server folders, DB etc.
5. Check if our applicaiton needs some folder structure and create the same. EX: Folder to keep uploaded docs etc. You should not do this if you area starter and learning to deploy the application.
6. Check the permissions to physical folders.
I think these are very very basic steps. Giving the details may not be possible here. You can dig into each point and do lot og things.
All the best.
Happy Deploying.
|