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 stop the validation of ASP.NET controls from client side?
How can we use Web API with ASP.NET Web Form?
What is the default authentication mode for asp.net?
What is applicatio domain?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is asp.net ajax?
Which is better viewstate or session?
Why session is more secure than cookies?
How many types of controls are there in asp.net?
What are client activated objects?
Why we use asp.net for website development?
Why would a company use an application service provider?
What are Session states available and its Uses?
What is the use of placeholder control? Can we see it at runtime?
Which property is used to identify the Page is Post Back in ASP.NET?