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
Does google crawl redirects?
What is Web API?
What are the main differences between asp and asp.net?
Can you change a master page dynamically at runtime? How?
Where are session variables stored?
Why SessionID changes in every request in asp.net?
Explain asp.net web forms.
Explain login control and form authentication.
Which method is used to enforce garbage collection in .net?
What is http post and http get?
What are the server controls in asp.net?
Are cookies stored on server or client?
What are validator? Name the validation controls in asp.net?
Does web services support data reader like pom project?
What is the full form of asp.net?