I am very new at web development in general and I am trying to publish my first web app. I am using ASP.Net MVC 1 and IIS 6. I have read the post http://stackoverflow.com/questions/628236/how-to-make-asp-net-mvc-work-in-iis-6 and Phil Haack's blog post at http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx. However, the problem I am having is that I don't have IIS on my own work computer and it is only up on the server I am publishing to.
I don't know what steps need to be taken before I put my build up on the server and what steps are after. Also, I am not really sure how I should setup my properties on my program before I build on the server.
I am using TFS as source control and using that to create the build and copying to the server.
Any help would be very appreciated.