.NET
  • 08 Sep 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

.NET

  • Dark
    Light
  • PDF

Article summary

About this Article
This article provides VSP application instrumentation steps for .NET application and .NET Core for IIS server. It provides steps to determine the deployment folder required during application configuration on CMS.


.NET and .NET Core Applications with IIS Server (Windows)

This section provides steps for determining .NET specific parameters only. Refer CMS Applications for Application Creation generic steps


Deployment Folder

  1. Open IIS Manager by using the below steps:
    1. Press Windows+R
    2. Type inetmgr and press Enter
  2. In the Connections pane, navigate to <Machine Name> > Sites. Select the required Application
  3. Right-click on the selected Application and click Explore. The Deployment Folder is opened
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 Probe 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




Was this article helpful?

What's Next