I have set the properties of a single asp page to use integrated windows authorisation (on IIS5). This allows authorised users to get to subsequent pages which all have anonymous access in order to allow connnection to a SQLServer 2000 database using a single windows login. This all works fine as long as I am only returning records from the database; I cannot update the database, but get no error message. If I change the properties of the login page to anonymous access I can do what I like to the database. Using the query analyser in SQLserver I can see that the same user is logging in from the same machine in both instances.
I have removed all server and session variables from the pages in order to eliminate them as possible causes.
This doesn't make sense to me - someone please help!
I have removed all server and session variables from the pages in order to eliminate them as possible causes.
This doesn't make sense to me - someone please help!