Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

How to Deploy to Dev server

1. Set the correct database connection string in Web.config file

2. From the Build menu, choose to Publish SRCSRpts-SIINRapp

3. Choose the DEV publishing profile

4. Set the Target Location to publish to the appplicationt's UNC filepath as defined in this wiki

5. Press the Publish button to execute the publication of the application

How to Deploy to ACC server

1. Set the correct database connection string in Web.Acceptance.config file

2. From the Build menu, choose to Publish SRCSRpts-SIINRapp

3. Choose the ACC publishing profile

4. Set the Target Location to publish to the local computer

5. Press the Publish button to execute the publication of the application

6. Encrypt the web.config file's connection string

7. Copy your publication files to the acceptance environment's UNC filepath as defined in this wiki

How to Deploy to Prod server

1. Set the correct database connection string in Web.Acceptance.config file

2. From the Build menu, choose to Publish SRCSRpts-SIINRapp

3. Choose the PROD publishing profile

4. Set the Target Location to publish to the local computer

5. Press the Publish button to execute the publication of the application

6. Encrypt the web.config file's connection string

7. Follow TC's standard procedures for deploying your application files to the production environment

  • No labels