Hi All,
I have a classic ASP application which is connecting to Ingres 9.3 database. The classic ASP website in IIS has windows integrated security enabled. It connects to Ingres for reading data, and its passing logged in user name and password to ingres for connection. We cant give read access to all the users, so I need some way of identity impersonation for ingres connection (the way we do in .NET applications through web.config). When web site is connecting to ingres it should use admin account from server, not the local user's account.
Ingres creates a security ticket/tocken kind of file when somebody tries to connect to it. Is there any way of overriding these settings?
Thanks in advance.