Access sql server without directly permission in domain from ASP.NET

Posted by Yongwei Xing on Stack Overflow See other posts from Stack Overflow or by Yongwei Xing
Published on 2010-04-15T08:21:39Z Indexed on 2010/04/15 8:23 UTC
Read the original article Hit count: 208

Filed under:
|

Hi all

Here is the situation. All the machines and users are in the same domain.We are in a domain enviroment. There are some sql server 2005/2008 storing data. There is a ASP.NET site in the domain using the Window Authentication. Now, we need read the data from the sql server and display them using SqlDataSource and GridView. But most of users do not have the direct permission to access the database. Is there any solution to get the data from database and display them on the site without granting users permission?

Best Regards,

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about ASP.NET