What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax?
Answer Posted / saiish
web.config contains values.
global.config contains code.
n we cant place connection string code in global.asax.
we can place only in web.config.
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
What are the event handlers that can be included in the Global.asax file?
What does mvc represent in asp.net? : asp.net mvc
What is cookies cache and session?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
Explain the use of view state?
What is the function of the ViewState property?
Where sessions are stored in asp.net?
How can exception be handled with out the use of try catch?
How does session work in asp net?
How do I use a proxy server when invoking a web service?
What’s the difference between asp.net web forms and asp.net mvc?
What do you mean by role-based security?
What is custom attribute? How to create?
What does asp.net stand for?
How to implement role based security in asp.net mvc? : Asp.Net MVC