where should write the connection string Show that it will
apply whole pages in the website
Answer Posted / lakshmi
connection string saved in the web.config file:
<connectionstrings>
<add name="Appconnectionstring1"
connectionstring="server=localhost;User Id=sa;Password=
password;Database=Northwind; persist security info ="True"
providerName="system.data.sqlclient"/>
</connectionstrings>
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is asp.net web forms dead?
To get the values in two different controls to match which control you use it?
Which is better asp.net or php?
What is semantic gap?
What is asp.net ajax?
What are the various types of cookies in asp.net?
Why does my asp.net file have multiple tag with runat=server?
Explain why datareader is useful?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What is the difference between CLICK and MOUSE DOWN Event ?
How do I use a proxy server when invoking a web service?
What are Session states available and its Uses?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is asp.net mvc? : asp.net mvc