.NET AND .NET CORE APPLICATIONS WITH IIS SERVER (WINDOWS)
NOTE:
Refer to the Application Creation Container / VM in the Installation and Onboarding Section for the generic steps.
This section provides steps for determining .NET specific parameters only
DEPLOYMENT FOLDER
This section describes the steps involved to determine the Deployment Folder for .NET and .NET Core Applications with IIS Server
-
Open IIS Manager by using the below steps:
-
Press Windows+R
-
Type inetmgr
-
Press Enter
-
-
In the Connections pane, navigate to <Machine Name> > Sites. Select the required Application
-
Right-click on the selected Application and click Explore. The below example shows the webgoat application
-
The Deployment Folder is opened. In this example, the deployment folder for webgoat application is shown below:
NOTE:
-
Select the below Process type from the dropdown during Application configuration in CMS:
-
".Net" for ASP .NET applications
-
".Net Core" for ASP .NET Core applications
-
-
Once the provisioning/un-provisioning process is complete on VMs, ensure that the Application Instance is restarted using the command: iisreset
-
The above command restarts all the applications deployed on IIS
-
-
Windows 2016, 2019 and above: For .NET applications deployed on IIS Version 10+, the applications are automatically restarted by VSP once the provisioning/un-provisioning process is complete. Ensure that this downtime is considered before provisioning/un-provisioning action