Hi
How to deploy asp.net web application on (local)on-premises devops.
we don't have azure. but we have devops installed on our local hosted server in company.
regards,
Manish
Hi
How to deploy asp.net web application on (local)on-premises devops.
we don't have azure. but we have devops installed on our local hosted server in company.
regards,
Manish
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mayooran NavamanyPosted Jan 22, 2024, 4:35 PM
Deploying an ASP.NET web application on on-premises DevOps, also known as Azure DevOps Server (formerly Team Foundation Server or TFS), involves a series of steps. Here's a general guide to help you deploy your ASP.NET web application on your local DevOps server:
Prerequisites:
Install and Configure DevOps Server:
Build your ASP.NET Web Application:
Steps to Deploy:
Create a Build Pipeline:
Artifact Configuration:
Release Pipeline:
Stages and Tasks:
Configure Deployment Tasks:
Deploy to On-Premises Servers:
Testing and Validation:
Rollback Plan:
Logs and Monitoring:
Documentation:
Additional Tips:
Remember that these steps are general guidelines, and you may need to adjust them based on your specific application and infrastructure requirements.