I have prepared A Dynamic website in asp.net with c# and
using Ms Sql server 2005 as backend database.i am facing
problem while uploading this site on my FTP address it is
not accessing the database.please could u tell me how cn i
upload Sqlserver database on the web and what would be the
connection string...???? I am using Server=".";initial
catalog=databasename;persist security info=false;integrated
security=SSPI;...pleas help me... Thanks in Advance..
Answer Posted / article
Hi..
if ur use sqlserver sql Auth.
The connection String min attribut like that
<add name="ConnStr" connectionString="Data
Source=Datasourcename;Initial Catalog=DB Name;Max Pool
Size=Integer;Min Pool
Size=Integer;Pooling=true;TimeOut=60;User
ID=URuserid;Password=URpwd;" />
Thank's
Prasanta Kumar Pradhan
http://globaltouch.in
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
What is break mode?
Why is this service branded with windows livetm?
What is a 307 redirect?
What are session state modes? List some of the important session state modes of asp.net.
Define asp.net caching?
What is owin authentication?
What are the 3 levels at which content pages can be attached to Master Page?
Distinguish between Server-side and Client-side code with its functionality?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Differentiate between early binding and late binding.
What is the behavior of a Web browser when it receives an invalid element?
Where can I get information on cookies in asp.net?
What is cached data phone?
How to turn off cookies for a page?