G
Guest
I had a working WebService on my WinXp machine. I was using Windows
Authentication for database access. The App and Database are on same machine.
MachineName\ASPNET has execute permissions to the stored procedures.
I moved the app to a Win2003 serverwhich also has SQLServer 2000 installed.
Now the Sqlconnection.Open() method fails. I granted machineName\ASPNET and
MachineName\IIS_WPG exec permission to the procedure.
What am I doing wriong?
Authentication for database access. The App and Database are on same machine.
MachineName\ASPNET has execute permissions to the stored procedures.
I moved the app to a Win2003 serverwhich also has SQLServer 2000 installed.
Now the Sqlconnection.Open() method fails. I granted machineName\ASPNET and
MachineName\IIS_WPG exec permission to the procedure.
What am I doing wriong?