1.

Why Will You Usually Create An Aspnet User Account In The Database For An Asp.net Web Application?

Answer»

Web APPLICATIONS run USING the ASPNET user ACCOUNT. The SQL database administrator will have to set up this account and grant it PERMISSIONS before your Web application will have access to a SQL database. For file-based databases, such as Microsoft Access, you MUST grant permissions on the database file to the ASPNET user account using Windows file security settings.

Web applications run using the ASPNET user account. The SQL database administrator will have to set up this account and grant it permissions before your Web application will have access to a SQL database. For file-based databases, such as Microsoft Access, you must grant permissions on the database file to the ASPNET user account using Windows file security settings.



Discussion

No Comment Found