An example might be that your attempting to retrieve a list of directories from a server in which you do not have access. Getting around this is quite simple.
Open up your web.config and enter the following...
<identity impersonate="true" username="" password="" />
No comments:
Post a Comment