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 the difference between union and structure?

0 Answers  


What is state management in asp.net and define Client-side state management and Server-side state management?

2 Answers   TVS,


i cant get Primary output selection from the Dialog box While Creating Setup and Deployment the web application how to solve it..

1 Answers  


what is client back feauture ?

1 Answers  


Difference between .NET components and COM components?

2 Answers   Microsoft,






Explain the difference between asp.net mvc and asp.net webforms

0 Answers  


What is the use of directives & explain with example?

2 Answers   C Squared Systems,


When would you set this property to false?

2 Answers  


How we generate the BARCODE in ASP.Net using c# ! in library management systen for books .

2 Answers  


What?s the difference between Response.Write() andResponse.Output.Write()?

2 Answers  


Difference between DataView and DataTable

4 Answers  


Do you know caching feature?

0 Answers  


Categories