Reputation: 158
I created a website I need to deploy on a different server. We only have teamviewer to access this server.
With just being able to copy the files over to the server, how would I go about getting it running?
Upvotes: 1
Views: 121
Reputation: 8199
Publish site on local machine and upload the published folder on remote machine using filezilla. IIS has c:\inetpub\wwwroot as default website published folder. You may also see this
Upvotes: 1