papa_k Posted March 16, 2004 Posted March 16, 2004 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. Quote without time nothing ever ends
*Gurus* Derek Stone Posted March 16, 2004 *Gurus* Posted March 16, 2004 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? Quote Posting Guidelines
sureshcd10 Posted March 20, 2004 Posted March 20, 2004 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 Quote ima
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.