I created a SQL database under NETSDK, using visual studio 2003 and want to use it in a web aspx page
I created the dataadapter and datagrid in a web page but I get the following error message when running the page :
fail to connect with username 'MACHINE\ASPNET'
How can I grant authorization to the ASPNET user ?
Thanks in advance
Dominique Massiot