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

How can we identify that the Page is Post Back?

0 Answers  


What is a multilingual website?

0 Answers  


Describe the difference between inline and code behind.

5 Answers   Siebel Systems,


How do you store a value in viewstate and retrieve them?

0 Answers  


How to create discussion forum in asp.net mvc? : Asp.Net MVC

0 Answers  






What are the different validators in asp.net?

0 Answers  


How do you remove duplicates without using remove duplicate stage?

0 Answers  


can we edit records from repeater control

2 Answers  


What is view state and how this can be done and was this there in asp?

11 Answers   Accenture, KDOT, Mphasis,


What is the full form of asp.net?

0 Answers  


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

0 Answers  


What is state management react?

0 Answers  


Categories