Hi Neil,
I tested that and it still works, I think that should related with whether your account get correct security.
Here is how I test that.
- Use the same sample in your other post 8595 here: 5895.zip (172.3 KB)
Then add this node under system.web in web.config
<identity impersonate="true"
userName="domain\user"
password="password" />
Please modify the domain, user, and password here.
Then I display the shape file correct.
If I hadn't test follow incorrect way please let me know.
I viewed some topic about this setting, it looks you can check something like this:
- Check your security of target folder for your specified user account.
- If your test project is placed in some special folder, maybe you need add your user to some special user group.
- Try to remove the "identity" node, directly set that in IIS7, you can find the ASP.NET Impersonation there.
Any further information or test result please let us know.
Regards,
Don