ASP.Net Permissions

papa_k

Regular
Joined
Jun 12, 2003
Messages
77
Location
UK
i am still trying to connect to an SQL database using the impersonate part of .net in the machine.config.

Has anyone done it?

Rgds,

V. Frustrated Papa.
 
It's more common to set the impersonate attribute in web.config, not in machine.config. This has little bearing on your problem, however it's worth noting.

Have you granted the ASPNET user account permissions in Microsoft SQL Server? How are your users authenticating (via Forms-based authentication or via NTLM using Windows credentials)? Which version of IIS are you using?
 
I also faced the same problem.And I solved the problem by Installing SQLServer2000
Client tools. and used Enterprise Mgr and giving permissions to ASPNET user.

But I'm interested to know how u solved the problem by setting the impersonate attribute in web.config, I tried but not worked.
Thank u
 
Back
Top