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

Can one dll file contains the compiled code of more than one .net language?

0 Answers  


relacement of websevices in .net 3.0?

1 Answers   Mind Tree,


What is application Object?

0 Answers   Infogain,


How many webforms are possible on a single webpage?

6 Answers  


Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?

1 Answers  


What is an asp.net validator? And, mention its types.

0 Answers  


How can you handle unmanaged code exceptions in asp.net?

0 Answers  


What is a DLL Hell Problem in .Net?

12 Answers  


How do http sessions work?

0 Answers  


Describe the difference between inline and code behind?

2 Answers  


What is server infrastructure & server components?

0 Answers  


Difference between web user control and web custom control?

0 Answers  


Categories