Web Server and Application Servers SQL

B

Brian

I trying to figure the best solution with this. I am
looking to create a web server that will give access to a
APP(SQL) server. My question is about security. Is there
a way to have the user authenticate to the web server.
Then the web server goes to the sql server and gets the
data needed for the user. Like a reverse proxy
basically. This way the user never physcially hits the
APP server. I have read some information on a product
called IChain that does this by Novell. Is there a way to
do this with Windows 2000 or a similar Microsoft product?

Thank you.
Brian
 
J

Jeff Cochran

I trying to figure the best solution with this. I am
looking to create a web server that will give access to a
APP(SQL) server. My question is about security. Is there
a way to have the user authenticate to the web server.
Then the web server goes to the sql server and gets the
data needed for the user. Like a reverse proxy
basically. This way the user never physcially hits the
APP server. I have read some information on a product
called IChain that does this by Novell. Is there a way to
do this with Windows 2000 or a similar Microsoft product?

Using SQL, look into application roles on your SQL server.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top