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..



I have prepared A Dynamic website in asp.net with c# and using Ms Sql server 2005 as backend datab..

Answer / 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

More ASP.NET Interview Questions

What is http pipeline in asp.net?

0 Answers  


What is the difference between CC and BCC?

0 Answers   MCN Solutions,


What is deff. saop and disco?

1 Answers  


view state data is stored in which format?

15 Answers   Mind Tree, Pratham Software,


i wand basic interview based questions in asp.net and vb.net

0 Answers   Legio Infotech,






Why do we need url encoding?

0 Answers  


What kind of data can be stored in viewstate?

0 Answers  


What are the page life cycle events?

0 Answers  


How you can manage the state of application at the server side in ASP.NET?

0 Answers  


Explain the difference between array and linkedlist?

0 Answers  


How does a web application session work?

0 Answers  


How would you get asp.net running in apache web servers? Explain it's limitations.

0 Answers  


Categories