Forum Discussion

imane2045's avatar
imane2045
Copper Contributor
Jan 16, 2022
Solved

Deploy a project on IIS on a machine with no IDE

I know how to deploy my project locally on my perosnal machine. I need to deploy this project on another machine, where there aren't installed any IDE.  Can anyone please help me to figure it out?

  • You should try Publish option. It's available if you right-click the web project in Solution Explorer. Most obvious would be to publish your project to the folder and then copy the content of the folder to IIS. You can publish directly to IIS, but it's a bit more advanced.

1 Reply

  • Krisgolko's avatar
    Krisgolko
    Brass Contributor
    You should try Publish option. It's available if you right-click the web project in Solution Explorer. Most obvious would be to publish your project to the folder and then copy the content of the folder to IIS. You can publish directly to IIS, but it's a bit more advanced.

Resources