How would I go about the following;
The ability to have an interface connect to a WebService on IIS which in turn connects to the SQL Database and for the Users interface security credentials to be carried through to the SQL Database.
This is so the SQL Database will know who is logging on via a Trusted Connection.
Setting up a trusted connection to SQL on our internal LAN seems easy enough, it's when the users are coming in across the web via a web app that my knowledge gets squeezed!
Thanks in advance.
The ability to have an interface connect to a WebService on IIS which in turn connects to the SQL Database and for the Users interface security credentials to be carried through to the SQL Database.
This is so the SQL Database will know who is logging on via a Trusted Connection.
Setting up a trusted connection to SQL on our internal LAN seems easy enough, it's when the users are coming in across the web via a web app that my knowledge gets squeezed!
Thanks in advance.