sql server 2005 express running on server2003
did a data import from an existing installation of sql server 2000.
import worked, but I keep getting the above error when my app tries to connect to data store from a user outside of .netStudio, like via the internet - for example:
gives the error,
and
http//myipaddress/myApp/Default.aspx gives the error,
yet
(after pressing ctrl f5 in visual studio) does render my page correctly.
I tried to add the user NetworkService under myApp's database properties in sql server 2005 express, but it's not there.
I think something got mixed up in the import, and somehow, the database thinks that it's still in the old domain under the 2000 installation - i.e. i can't even browse for any of the users on this installation to grant access to the DB
help!! how do i fix this?
did a data import from an existing installation of sql server 2000.
import worked, but I keep getting the above error when my app tries to connect to data store from a user outside of .netStudio, like via the internet - for example:
gives the error,
and
http//myipaddress/myApp/Default.aspx gives the error,
yet
(after pressing ctrl f5 in visual studio) does render my page correctly.
I tried to add the user NetworkService under myApp's database properties in sql server 2005 express, but it's not there.
I think something got mixed up in the import, and somehow, the database thinks that it's still in the old domain under the 2000 installation - i.e. i can't even browse for any of the users on this installation to grant access to the DB
help!! how do i fix this?