Ask a Question related to ASP.NET Security, Design and Development.
-
Shor Erez #1
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 my application to the production server the login page is
loaded but all login attempts fail.
The development server is a windows 2003 server and the production
server is a windows 2000 server with .NET framework 1.1
Anyone has any idea why the login fails?
Shor Erez 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... -
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... -
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... -
Jonathan Wax #2
Re: Forms authentication - login fails
Hi,
After you setup your virtual directory on the windows 2000 server you may
want to run aspnet_regiis -c again to ensure asp.net is installed.
Jonathan Wax.
"Shor Erez" <s_erez@hotmail.com> wrote in message
news:89438145.0405270936.4b6f127@posting.google.co m...> Hi,
> I have an ASP application using Forms authentication. On my
> development web server everything works and login is successful, but
> when I move my application to the production server the login page is
> loaded but all login attempts fail.
> The development server is a windows 2003 server and the production
> server is a windows 2000 server with .NET framework 1.1
> Anyone has any idea why the login fails?
Jonathan Wax Guest



Reply With Quote

