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


Please Help Members By Posting Answers For Below Questions

What is the sequence in which ASP.NET events are processed?

569


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

737


What is http request and response?

616


What is odata in web api?

667


What is the adavantage of using ASP.NET routing?

734






How can you use a custom controls in ASP.NET application?

616


What is simple data binding?

626


What's the use of formatters in .net?

645


Describe the events in the life cycle of a web application.

696


How to use ipostback?

669


What is application and session in asp.net?

611


Explain form level validation and field level validation?

626


Which tool you have done?

1553


To bind columns manually which tags do you need to add within the asp:datagrid ?

643


If you want to write your own dot net language, what steps you will you take care?

611