Bonjour,
Je voudrais utiliser une base SQL Server Express dans mon application Web, comme je le fais déjà dans mes applications WinForms...
Malheureusement j'ai l'erreur suivante :
Cannot open database "MyTest" requested by the login. The login failed.
Login failed for user 'LANGDON\ASPNET'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Cannot open database "MyTest" requested by the login. The login failed.
Login failed for user 'LANGDON\ASPNET'
Dois je configurer un accès spécial dans SQL Server Epress ou bien autre chôse dans IIS???
Merci d'avance et bon W-E...
Partager