ASP.NET: Deployment

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Getting Started > Document Viewing > ASP.NET >

ASP.NET: Deployment

Web Application Deployment instructions are as follows:

1.Preparing the environment for hosting your application

Managing a Virtual Directory

1.Ignore this step, if you have already created Virtual Directory.

2.Managing a virtual directory includes creating a virtual directory and it’s all settings

Open IIS Manager

Use Default Website or Create New Website by right clicking on “Sites” > “Add Website”

Provide Site Name, Application Pool, Physical Directory, Port and click ok to create empty Website on IIS

3.Managing an Application Pool

.NET CLR Version 4.0 with Managed Pipeline Mode set to “Integrated”

2.IIS setup

If you are deploying trial version to IIS, you need to apply following settings to Application Pool as trial license mechanism accesses the system registry

Right click on Application Pool name and select “Advanced Settings”

In advanced settings window, under process model, set Identity to “ApplicationPoolIdentity”

3.Right click on application and publish to host machine.

4.If you are facing any issues with the deployment please see the answer to the question “What are some common issues faced during deployment of ASP.NET application and how to solve them?” in the FAQ section.