C
Colin Basterfield
Hi,
My ASP.NET has Forms Authentication set up to use a login page, all
configured in the web.config. I am in the process of trying to get it
running on the site but have come across some problems. It all worked but
if you didn't type in www.mywebsite.com/login.aspx it didn't go to the login
page. Once authenticated it goes to a selection screen, but this is called
selection.aspx, so I thought if I renamed the selection.aspx to default.aspx
it would then work if the user typed in www.mywebsite.com but it tries to go
there automatically seemingly w/out taking any notice of the authentication
set up, i.e go to login first.
Am I missing something here? Is it my login page that should be called
default, but no documentation I have yet read does or even suggests this
practice.
So I'm confused, any ideas please
TIA
Colin
My ASP.NET has Forms Authentication set up to use a login page, all
configured in the web.config. I am in the process of trying to get it
running on the site but have come across some problems. It all worked but
if you didn't type in www.mywebsite.com/login.aspx it didn't go to the login
page. Once authenticated it goes to a selection screen, but this is called
selection.aspx, so I thought if I renamed the selection.aspx to default.aspx
it would then work if the user typed in www.mywebsite.com but it tries to go
there automatically seemingly w/out taking any notice of the authentication
set up, i.e go to login first.
Am I missing something here? Is it my login page that should be called
default, but no documentation I have yet read does or even suggests this
practice.
So I'm confused, any ideas please
TIA
Colin