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


Please Help Members By Posting Answers For Below Questions

How you can stop the validation of ASP.NET controls from client side?

792


How can we use Web API with ASP.NET Web Form?

840


What is the default authentication mode for asp.net?

814


What is applicatio domain?

773


Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

784


What is asp.net ajax?

753


Which is better viewstate or session?

723


Why session is more secure than cookies?

702


How many types of controls are there in asp.net?

771


What are client activated objects?

800


Why we use asp.net for website development?

700


Why would a company use an application service provider?

713


What are Session states available and its Uses?

1967


What is the use of placeholder control? Can we see it at runtime?

827


Which property is used to identify the Page is Post Back in ASP.NET?

781