G
Guest
Okay, I'm new to .NET development. I need to build a simple tool web based to
display a data set from a SQL2000 database.
When I create the connection and test it, it works fine. I build the page,
test it and get denied access to the database (ASP error) because user is
'NULL'.
The IIS and SQL are on the same server. We also run Sharepoint and that
recognises the user from the wondows logon. The web application should take
the user information from the Windows logon and authenticate on the SQL using
that. The issue does not appear to be caused by the user not having rights
but that the user information is not sent though.
I've had a search around and someone mentioned firewall but that doesn't
apply in this case.
Thanks all!!!
display a data set from a SQL2000 database.
When I create the connection and test it, it works fine. I build the page,
test it and get denied access to the database (ASP error) because user is
'NULL'.
The IIS and SQL are on the same server. We also run Sharepoint and that
recognises the user from the wondows logon. The web application should take
the user information from the Windows logon and authenticate on the SQL using
that. The issue does not appear to be caused by the user not having rights
but that the user information is not sent though.
I've had a search around and someone mentioned firewall but that doesn't
apply in this case.
Thanks all!!!