Tagged Questions

0
votes
0answers
13 views

Supplying Basic Authentication credentials to a protected folder in ASP.NET

I have a Barclays payment system which posts its results back to an ASP.NET page inside a folder protected with Basic Authentication (the rest of the site uses Forms). The payment system works fine …
1
vote
1answer
139 views

Why CreateProcessAsUser requires interactive window station on Vista/Windows 7?

I had to delve into this because the code that worked fine on Windows 2003/XP doesn't on Windows 7. Application launched by the use of CreateProcessAsUser fails with 0xc0000142 error code. The …
5
votes
6answers
141 views

Ethics & Impersonation: Alternatives?

Have you ever troubleshoot for your customer and ask (or really want to) their credentials to check their settings if the fault is there? Our solution to this is to implement impersonation feature to …