S
Steve Drake
I am reposting this via MSDN support to get support from MS, sorry for the
repost.
All,
I have written a sharepoint webpart and sharepoint requires impersonate =
true in the web.config, but I want to connect to the DB as the id of the
application pool.
If I run RevertToSelf before the .Open, then reimpersonate the user that is
making the http request, this works, but I don't like it.
Is there a better way? I don't want to user sql authentication for other
reasons.
Sharepoint manages todo this.
Steve
repost.
All,
I have written a sharepoint webpart and sharepoint requires impersonate =
true in the web.config, but I want to connect to the DB as the id of the
application pool.
If I run RevertToSelf before the .Open, then reimpersonate the user that is
making the http request, this works, but I don't like it.
Is there a better way? I don't want to user sql authentication for other
reasons.
Sharepoint manages todo this.
Steve