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
Can I have a unique key as foreign key?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is the use of web.config and machine.config files?
Is asp.net a programming language or framework?
What are httphandlers and httpmodules and difference between them?
Explain the advantages of passport authentication.
What are standard controls?
What is a pixel url?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is session management in web application?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
Where web.config file is used?
What language does asp.net use?
Does web services support data reader like pom project?
What does postback mean?