Groups > Asp .Net > ASP dotNET Security > Re: Restrict Subfolder inside Folder




Restrict Subfolder inside Folder

Restrict Subfolder inside Folder
Wed, 2 Apr 2008 09:47:50 +0000
i have folder name Client that can be access through
http://domainname/client/default.aspx. i give access rule for specific client to
view pages inside Client folder.it's working. when user try to access the page,
login page will prompt up.

my case is, i have subfolder inside Client folder name Client_D that can be
access through http://domainname/client/Client_D/default.aspx. my problem is
when i try to access the page, the login page is not pop-up, it automatically
give me the permission to access the page. how can i solve this?. i want the
login page to be shown when i access the page inside Client_D. please help. tQ
Post Reply
Re: Restrict Subfolder inside Folder
Wed, 2 Apr 2008 12:26:15 +0000
Hi

I think the problem is that there is no session checked in the application.

There is another solution is add web.config in this folder

 

Regard

Purvesh Shah
Post Reply
Re: Restrict Subfolder inside Folder
Wed, 2 Apr 2008 12:39:22 +0000
web.config is already created in that folder. how to check session in the
application?. do u any codes that can share?. tQ
Post Reply
about | contact