Ask a Question related to ASP.NET Security, Design and Development.
-
Fabricio Sperandio #1
Impersonate, Windows Authentication and Database Access
Hi everyone,
I am having problems in my Intranet web site. I recently changed the
authentication mode from forms to windows. I turned "OFF" the anonymous
access on the IIS security settings and turned "ON" the impersonate on my
Web.config.
That is ok, I am impersonating the user currently logged on each workstation
and it was working fine.
The problem is that I just can execute a query on my Access database using
OleDb for users that are members of the local Administrators group. For the
rest of them i received an "System.Data.OleDb.OleDbException: Unspecified
error" message.
Everyone has "Full Control" over the whole web site folder, the bin folder,
database, all of them and their respective files (*.mdb, *.dll).
What's going one here? Help me!
The only thing I can do is add all the users to the local Administrators
group, and then it works.
Cheers,
Fabrício
Fabricio Sperandio Guest
-
Using Windows Integrated Authentication to access Active Directory
Hi, I have disabled "Anonymous Access" & enabled "Integrated Windows Authentication" on the web server for my ASP.NET application. My Web.config... -
Windows authentication on a Web service returning Access Denied (401).
Hey, I've been asked to look into network security where an IIS virtual directory is configure to not have anonymous access, but rather to go... -
Access Denied using Windows Authentication. WSE 2.0
Subject: Access Denied using Windows Authentication. WSE 2.0 When using custom authentication (using the UsernameTokenManager interface.) I... -
Best approach for database/windows authentication integration?
We have an ASP.NET application that consists of about 10 forms and we want to be able to control which user has access to which pages. So User A... -
ASP.NET Forms Authentication Via A SQL Server Database With Windows User types?
We have built an ASP.NET application that will run on the Intranet using SQL 2000 as our data layer. We have decided to use Form Authentication... -
Andrea D'Onofrio [MSFT] #2
Re: Impersonate, Windows Authentication and Database Access
You must grant the read/write permission to the temp folder to the
impersonated account (all the Users in your scenario).
Follow the suggestions of this article:
[url]http://support.microsoft.com/?id=825738[/url]
HtH,
Andrea
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Fabricio Sperandio" <fabricio@masonichomes.com.au.invalid> wrote in message
news:uJJYl2rGEHA.2084@TK2MSFTNGP10.phx.gbl...workstation> Hi everyone,
>
> I am having problems in my Intranet web site. I recently changed the
> authentication mode from forms to windows. I turned "OFF" the anonymous
> access on the IIS security settings and turned "ON" the impersonate on my
> Web.config.
>
> That is ok, I am impersonating the user currently logged on eachthe> and it was working fine.
>
> The problem is that I just can execute a query on my Access database using
> OleDb for users that are members of the local Administrators group. Forfolder,> rest of them i received an "System.Data.OleDb.OleDbException: Unspecified
> error" message.
>
> Everyone has "Full Control" over the whole web site folder, the bin> database, all of them and their respective files (*.mdb, *.dll).
>
> What's going one here? Help me!
>
> The only thing I can do is add all the users to the local Administrators
> group, and then it works.
>
> Cheers,
>
> Fabrício
>
>
Andrea D'Onofrio [MSFT] Guest



Reply With Quote

