I am, for the first time, trying to Publish my
Web Service to IIS. I am using VS2015.
On the first Publish entry screen, I filled out:
Publish method: Web Deploy
Server: USER\SQLEXPRESS
Site name: WebServiceTest2 (the name of the project)
User name: dave
Password: ********
Destination URL: http://localhost:58079/WebServiceTest2
On another page, I entered "Data Source=USER\SQLEXPRESS;User ID=User\David;Password=********" for ApplicationDbContext
When I hit the Validate Connection button, I get the error that "Invalid URI, the hostname
could not be parsed".
Can anyone help?