----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: rejoy77 Message 1 in Discussion I am creating this ASP.Net web application. I created two files, login.aspx and member.aspx. I used forms authentication and it works fine. In the web.config file, I specified deny users="?" allow users="*" Now I created a new sub-folder 'MembersOnly' and moved my member.aspx page into that folder and added one more web.config file. In the main web.config I have allow users="*", I am not denying any users. In the sub-folder web.config I have, deny users="?" allow users="*". But this setting is not working. When I login and click the button, the page is not going to membersonly/member.aspx. The login page is being refreshed again and the url querystring has return url as membersonly/member.aspx. So I allowed all users to the members area, and redirected the login page to members page. I did not do any authentication, just response.redirect from login page to members page. But it says 'Parser error. Could not load type....'. Could anyone tell me how to solve this issue. Thank you. ----------------------------------------------------------- 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]
