You must Sign In to post a response.
  • Category: ASP.NET

    How to Create Setup File to a Web Application or a Website in Visual Studio

    hi Developers,

    How to Create Setup File to a Web Application or a Website in Visual Studio.

    i have tried but i cant able to get Exact output.
    so if anyone know please suggest me to how to i am done this task quickly.

    thanks with
    Paul.S
  • #768692
    Hi,

    Is your question about deploying application first time in the server?
    if so kindly check the below website. If not let us know more details

    https://www.iis.net/learn/publish/using-web-deploy/building-a-web-deploy-package-from-visual-studio-2010

    Thanks,
    Mani

  • #768701
    Deployment of an application is big issue in application software development. Normally you have to check each and every possible scenario before deploying your application so that your current deployment doesn't affect the existing application.
    with the help of Microsoft Visual Studio .NET you can create a setup file
    checkout below linjk for more details
    http://www.c-sharpcorner.com/article/step-by-step-guide-to-create-a-setup-for-a-web-application/

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]


  • Sign In to post your comments