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
Where sessions are stored in asp.net?
Why do we use asp.net?
Which dll handles the request of .aspx page?
What is difference between web api and web services?
To bind columns manually which tags do you need to add within the asp:datagrid ?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Can we use html in asp.net?
What is state management in .net?
How many types of sessions in asp.net?
List the types of authentication supported by asp.net?
What does asp stand for in asp.net?
What is ispostback method in asp.net? Why do we use that?
What is query string? What are its advantages and limitations?
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?