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

Explain the difference between panel and groupbox classes using .net?

481


What is the use of service provider?

582


Can you change a master page dynamically at runtime? How?

499


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

535


What is different in .net 1.1 and .net 2.0?

572






What is an axd file?

587


Do cookies store passwords?

499


What is masterpage?

505


What are ASHX files?

593


What are session cookies?

540


What is the procedure to create the environment for asp.net? : asp.net mvc

512


What is connection pooling and how to enable and disable connection pooling?

476


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

1608


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1405


Explain the difference between server control and html control.

472