Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

474
Views
Deploy VUE & Dotnet Core to IIS

I'm trying to deploy my VUE portal & it's Dotnet backend API on the same IIS site. I was only able to host the each on it's own site on IIS, but I want to host them both on the same site. Can someone please advise how?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

  • Download & Install:
    • .NET Core Hosting Bundle
    • Microsoft URL Rewrite
  • Restart the IIS service.
  • Setup new IIS Website:
    • Open IIS on the server.
    • Right click the Sites folder and select "Add website"
    • enter site name
    • set the physical path to the Vue.js app directory
    • leave the host name empty → click "OK".
  • Right click the new site and select "Add Application"
    • enter the alias "api" (without quotes)
    • set the physical path to the ASP.NET Core api directory
    • click "OK".
  • In Application Pools
    • right click the app pool for the new site → "Basic Settings"
    • change the .NET CLR version to 'No Managed Code'.
    • right click the app pool for the new site → "Advanced Settings"
    • set ‘Identity’: LocalSystem
    • Make sure "web.config" is as given in the article below! Vue.js + ASP.NET
      & inside the Vue.js front-end folder

additional resources:

  • Vue.js + ASP.NET Core on Azure with SQL Server - How to Deploy a Full Stack App to Microsoft Azure
  • IIS URL Rewrite – Hosting multiple domains under one site
  • Host ASP.NET Core on Windows with IIS
  • Hosting Vue JS SPA build on Microsoft IIS
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!