R
rajeshwarrao.g
Hi All,
I am trying to access MSDE from ASP.NET application without
giving administrative privileges to ASPNET user. It gives an error
message saying "Cannot login to SQL server for ASPNET". Can't I access
the MSDE in local machine or across network without giving
administrative privileges to ASPNET? I tried accessing MSDE in another
machine by giving <identity impersonate="true" userName="" password=""
/> it doesn't work. But i tried accessing my local machine with
<identity> tag it worked. Is there any solution to this problem?
I am trying to access MSDE from ASP.NET application without
giving administrative privileges to ASPNET user. It gives an error
message saying "Cannot login to SQL server for ASPNET". Can't I access
the MSDE in local machine or across network without giving
administrative privileges to ASPNET? I tried accessing MSDE in another
machine by giving <identity impersonate="true" userName="" password=""
/> it doesn't work. But i tried accessing my local machine with
<identity> tag it worked. Is there any solution to this problem?