Web.config
-
I hav launched my site on server in " wwwroot" folder.......is it possible to launch other pages on the same server with a new folder...........if yes then hw much web.config shud be used........either one or two..........for e.g. in wwwroot folder i created one more folder "Billing" and put some new pages in it....for these do i need new web.confog or not........plz guide me a bit??
-
I hav launched my site on server in " wwwroot" folder.......is it possible to launch other pages on the same server with a new folder...........if yes then hw much web.config shud be used........either one or two..........for e.g. in wwwroot folder i created one more folder "Billing" and put some new pages in it....for these do i need new web.confog or not........plz guide me a bit??
Hi,You can use as many Web.config for individual folders to which u want to set different access permissions. But the root level web.config should be unique to govern ur web site. :)