Ask a Question related to ASP.NET Security, Design and Development.
-
Jo?o P. Bragan?a #1
Problem with Impersonation
I recently installed Active Directory on my webserver (yeah people say
it's a bad idea but I had no other choice). Now when I access a web
app with anonymous access turned off, I get a runtime error.
Integrated Windows Authentication is turned on, and in web.config I
have <identity impersonate="true" />. Also, when accessing trace.axd I
get a runtime error. Any ideas?
Jo?o P. Bragan?a Guest
-
Impersonation problem.
When I enable impersonation in web.config and show User identity in .aspx page, it is the user IIS authenticates. But when I try to access Sql... -
IsolatedStorage with impersonation in ASP.NET problem
Hi, I have an ASP.NET application. I want to use IsolatedStorage in this application. When I run this application with anonymous access set in IIS... -
Impersonation problem
Hi ! I'm trying to secure my web application using impersonation within the web.config file as follows : <identity impersonate="true"... -
problem with impersonation using LogonUser
Hello All This is what I am tring to do: I have some folders shared for specific users on network. Now from my web appl I have to access them.... -
HttpWebRequest, impersonation and DefaultCredentials problem.
I'm trying to create a HttpWebRequest object that uses the current logged in user's credentials. It's currently setup with: <identity... -
Jos #2
Re: Problem with Impersonation
Jo?o P. Bragan?a wrote:
Which runtime errors do you get?> I recently installed Active Directory on my webserver (yeah people say
> it's a bad idea but I had no other choice). Now when I access a web
> app with anonymous access turned off, I get a runtime error.
> Integrated Windows Authentication is turned on, and in web.config I
> have <identity impersonate="true" />. Also, when accessing trace.axd I
> get a runtime error. Any ideas?
Did you set the proper file security for the files in your website root?
--
Jos
Jos Guest



Reply With Quote

