|
 |
aspx thread: IIS
Message #1 by "Simon Robinson" <srobinson@g...> on Mon, 6 Jan 2003 14:35:41
|
|
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
Message #2 by Carlos Magalhaes <CarlosM@t...> on Mon, 6 Jan 2003 16:23:21 +0200
|
|
Hey Simon,
What about in your "Holding Page" put a quick check (one of the first things
the page does) to check if the user has been verified or checked if yes then
redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Hey Simon,
What about in your "Holding Page" put a quick check (one of
the first things the page does) to check if the user has been verified or
checked if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when
a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the
password
decryption process. It is at this stage that I am stuck 'cos if the
user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
Message #3 by "Simon Robinson" <srobinson@g...> on Mon, 6 Jan 2003 14:35:28 -0000
|
|
Hi Carlos,
A check does take place in the holding page to see if the user is trying
to log in. It works in this way -> If one the the form values is equal
to 14 then the user is redirected to the login page. The problem is that
once the login has been successful, the user gets sent back to the
holding page because it is the default page in IIS.
Cheers,
Simon.
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 14:23
To: ASP.NET
Subject: [aspx] RE: IIS
Hey Simon,
What about in your "Holding Page" put a quick check (one of the first
things the page does) to check if the user has been verified or checked
if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Hey Simon,
=A0
What about in your "Holding Page" put a quick check (one of
the first things the page does) to check if the user has been verified
or checked if yes then redirect him?
=A0
Regards,
Carlos Magalhaes
=A0
=A0
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
=A0
Hi All,
=A0
Happy New Year!
=A0
I have got an interesting one for you all...
=A0
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
=A0
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
=A0
Has anyone got any ideas 'cos I am tearing my hair out here!
=A0
Thanks in advance.
=A0
Cheers,
=A0
Simon.
Message #4 by "Ray Jezek (TT)" <ray.jezek@t...> on Mon, 6 Jan 2003 08:48:17 -0600
|
|
On the holding page set a cookie or send an extra form variable to the
login
page telling it that the user has already been to the holding page.
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 8:35 AM
To: ASP.NET
Subject: [aspx] RE: IIS
Hi Carlos,
A check does take place in the holding page to see if the user is
trying to
log in. It works in this way -> If one the the form values is equal to
14
then the user is redirected to the login page. The problem is that once
the
login has been successful, the user gets sent back to the holding page
because it is the default page in IIS.
Cheers,
Simon.
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 14:23
To: ASP.NET
Subject: [aspx] RE: IIS
Hey Simon,
What about in your "Holding Page" put a quick check (one of the first
things
the page does) to check if the user has been verified or checked if yes
then
redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when
a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the
password
decryption process. It is at this stage that I am stuck 'cos if the
user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Hey Simon,
=A0
What about in your "Holding Page" put a quick check (one of
the first things the page does) to check if the user has been verified
or
checked if yes then redirect him?
=A0
Regards,
Carlos Magalhaes
=A0
=A0
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
=A0
Hi All,
=A0
Happy New Year!
=A0
I have got an interesting one for you all...
=A0
When a user types in my url I need them to see a holding page but when
a
user logs into my site thru a third party portal I need to grant them
access to the site!
=A0
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the
password
decryption process. It is at this stage that I am stuck 'cos if the
user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
=A0
Has anyone got any ideas 'cos I am tearing my hair out here!
=A0
Thanks in advance.
=A0
Cheers,
=A0
Simon.
Message #5 by Carlos Magalhaes <CarlosM@t...> on Mon, 6 Jan 2003 16:40:53 +0200
|
|
Ahhhh, so there has to be some way of flaging the application that once to
logon takes place, it ignores the iis default page setting and goes to the
next stage.
What about setting in your db if the status = 14 the redirect to
PAGEXXX.aspx ?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:35 PM
To: ASP.NET
Subject: [aspx] RE: IIS
Hi Carlos,
A check does take place in the holding page to see if the user is trying
to log in. It works in this way -> If one the the form values is equal
to 14 then the user is redirected to the login page. The problem is that
once the login has been successful, the user gets sent back to the
holding page because it is the default page in IIS.
Cheers,
Simon.
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 14:23
To: ASP.NET
Subject: [aspx] RE: IIS
Hey Simon,
What about in your "Holding Page" put a quick check (one of the first
things the page does) to check if the user has been verified or checked
if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Hey Simon,
What about in your "Holding Page" put a quick check (one of
the first things the page does) to check if the user has been verified
or checked if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Ahhhh, so there has to be some way of flaging the application that once
to logon takes place, it ignores the iis default page setting and goes to the
next stage.
What about setting in your db if the status = 14 the redirect to PAGEXXX.aspx
?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:35 PM
To: ASP.NET
Subject: [aspx] RE: IIS
Hi Carlos,
A check does take place in the holding page to see if the user is
trying
to log in. It works in this way -> If one the the form values is
equal
to 14 then the user is redirected to the login page. The problem is
that
once the login has been successful, the user gets sent back to the
holding page because it is the default page in IIS.
Cheers,
Simon.
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 14:23
To: ASP.NET
Subject: [aspx] RE: IIS
Hey Simon,
What about in your "Holding Page" put a quick check (one of
the first
things the page does) to check if the user has been verified or checked
if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when
a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the
password
decryption process. It is at this stage that I am stuck 'cos if the
user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
---
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Hey Simon,
What about in your "Holding Page" put a quick check (one of
the first things the page does) to check if the user has been verified
or checked if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when
a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the
password
decryption process. It is at this stage that I am stuck 'cos if the
user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
---
Message #6 by "Simon Robinson" <srobinson@g...> on Mon, 6 Jan 2003 14:56:08 -0000
|
|
It's OK guys I figured it out!
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: 06 January 2003 14:35
To: ASP.NET
Subject: [aspx] RE: IIS
Hi Carlos,
A check does take place in the holding page to see if the user is trying
to log in. It works in this way -> If one the the form values is equal
to 14 then the user is redirected to the login page. The problem is that
once the login has been successful, the user gets sent back to the
holding page because it is the default page in IIS.
Cheers,
Simon.
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 14:23
To: ASP.NET
Subject: [aspx] RE: IIS
Hey Simon,
What about in your "Holding Page" put a quick check (one of the first
things the page does) to check if the user has been verified or checked
if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Hey Simon,
=A0
What about in your "Holding Page" put a quick check (one of
the first things the page does) to check if the user has been verified
or checked if yes then redirect him?
=A0
Regards,
Carlos Magalhaes
=A0
=A0
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
=A0
Hi All,
=A0
Happy New Year!
=A0
I have got an interesting one for you all...
=A0
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
=A0
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
=A0
Has anyone got any ideas 'cos I am tearing my hair out here!
=A0
Thanks in advance.
=A0
Cheers,
=A0
Simon.
Message #7 by Carlos Magalhaes <CarlosM@t...> on Mon, 6 Jan 2003 17:06:25 +0200
|
|
How did you do it?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:56 PM
To: ASP.NET
Subject: [aspx] RE: IIS
It's OK guys I figured it out!
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: 06 January 2003 14:35
To: ASP.NET
Subject: [aspx] RE: IIS
Hi Carlos,
A check does take place in the holding page to see if the user is trying
to log in. It works in this way -> If one the the form values is equal
to 14 then the user is redirected to the login page. The problem is that
once the login has been successful, the user gets sent back to the
holding page because it is the default page in IIS.
Cheers,
Simon.
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 14:23
To: ASP.NET
Subject: [aspx] RE: IIS
Hey Simon,
What about in your "Holding Page" put a quick check (one of the first
things the page does) to check if the user has been verified or checked
if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Hey Simon,
What about in your "Holding Page" put a quick check (one of
the first things the page does) to check if the user has been verified
or checked if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
How did you do it?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:56 PM
To: ASP.NET
Subject: [aspx] RE: IIS
It's OK guys I figured it out!
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: 06 January 2003 14:35
To: ASP.NET
Subject: [aspx] RE: IIS
Hi Carlos,
A check does take place in the holding page to see if the user is
trying
to log in. It works in this way -> If one the the form values is
equal
to 14 then the user is redirected to the login page. The problem is
that
once the login has been successful, the user gets sent back to the
holding page because it is the default page in IIS.
Cheers,
Simon.
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 14:23
To: ASP.NET
Subject: [aspx] RE: IIS
Hey Simon,
What about in your "Holding Page" put a quick check (one of
the first
things the page does) to check if the user has been verified or checked
if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when
a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the
password
decryption process. It is at this stage that I am stuck 'cos if the
user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
---
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Hey Simon,
What about in your "Holding Page" put a quick check (one of
the first things the page does) to check if the user has been verified
or checked if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when
a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the
password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
---
Message #8 by "Simon Robinson" <srobinson@g...> on Mon, 6 Jan 2003 15:18:50 -0000
|
|
Hi Carlos,
I set 2 pages to be the default documents in IIS. The first was the
holding page and the second was the site index page. I already had the
login check working on the holding page, so on the index page I put in
another check with a redirect to the holding page if the login was not
valid.
Thanks for your interest guys!
Simon.
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 15:06
To: ASP.NET
Subject: [aspx] RE: IIS
How did you do it?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:56 PM
To: ASP.NET
Subject: [aspx] RE: IIS
It's OK guys I figured it out!
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: 06 January 2003 14:35
To: ASP.NET
Subject: [aspx] RE: IIS
Hi Carlos,
A check does take place in the holding page to see if the user is trying
to log in. It works in this way -> If one the the form values is equal
to 14 then the user is redirected to the login page. The problem is that
once the login has been successful, the user gets sent back to the
holding page because it is the default page in IIS.
Cheers,
Simon.
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 14:23
To: ASP.NET
Subject: [aspx] RE: IIS
Hey Simon,
What about in your "Holding Page" put a quick check (one of the first
things the page does) to check if the user has been verified or checked
if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Hey Simon,
What about in your "Holding Page" put a quick check (one of
the first things the page does) to check if the user has been verified
or checked if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
How did you do it?
=A0
Regards,
Carlos Magalhaes
=A0
=A0
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:56 PM
To: ASP.NET
Subject: [aspx] RE: IIS
=A0
It's OK guys I figured it out!
=A0
=A0
=A0
=A0
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: 06 January 2003 14:35
To: ASP.NET
Subject: [aspx] RE: IIS
=A0
=A0
Hi Carlos,
=A0
A check does take place in the holding page to see if the user is trying
to log in. It works in this way -> If one the the form values is equal
to 14 then the user is redirected to the login page. The problem is that
once the login has been successful, the user gets sent back to the
holding page because it is the default page in IIS.
=A0
Cheers,
=A0
Simon.
=A0
=A0
=A0
=A0
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 14:23
To: ASP.NET
Subject: [aspx] RE: IIS
=A0
=A0
Hey Simon,
=A0
=A0
=A0
What about in your "Holding Page" put a quick check (one of
the first
things the page does) to check if the user has been verified or checked
if yes then redirect him?
=A0
=A0
=A0
Regards,
=A0
Carlos Magalhaes
=A0
=A0
=A0
=A0
=A0
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
=A0
=A0
=A0
Hi All,
=A0
=A0
=A0
Happy New Year!
=A0
=A0
=A0
I have got an interesting one for you all...
=A0
=A0
=A0
When a user types in my url I need them to see a holding page but when a
=A0
=A0
user logs into my site thru a third party portal I need to grant them
=A0
access to the site!
=A0
=A0
=A0
At the minute I have set the default page in IIS to a page which
displays
=A0
the holding page graphics but does a check to see if the user has been
=A0
directed to the site thru the portal and if so they go thru the password
=A0
=A0
decryption process. It is at this stage that I am stuck 'cos if the user
=A0
=A0
has a valid login they are merely taken back to the holding page due to
it
=A0
being set as the default page in IIS!
=A0
=A0
=A0
Has anyone got any ideas 'cos I am tearing my hair out here!
=A0
=A0
=A0
Thanks in advance.
=A0
=A0
=A0
Cheers,
=A0
=A0
=A0
Simon.
=A0
---
=A0
=A0
=A0
=A0
=A0
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected.=A0 Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.=A0
=A0
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination.=A0 The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message.=A0 Trencor is not
responsible in the event of any third party
interception of this email.=A0=A0
=A0
If you have received this email in error please notify
postmaster@t...=A0=A0 For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
Hey Simon,
=A0
=A0
=A0
What about in your "Holding Page" put a quick check (one of
the first things the page does) to check if the user has been verified
or checked if yes then redirect him?
=A0
=A0
=A0
Regards,
=A0
Carlos Magalhaes
=A0
=A0
=A0
=A0
=A0
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
=A0
=A0
=A0
Hi All,
=A0
=A0
=A0
Happy New Year!
=A0
=A0
=A0
I have got an interesting one for you all...
=A0
=A0
=A0
When a user types in my url I need them to see a holding page but when a
=A0
=A0
user logs into my site thru a third party portal I need to grant them
=A0
access to the site!
=A0
=A0
=A0
At the minute I have set the default page in IIS to a page which
displays
=A0
the holding page graphics but does a check to see if the user has been
=A0
directed to the site thru the portal and if so they go thru the password
=A0
=A0
decryption process. It is at this stage that I am stuck 'cos if the user
=A0
=A0
has a valid login they are merely taken back to the holding page due to
it
=A0
being set as the default page in IIS!
=A0
=A0
=A0
Has anyone got any ideas 'cos I am tearing my hair out here!
=A0
=A0
=A0
Thanks in advance.
=A0
=A0
=A0
Cheers,
=A0
=A0
=A0
Simon.
=A0
---
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
=A0
Message #9 by "Andrew Haslett" <ahaslett@b...> on Tue, 7 Jan 2003 20:38:44 +1030
|
|
Wouldn't another easy way be: to make your default page the page that checks
the referring URL through script (such as Request.Referer) and redirect to a
different page then? So one default page, multiple choices for 'secondary'
pages...
(Jumped into this thread late so sorry if I have missed something).
Cheers,
Andrew
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Tuesday, 7 January 2003 1:49 AM
To: ASP.NET
Subject: [aspx] RE: IIS
Hi Carlos,
I set 2 pages to be the default documents in IIS. The first was the
holding page and the second was the site index page. I already had the
login check working on the holding page, so on the index page I put in
another check with a redirect to the holding page if the login was not
valid.
Thanks for your interest guys!
Simon.
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 15:06
To: ASP.NET
Subject: [aspx] RE: IIS
How did you do it?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:56 PM
To: ASP.NET
Subject: [aspx] RE: IIS
It's OK guys I figured it out!
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: 06 January 2003 14:35
To: ASP.NET
Subject: [aspx] RE: IIS
Hi Carlos,
A check does take place in the holding page to see if the user is trying
to log in. It works in this way -> If one the the form values is equal
to 14 then the user is redirected to the login page. The problem is that
once the login has been successful, the user gets sent back to the
holding page because it is the default page in IIS.
Cheers,
Simon.
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 14:23
To: ASP.NET
Subject: [aspx] RE: IIS
Hey Simon,
What about in your "Holding Page" put a quick check (one of the first
things the page does) to check if the user has been verified or checked
if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Hey Simon,
What about in your "Holding Page" put a quick check (one of
the first things the page does) to check if the user has been verified
or checked if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
How did you do it?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:56 PM
To: ASP.NET
Subject: [aspx] RE: IIS
It's OK guys I figured it out!
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: 06 January 2003 14:35
To: ASP.NET
Subject: [aspx] RE: IIS
Hi Carlos,
A check does take place in the holding page to see if the user is trying
to log in. It works in this way -> If one the the form values is equal
to 14 then the user is redirected to the login page. The problem is that
once the login has been successful, the user gets sent back to the
holding page because it is the default page in IIS.
Cheers,
Simon.
-----Original Message-----
From: Carlos Magalhaes [mailto:CarlosM@t...]
Sent: 06 January 2003 14:23
To: ASP.NET
Subject: [aspx] RE: IIS
Hey Simon,
What about in your "Holding Page" put a quick check (one of
the first
things the page does) to check if the user has been verified or checked
if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
---
-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.
Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.
If you have received this email in error please notify
postmaster@t... For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Hey Simon,
What about in your "Holding Page" put a quick check (one of
the first things the page does) to check if the user has been verified
or checked if yes then redirect him?
Regards,
Carlos Magalhaes
-----Original Message-----
From: Simon Robinson [mailto:srobinson@g...]
Sent: Monday, January 06, 2003 4:36 PM
To: ASP.NET
Subject: [aspx] IIS
Hi All,
Happy New Year!
I have got an interesting one for you all...
When a user types in my url I need them to see a holding page but when a
user logs into my site thru a third party portal I need to grant them
access to the site!
At the minute I have set the default page in IIS to a page which
displays
the holding page graphics but does a check to see if the user has been
directed to the site thru the portal and if so they go thru the password
decryption process. It is at this stage that I am stuck 'cos if the user
has a valid login they are merely taken back to the holding page due to
it
being set as the default page in IIS!
Has anyone got any ideas 'cos I am tearing my hair out here!
Thanks in advance.
Cheers,
Simon.
---
|
|
 |