----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Sovon Message 1 in Discussion Hi, I am having a ASP.NET application in which the authentication mode is windows and the IIS has been like wise configured to support basic authentication. Hence every time the user is asked for his user id and password, which is okay. Now I have a subdirectory inside the application called subDir1. In this directory I have kept another web.config file. The contents of this file is <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.web> <authentication mode="None" /> <authorization> <allow users="*" /> <!-- Allow all users --> </authorization> </system.web> </configuration> By this there should not be any authentication being asked to the user. When users access resources in the subdirectory directly, I want the users to access the resources within this subdirectory without being prompted for user id and password. But this is not happening. Please advice on how to achieve this. Regards, Sovon. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
