MY IIS .NET APPLICATIN WHCH WAS Working fine stopped working after deploying node project what could be the reason there is no port issue
Loading
MY IIS .NET APPLICATIN WHCH WAS Working fine stopped working after deploying node project what could be the reason there is no port issue
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.
Swesh SPosted Nov 20, 2022, 8:59 AM
It is indeed always a complex task!! You can brief a little more on what is your purpose of the Node deployment here..
Two things, either you can set the URL re-write to point to the config file of the app
or
Create a site in the IIS, then "npm run build" in the server to create a build folder and point the site's physical location to that build folder.