I'm a novice in this, I just created an ASP.NET web app with Visual Studio 2010, I took the folder with all the files and put it on Windows Server 2003 IIS6, I added a new site, and gave all the proper permissions and the site worked, OK, now I need to do the same but with my project being compiled; on Visual Studio I went to Project -> Build Deployment Package...these files were created in the Package folder:
1. PackageTemp(folder)
2. myProject.SourceManifest.xml
3. myProject.deploy-readme.txt
4. myProject.deploy.cmd
5. myProject.SetParameters.xml
6. myProject.zip
What do I do with this? I'm used to see a jar file out of my project when I look for a compiled project on Java(which I often program with), but I'm lost with Visual Studio and ASP.NET on compiling projects, could you help me out?
I was reading something about using Web Deploy, but any direction will be highly appreciated, thanks in advanced!!