web matrix and msde

  • Thread starter Thread starter TJS
  • Start date Start date
T

TJS

I am trying to run an asp.net page connecting to MSDE.

Whenever I try to run the page under IIS server I get the following error:

Login failed for user 'yourcomputer\ASPNET'.

I can make a connection to the database and view the tables
I have mixed mode set in registry - what else is required ?
 
TJS said:
I am trying to run an asp.net page connecting to MSDE.

Whenever I try to run the page under IIS server I get the following error:

Login failed for user 'yourcomputer\ASPNET'.

I can make a connection to the database and view the tables
I have mixed mode set in registry - what else is required ?

Go to the root directory of your application, right-click and select
security. Add the IIS anonymous user with the ASPNET user to have read
and read/write respectively.
 
I don't see anywhere to add someone -
the dialog only offers anonymous access, on or off
 
Back
Top