I have the following two folder/files:
- .bak File
- Deployment Folder containing Account, App_GlobalResources, App_Themes, bin, HelpFiles, Master, Media Scripts, Styles, etc. folders and Configuaration files
All this is related to a ASP.Net Web Application. How do I deploy this application on IIS. Steps?
Note: I don't have access to VS. But I do have access to VS Tools for Applications 2.0
Edit 1: I followed the steps laid out perfectly by @YashSaraiya
However, after following those steps when I right-clicked on my Application -> Manage Application -> Browse, I got the following screen:
I believe, I will have to change some properties in web.config file. But I don't know what changes I will have to make (except for the connection string).
