Hi John,
I would like to ask a few more questions:
1) Is that the hard coded method you mentioned earlier?
2) Does this code work only for the login user page? If yes, what about the register user page?
3) Does this code work with the existing login (and register) user page(s) or should i create new page(s) and select the IsSecure option?
4) I have just added the code you suggested on my default skin page "DNN\Portals\_default\Skins\DNN-Blue\Horizontal Menu - Fixed Width.ascx". The skin ocontrol bject fails to be created. Inside the code behind Default.aspx.vb, an exception is thrown for the command:
ctlSkin = CType(LoadControl("~" & SkinPath), UserControl)
and i get a simple error message when loading the DNN site.
Is there something i am doing wrong? Maybe, i should first ,create the new login pages (see question no 2)?
regards