2
Reply

How to deliever the web/windows application to customer once developed in visual studio?? Is it necessary to install visual studio in customer machine also??

sathish

sathish

13 years ago
3.5k
0
Reply

    There is no need to install Visual Studio in customer system for deployment. All you need to do is to check whether the following components are installed in customer's machine.

    In case of Web Application (ASP .Net)

    • .Net Framework (2.0/3.5/4.0) depending on the version with which you developed the application
    • IIS Web Server
    • SQL Server database if you have included database functionality
    In case of Windows Application
    • .Net Framework (2.0/3.5/4.0) depending on the version with which you developed the application
    • SQL Server database if you have included database functionality
    • You can either copy the application files obtained after building the application or you can create a setup file with Deployment & Setup project in Visual Studio

    Arjun Ganesan
    13 years ago
    0

    We Can deliver a  project by two ways

    1)create setup project
    2)or just install frome work not complete vsiual studio

    In visual studio there is separate project type of Deployment & Setup.

    shaikh shahbaz
    13 years ago
    0