Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-06-28 : 07:42:25
|
| Tushar writes "HiiI am facing probelm using SQL Server 2000.The problem which i am facing is as follows : > I am able to access databases on SQLServer2000 (or i should say MSDE) using Window forms. > But whenever i try accessing the database using ASP.NET i am denied.It says SQL Server does not exists or access denied.> I am also unable to connect to the databases through Network.> It also says that SQL server does not exist or access denied.I install MSDE after installing Visual Studio.NET seperately.Now when i use SQL Server 7.0 and do not install MSDE i am able to run ASP.NET pages and access data through it.Please tell me what the problem is.Can you please help me." |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2004-06-28 : 12:34:27
|
| How are you trying to connect? Post the code.Can you connect from that machine using OSQL or some other tool?-Chadhttp://www.clrsoft.comSoftware built for the Common Language Runtime. |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-06-28 : 13:44:27
|
| You probably need to add an alias to the client machine. Is this all on one machine?Tara |
 |
|
|
|
|
|