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
Which library is used by the testers and developers to develop automated tests and create testing tools?
What do you understand by aggregate dependency?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Where the cookie value is stored?
What is the difference between runtime version and version?
Is asp.net core faster?
How does a content page differ from a master page?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Define secured sockets layer.
Is post back in asp.net?
Define a web service in .net?
Explain the concept of View Model in MVC?
explain code with datachaching with example
How can we make sure that Web API returns JSON data only?
What is the difference between custom controls and user controls?