Tagged Questions

1
vote
3answers
461 views

ASP.NET impersonation problem (part 2)

This is a follow on to a previous post about being unable to impersonate a currently logged in Windows user. There were many good suggestions, but the previous thread was getting messy, so I am ...
1
vote
3answers
2k views

ASP.Net unable to see shared folder

I've written a new application in a network I haven't worked in before, and am running into a problem. If I have the following C# code: FileStream fs = ...
0
votes
4answers
287 views

ASP.NET impersonation problem

I am trying to get my IIS 7.5 to impersonate the account of the user accessing a site through a browser. If I use... <identity impersonate="true" userName="mydomain\myusername" ...
0
votes
1answer
72 views

Sitemap Links don't work on live site, Windows Authentication

I have a intranet site with Windows Authentication. I have 'Administrator' pages in an 'Administrator' folder that will only show for those in the admin group (windows security group) These pages ...