some alternatives:
Aternative 1:
See this link: ("Impersonate the Authenticating User in Code" section)
http://support.microsoft.c
You have to do it programmatically in the specific part of the code that requires the network access.
The web.config is not good solution because it saves user name and password in the file itself.
Alternative 2:
create a new domain user that has the permissions of the anonymous user + permissions to the share folder.
In your IIS virtual directory setup change the anonymous user with this new user.
Check fig 7 at:
http://www.beansoftware.co
Also make sure this new user has access to the share.
The wcf web service is hosted in ISS as asp.net web service.
Main Topics
Browse All Topics





by: deepudeepamPosted on 2009-11-06 at 06:11:42ID: 25759213
hi,
/KB/WCF/ WC FBasicHttp Binding.as px#Step%20 8:- %20Crea te%20the%2 0WCF%20cli ent
You are using Windows authentication and hope anonymous access is disabled, so only domain users can access it.
Refer the following link,
http://www.codeproject.com
Regards
Deepu