What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / moreshwar
we can have only single web.config file to each folder.in
the nested folder we can define the different configuration
for current folder files the only condition is we need to
mark the web.config as override. we generally need such type
of multiple web.config files @ the time of authentication.
where you will have different types of
user(employee,student,senior citizen) and each users needed
to check for authentication at different folders. like
employee,student,senior citizen etc. such operations can be
done in web.config.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How you can access the properties and controls of master pages from content pages?
Explain about Multi-Language integration?
What are the built-in objects in asp.net?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is a global postback url?
Is asp.net different from asp? If yes, explain how?
What is difference between web config and global asax?
What is autopostback in dropdownlist in asp net?
Give 2 examples for scenarios when routing is not applied?
Can we use MSSql as backend in asp.net...if yes then How.?
What is the difference between debug and release?
Which is better viewstate or session?
What is cross page posting in asp net?
How do we assign page-specific attributes?
Describe how to implement globalization and localization in the use interface in .net.