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..



I have prepared A Dynamic website in asp.net with c# and using Ms Sql server 2005 as backend datab..

Answer / 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

More ASP.NET Interview Questions

Explain the advantages of asp.net.

0 Answers  


What are the difference between ASP and ASP.Net?

4 Answers   Accenture, Mphasis,


What does aspcompat="true" mean?

0 Answers  


Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?

3 Answers   TCS, Wipro,


Types of exceptions in dot net???

1 Answers   TCS,






what is the difference between server.Transfer and response.redirect in .net

1 Answers  


Can One website be made using two different languages like c#,vb.net etc......

4 Answers   ABC,


All kind of access specifiers for a class and for methods ?

1 Answers   MMTS,


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

0 Answers  


Explain how cookies work.

0 Answers  


What is inproc mode in session?

0 Answers  


What is ASLM?

0 Answers   MCN Solutions,


Categories