ASP.NET Resource Authentication
-
Hello, I am writing an ASP.net application that reads data from an access database and displays it with crystal reports. I am having problems with the application getting access to my database due to security settings. The problem is I am not sure where I need to change security settings-the database file directory?-IIS?-ASP web.config file? Here are the current settings I have in each of the above. 1. The database is up on a share over the LAN and is set to give read access to anyone logged into a certain domain, this is read only access by the way 2.The IIS website directory is set up for both domain authentication and windows integrated security. 3. In the authentication section of my web.config file it is set to windows. I am not sure where I need to make changes so that the application will be able to access this database when users pass authentication. Thanks in advance for any help. :omg: Frank