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
Apart from IDE what are the enhancements in asp.net 2.0?
Explain the difference between panel and groupbox classes using .net?
How does asp.net work?
Will the asp.net validators run in server side or client side?
How can I open ashx file in mobile?
What is the use of express session?
Can we use html in asp.net?
What is a session in programming?
Difference between singleton and singlecall.
Explain the different types of directives in .net?
Is it possible to create web application with both webforms and mvc?
Describe the Server Control Events of ASP.NET?
Why do we use asp.net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?