asp.net website deploymnet on client -


I have completed the construction of a website for a customer. Now I want to employ this website on the server so that the customer can access the website like a normal website, what is the best way to do this. I am using C #, asp.net 3.5, MS Access.

Thanks

Do you also want to preserve the source code?

Yes

  • Install for Visual Studio (VS 2008 and for the other
  • Your solution to that project
  • Add Web Setup Project to Your Solution
  • Tell the Web Setup Project to make the project as a source
  • Create a solution
  • You will have a setup.exe in the Web Setup folder and Website. MSI ready

    No

    • Add Web Setup Project to Your Solution
    • Tell the Web Setup Project to load the Web site project as a source
    • Create a solution < Li> You can set up a setup .exe and Website.msi in the Web Setup folder to be installed in any client machine (DS for customer nee IS)

      Enter image details here <3> All projects < Strong> Web site + Deploy Project + Setup Project

      Enter image details here

Comments