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
Do you know about caching with the datasource controls?
Which protocol is used in a web api?
Explain the Order of events in an asp.net page?
What is server infrastructure & server components?
What is preprocessor in .net?
What is the use of asp.net web api?
What are the properties of the eventargs argument when capturing keyboard events?
calling result set one procedure to anothar procedure in sql2000
What is OSI layer? Explain different layers.
Why the javascript validation not run on the asp.net button but run successfully on the html button?
what is publisher?
How to sign out from forms authentication?
Define page output caching?
Which is faster viewdata or viewbag?
What is the default Orientation property in a Menu control?