Gentlemen,
I know that this problem has happened before and I searched and tried
all solutions but
problem is not solved.
I install asp.net community starter kit with some help from this
newsgroup.Insta ll went fine,
database was created on the SQL server machine but when I bring up
browser and try to
connect I get:
"SQL Server does not exist or access denied" error message.
IIS and visual studion running on workstation (2000 pro). SQL server
is
running on a workgroup computer (2003).
I can access the SQL server using isqlw from workstation. Checked
connection string in web.config it looks OK as follows:
<database>
<add key="connection String"
"Server=GSMITH; UID=sa;PWD=xxxx ;database=Commu nityStarterKit" />
Can anyone help. Funny thing is that this is the exact setup as home
and it works fine
there but not here
thanks
grs
I know that this problem has happened before and I searched and tried
all solutions but
problem is not solved.
I install asp.net community starter kit with some help from this
newsgroup.Insta ll went fine,
database was created on the SQL server machine but when I bring up
browser and try to
connect I get:
"SQL Server does not exist or access denied" error message.
IIS and visual studion running on workstation (2000 pro). SQL server
is
running on a workgroup computer (2003).
I can access the SQL server using isqlw from workstation. Checked
connection string in web.config it looks OK as follows:
<database>
<add key="connection String"
"Server=GSMITH; UID=sa;PWD=xxxx ;database=Commu nityStarterKit" />
Can anyone help. Funny thing is that this is the exact setup as home
and it works fine
there but not here
thanks
grs
Comment