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
Can user control be stored in library?
Explain what are webservices?
What are the properties of the eventargs argument when capturing keyboard events?
What is difference between web api and web services?
What is the exact purpose of http handlers?
What are the advantages and disadvantages of Using Cookies?
What is a web api?
What is paging in context of Memory?
State differences between MVC and WebAPI
Define xmlreader class.
How does http session work?
How do http sessions work?
What’s the use of “GLOBAL.ASAX” file?
Where is asp.net session stored?
What is globalization and localization in asp net?