How To Generate ConnectionString By Using Notepad??
Answer Posted / kesavan
string connString = System.IO.File.ReadAllText(filePath);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to do state management in ASP.NET?
What is server components?
What is http request and response?
Which is better union or union all?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Explain in what order a destructors is called.
How do you implement sql caching in asp.net?
What are different types of api?
What is the difference between response.redirect and server.transfer?
How to find out what version of asp.net I am using on my machine?
How many types of sessions are there in asp net?
How to implement Authentication and Authorization?
What is the difference between sealed vs static class?
How do u deploy ur project?
What is autopostback true?