From the course: Deploying ASP.NET Applications

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Deploy remotely to IIS with Visual Studio

Deploy remotely to IIS with Visual Studio

From the course: Deploying ASP.NET Applications

Start my 1-month free trial

Deploy remotely to IIS with Visual Studio

- [Instructor] Now let's see how we can do a remote deployment, we've seen it, how it's done locally, let's see how we can do it remotely with Visual Studio. And again, we start with a new profile, and we choose IIS FTP. Configure. Then we need to specify the server name. The side name is again Default Website. The user name to connect to, it's Tibi. The password, I would use the password here just to test the connection and see if everything works correctly. I would press Validate Connection, and it will tell me, yes, if I would use this username and password I would be able to do the deployment. And which site should open, or which URL to navigate to and everything, it's done. We get into next step. And we'll have to put in the connection strings for both the identity database and for the product database. And the next one. And with that in mind, we can press Save, and as soon as we press Save, it will ask us again about the password, because we didn't save it. And it will start…

Contents