Ask a Question related to ASP.NET Security, Design and Development.
-
Markus Palme #1
Login without Forms authentication
Hi!
If I enable Forms authentication for a subdirectory in the web.config
file, several types can't be loaded anymore (because the subdirectory
has to be configured as an application which restricts the access to be
bin directory). Is there a way to avoid this?
If not, is it possible to use the builtin ASP.NET mechanisms (being
redirected to a login page automatically, ...) in another way for a
specific subdirectory?
Thanks
Markus
Markus Palme Guest
-
Strange problem with Forms authentication: After successfull login, login page is still displayed
Hi there I have a quite strange problem with my ASP.NET-Application. The application has being deployed one year ago and worked fine till last... -
Forms authentication - login fails
Hi, I have an ASP application using Forms authentication. On my development web server everything works and login is successful, but when I move... -
Forms Authentication without Login Page
Is there any way to log someone in using Forms authentication *without* using RedirectFromLoginPage()? My reason for asking is that I'm trying to... -
Authentication forms and SSL on the login page
Hi all, I'm tryiing to set up security for a ASP.NET web application in order to force all the users to go to a login page with an SSL connection.... -
Forms Authentication and Login Pages
Hi, I am creating a web application which have two different login areas. One for members and one for administrators. Currently, I am using forms...



Reply With Quote

