is it possible to set more than web.config file for an
ASP.net APPLICATION?can it run?how is it possible

Answer Posted / aadil ahmed

Yes, it is possible. We can create two or more web.config
file in a ASP.NET application. For Example, we have to
sessions to execute 1. End-User point of view and 2.
Admin/User Point of View. In our web application we can
create a folder named Admin - inside that folder we can
create a web.config and in root folder too we can create a
web.config. Admin folder's web pages will execute based on
admin folder web.config and in the same way to root folder.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are user controls?

565


What is use of Master Page in ASP.NET web pages?

621


How many web config files can be created for an application?

448


Explain the differences between clr & cts?

562


Can you set which type of comparison you want to perform by the comparevalidator control?

520






Where sessions are stored in asp.net?

532


How to implement form based authentication in asp.net application?

567


Do you know using sql cache invalidation?

527


Where is the view state data stored in asp net?

557


What does it mean your session has timed out?

523


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

543


Why do we need url encoding?

519


How will you maintain versioning in asp.net 2.0?

588


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

539


Is asp.net a language?

522