Click to See Complete Forum and Search --> : How does this work?


landslide
08-21-2008, 01:46 PM
I have a web site and it allows Anonymous access to our databases. I spoke with the administrator and he said that they will not be allowing Anonymous access to the databases any longer. He said this will be turned of on IIS. When this is turned off my database connections no longer work. I have allot of asp pages connecting to the databases. How can I modify my code so that it will connect to the databases again? I am using dream weaver and an access database. I am not familiar with servers so I hope I explained it somewhat right.

ryanbutler
08-21-2008, 02:19 PM
Since the system administrator informed you that anonymous access would be turned off, I would suggest asking him what the correct connection string would look like.

landslide
08-26-2008, 06:19 PM
I contacted the administrator and he said that it will be using Windows intergrated Security instead on Anonymous access. Now Im not sure how the change my database connection to conform to these standard. Is thier any artices I can read. What I am really trying to find out is how Windows intergrated Security works and how to set up a proper connection. Any one know where I can find some articles on this? Thanks.

landslide
09-09-2008, 05:02 PM
Anyone have any info on this?