What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax?
Answer Posted / abhishek vyas indore
web.config file is generated automatically if we are run a application in first time a but gloabal.asax file is not generated its a optional file,
web.config is a xml file where global.asax is class file
web.config file is more efficient as compared to global.asax
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
Why asp.net is used?
What is the full form of asp.net?
What are the two types of web pages?
What are html helpers in asp.net?
what are the web form events available in asp.net?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is route in web api?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
How do sessions work?
How do you open a page in a new window?
What I need to create and run an asp.net application?
Explain one critical mapping?
Explain how asp.net different from asp?
What is xaml? Are xaml file compiled or built on runtime?
What is owin authentication?