Acces Denied in path when adding a web link

I am working with VS 2010 and I have a winform application when trying to add ANY web reference it finds, but then it does not allow me to click the Add Link button. The wsdl file is on my desktop, so I have no reason to access it. Any help would be greatly appreciated. I have read many articles like this one but did not leave the same.

Add Web Reference

+3


source to share


1 answer


If you are using IIS, you need to find out from the application pool for the website what the ID it is running on (by default, this is the application pool ID) and grant the correct permissions.



EDIT: Try adding a service link rather than a website link

+1


source







All Articles