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
Explain transparent caching with aop?
What are the server controls in asp.net?
Describe session handling in a webfarm, how does it work and what are the limits?
How would you implement inheritance using c#?
What is the full meaning of asp.net?
Disable Mouse right click on web page in asp.net?
What are the modes of updation in an updatepanel?
witch is the best insistute in sharpoint course.what abt future of share point course.
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What's the difference between viewstate and sessionstate?
How you will handle session when deploying application in more than a server?
What is Web API?
Give 2 examples for scenarios when routing is not applied?
Explain what is postback in asp. Net?