Why I can not connect to sql2000 server from an ASP application if my logging account created with windows authentication but I can if it is created iwth sql authentication !!!
The account ASP is running in is the IUSR_<servername> == anonymous user. For that account the access is limited to the web's dictionary. Maybe You can grant access for the anonymous user, but then Your databases will be open to all internet users over the world!
If You restrict the access to the web (not allowing anynymous users) the SQL-access should be able too.
PFR
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.