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 sta?
What is difference between session and application in asp net?
What kind of data can be stored in viewstate?
Which .NET framework supports Web API?
How to prevent client side validation from the ASP.NET validation controls?
What are HTTP handlers in ASP.NET?
Can asp.net work on an nt server?
What is role-based security in asp.net?
3. What goals do you have in your career?
What does session_start () do?
How can I configure asp.net applications that are running on a remote machine?
Where is asp.net session stored?
Explain about solution explorer window?
What is global.asax file used for?
What role “#&&” plays in a querysting?