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
Define static member?
Explain the Order of events in an asp.net page?
Explain the differences between managed and unmanaged code?
is gateway for sms continue connected for sending sms.how?
What is the life cycle of an asp.net page?
Difference between using directive vs using statement?
What are the types of authentication in asp.net?
How to use ipostback?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What are the Types of state management techniques
Write code to send e-mail from an asp.net application?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is authorization in asp.net?
Explain significance of routing? : asp.net mvc