I'm trying to publish a Webservice with Visual Studio but the connection is failing. Can anyone help me connect to this project?
Here is the error message when I try to publish:
Publishing folder / ...
2> Unable to add 'Web.config' to the Web site. Unable to add file 'Web.config'. Acces denied ..
2> Unable to add 'WebService1.asmx' to the Web site. Unable to add file 'WebService1.asmx'. Acces denied. 2> Unable to add folder 'bin' to the Web site. Can not create folder 'bin'. Acces denied. 2> Publish failed. Target file: /// C: / inetpub / wwwroot / myWebservice.
2 > ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== ========== Publish: 0 succeeded, 1 failed, 0 skipped ==========
What am I doing wrong?