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
What is routing in MVC?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is the use of ASP.NET routing?
What is mta?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
what is loosely coupled solution? How it can be used?
In asp.net, how can you validate drop down box?
Explain the difference between globalization and localization techniques
What are the different web pages?
What is event in asp.net?
What does session_start () do?
How can you apply a theme to your asp.net application?
What is data cache in sql server?
What is the syntax for datagrid and specifying columns?
What do you mean by caching in asp.net?