Ask a Question related to ASP.NET Security, Design and Development.
-
Q. John Chen #1
Login and No Login
All,
I want to make a page, say onepage.aspx only access to certain people
(the customer). So I set up the Forms authentication and created Logon
form. It works great. I also want the internal users (the employees)
to see the same page too. BUT They have to login too. Is there a way
so that the internal user DON'T have to login (or login automatical)?
TIA
John
Q. John Chen 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... -
user and admin login on same login page
Hello, I have a user login page which also doubles as my administrator login. Currently, my method of logging in doesnt seem to be working... -
Login to admin system through login screen only
Hi there, I have an issue relating to login to my asp.net application. Basically i have built the standard login page which compares against the... -
session problem - login screen continually reloads after pressing the login button
I am trying to get sessions to work on a log in screen to give certain users access to certain pages/directories. The problem is that when the... -
LOGIN: ERROR- Failed to initialize policy manager. (IFOR_PM_FATAL) Login sessions denied.
Verify that you haven't set the system date by mistake to a far away future. All the licenses then become expired! Restoring the system to the... -
Hernan de Lahitte #2
Re: Login and No Login
There is a good example of this here:
[url]http://msdn.microsoft.com/asp.net/using/understanding/security/default.aspx?pull=/library/en-us/dnaspp/html/MixedSecurity.asp[/url]
--
Hernan de Lahitte
Lagash Systems S.A.
[url]http://weblogs.asp.net/hernandl[/url]
"Q. John Chen" <nonospam@wowway.com> wrote in message
news:8488de58.0403010833.18c49b8c@posting.google.c om...> All,
>
> I want to make a page, say onepage.aspx only access to certain people
> (the customer). So I set up the Forms authentication and created Logon
> form. It works great. I also want the internal users (the employees)
> to see the same page too. BUT They have to login too. Is there a way
> so that the internal user DON'T have to login (or login automatical)?
>
> TIA
>
> John
Hernan de Lahitte Guest
-
Beginner #3
Re: Login and No Login
Really depends on what's your meaning of Internal.
If you can tell them apart in the database, just set their authentication
cookie never expire.
"Q. John Chen" <nonospam@wowway.com> wrote in message
news:8488de58.0403010833.18c49b8c@posting.google.c om...> All,
>
> I want to make a page, say onepage.aspx only access to certain people
> (the customer). So I set up the Forms authentication and created Logon
> form. It works great. I also want the internal users (the employees)
> to see the same page too. BUT They have to login too. Is there a way
> so that the internal user DON'T have to login (or login automatical)?
>
> TIA
>
> John
Beginner Guest



Reply With Quote

