where should write the connection string Show that it will
apply whole pages in the website
Answer Posted / navin.cp
You can also pass a connection string in web.config file as:-
<appSettings>
<add key="ConStrName" value="your_ConStrValue"/>
</appSettings>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can the dictionary object be created in client?s scope ?
What is cas?
What are the different web pages?
How to disable validator control by client side JavaScript?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is the difference between system.stringbuilder and system.string
What is the meaning of TestApi?
Describe a Windows Service and its lifecycle ?
How do I open an ashx file in windows 7?
Is asp.net a programming language or framework?
Can you explain architecture of your project ?
Explain how does asp page work?
How do I use response redirect?
What is the use of global.asax file?
What are cookies in asp.net?