R
RedbudVal
This is so simple, its driving me nuts. I have MSDE (SQL Server 2K)
installed on my local hard drive with Windows Authentication. Am running
Windows XP Pro SP1 with .NET Framework 1.1. Installed IIS component also on
my local hard drive. It created this account MyMachineName/ASPNET. So far
so good. The problem - whenever I try to access the Northwind database on
MSDE, from an ASP.NET application (test), I am getting an error on the
connection saying that my User login failed (MachineName/ASPNET). I am 100%
sure that the connection string is correct. I thought since this is all on
my local hard drive, there should be no problem, so obvious something is
wrong with permission level of ASPNET user is hosed. Suggestions? Thanks in
advance.
installed on my local hard drive with Windows Authentication. Am running
Windows XP Pro SP1 with .NET Framework 1.1. Installed IIS component also on
my local hard drive. It created this account MyMachineName/ASPNET. So far
so good. The problem - whenever I try to access the Northwind database on
MSDE, from an ASP.NET application (test), I am getting an error on the
connection saying that my User login failed (MachineName/ASPNET). I am 100%
sure that the connection string is correct. I thought since this is all on
my local hard drive, there should be no problem, so obvious something is
wrong with permission level of ASPNET user is hosed. Suggestions? Thanks in
advance.