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

Where sessions are stored in asp.net?

711


Why do we use asp.net?

764


Which dll handles the request of .aspx page?

736


What is difference between web api and web services?

714


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

733






How do you do client-side validation in .net? How to disable validator control by client side javascript?

720


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

791


Can we use html in asp.net?

667


What is state management in .net?

792


How many types of sessions in asp.net?

768


List the types of authentication supported by asp.net?

704


What does asp stand for in asp.net?

698


What is ispostback method in asp.net? Why do we use that?

812


What is query string? What are its advantages and limitations?

718


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

1879