Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Sql server dose not exist or access denied

Reply
Thread Tools

Sql server dose not exist or access denied

 
 
=?Utf-8?B?amR1YmV5?=
Guest
Posts: n/a
 
      08-08-2006
Hi:
i have one asp.net application.From this application i am connecting to sql
sever on domain.Earlier it was connecting.After i reinstalled the sql sever
and try to open the connection ,it is giving error
Sql server dose not exist or access denied.
From query analyzer i am getting connection.
What will b ethe possible cause

Please let me know
 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGFiYmxlcg==?=
Guest
Posts: n/a
 
      08-08-2006
Check your connection string. See if you can refresh schema in the designer.
Might be the connection protocol is sql server local to the application
server or remote?

"jdubey" wrote:

> Hi:
> i have one asp.net application.From this application i am connecting to sql
> sever on domain.Earlier it was connecting.After i reinstalled the sql sever
> and try to open the connection ,it is giving error
> Sql server dose not exist or access denied.
> From query analyzer i am getting connection.
> What will b ethe possible cause
>
> Please let me know

 
Reply With Quote
 
 
 
 
=?Utf-8?B?amR1YmV5?=
Guest
Posts: n/a
 
      08-08-2006
HI:
Ihe connection string is like this
Persist Security Info=False;Data Source=indidev;Initial Catalog=REED;User
ID=reed;Password=reed;Min Pool Size=1;Max Pool Size=10000
Earlier it was connectiing .
Now is is not connecting .What u replied ,can u explain it.
Thanks
 
Reply With Quote
 
=?Utf-8?B?amR1YmV5?=
Guest
Posts: n/a
 
      08-08-2006
HI:
Ihe connection string is like this
Persist Security Info=False;Data Source=indidev;Initial Catalog=REED;User
ID=reed;Password=reed;Min Pool Size=1;Max Pool Size=10000
Earlier it was connectiing .
Now is is not connecting .What u replied ,can u explain it.
Also in schema i am getting refreshed
Thanks

 
Reply With Quote
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      08-08-2006
jdubey,
Make sure the reinstalled SQL Server has both SQL Server and Windows ("Mixed
mode") authentication enabled, and that it is set to listen on the default
port, and that it is not set to "hide server". You can also try using the IP
address of the server instead of the name. BTW, that 10,000 max on the pool
is a huge number, and could cause real problems. The default of 100
connections is sufficient for 95% of all applications, as long as
connections are closed when each unit of work is done.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"jdubey" wrote:

> HI:
> Ihe connection string is like this
> Persist Security Info=False;Data Source=indidev;Initial Catalog=REED;User
> ID=reed;Password=reed;Min Pool Size=1;Max Pool Size=10000
> Earlier it was connectiing .
> Now is is not connecting .What u replied ,can u explain it.
> Thanks

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Server does not exist or access denied. gg ASP .Net 0 08-06-2003 03:23 PM
Re: SQL Server does not exist or access denied. John Toop ASP .Net 0 07-22-2003 02:59 AM
Re: SQL Server does not exist or access denied Natty Gur ASP .Net 4 07-15-2003 09:28 AM
SQL Server does not exist or access denied Ravikanth[MVP] ASP .Net 1 07-14-2003 12:50 PM
RE: SQL Server does not exist or access denied Bassel Tabbara [MSFT] ASP .Net 0 06-25-2003 02:33 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57