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
What is xaml? Are xaml file compiled or built on runtime?
How to unit test Web API?
What is asp net objects?
Can asp.net work on an nt server?
Explain serialization and deserialization?
What is the difference between Session and response.Redirect?
What is the difference between executescalar and executenonquery?
Explain how to prepare culture-specific formatting in .net.
Can we create a multiple user simultaneously ?
Explain the difference between Repeater and Data list control in ASP.NET?
How can we call webservices in Banking Applications? and where we are using it?
What is httpresponse?
Where is the view state data stored?
Explain a program using code nuggets to create a simple application? : asp.net mvc
When should I use server transfer and response redirect?