Ask a Question related to ASP.NET Security, Design and Development.
-
SuslovN #1
Authentication for anonymous users?
What should I do for realising the following task:
Anonymous users can browse my ASP.net site( limited number of pages), but
when the try to access restricted area (only for authorized users) they
redirected to Login.aspx page (acording to configuration in web.config
authentication section).
I want to use "forms authentication" and "sql db" whith users credentials.
How can I manage anonymous users permitions "allowing veiwing and deny
viewing" pages in ASP.net site not using web.config authorisation section ?
Thanks.
SuslovN.
SuslovN Guest
-
Logging anonymous and Active Dir users without login form
Hi everyone, I need help with following scenario, please: Users are accessing same web server from intranet (users previously... -
Authentication popup comes up for Anonymous allowed app
I have a asp.net web application on windows 2000 advanced server having latest security updates installed and .net framework 1.1. with latest patch.... -
Forms Authentication Anonymous User
Hi, I have implemented Forms-Based Authentication for a website I am designing which is working fine. However I want to get a list of Roles for... -
Problem with anonymous authentication
Hello, I have got an ASP.NET web site which enable anonymous authentication. When i try to hit this web site from machine X, it works. When i... -
dynamically allowing anonymous users to web pages???
I have a web application that has a custom HttpHandler that has the following mapping http://myhost/mywebapp/site/page.aspx to...



Reply With Quote

