IIS 6.0 ASP.NET Process Identity and ODBC
From: Aras Kucinskas (aras_at_skuba.lt)
Date: 09/03/04
- Next message: Chandy: "restrict ASPNET to one SSL site"
- Previous message: Nicole Calinoiu: "Re: Required permissions cannot be acquired?"
- Next in thread: Prasanna Pattam: "RE: IIS 6.0 ASP.NET Process Identity and ODBC"
- Reply: Prasanna Pattam: "RE: IIS 6.0 ASP.NET Process Identity and ODBC"
- Reply: Paul Clement: "Re: IIS 6.0 ASP.NET Process Identity and ODBC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 3 Sep 2004 16:37:16 +0300
Hi,
My WS ASP.NET application runs on IIS 6.0 and should connect to FoxPro DB on
file server over OLE DB ODBC connection. Special user is created on file
server for this application. I cannot find the right solution how to change
Process Identity.
App impersonates some user identity
<identity impersonate="true" userName="MyUser" password="MyPass" />
In this case application can read files with System.IO components on
specified file server directory, but System.Data.Odbc namespace components
not, because the try to connect with default IIS user identity - NETWORK
SERVICE. Maybe the problem is in MTS? Vfpodbc.dll starts in different
process with other identity?
How to find a solution?
Thanks
Aras
- Next message: Chandy: "restrict ASPNET to one SSL site"
- Previous message: Nicole Calinoiu: "Re: Required permissions cannot be acquired?"
- Next in thread: Prasanna Pattam: "RE: IIS 6.0 ASP.NET Process Identity and ODBC"
- Reply: Prasanna Pattam: "RE: IIS 6.0 ASP.NET Process Identity and ODBC"
- Reply: Paul Clement: "Re: IIS 6.0 ASP.NET Process Identity and ODBC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|