I need to perform forms authentication from two folders in my application.
My first login is from the homepage located in the root folder. (index.aspx) - for clients
My second login is also from a different page located in the root folder. (sitemanager.aspx) - to login to the CMS
I understand you can only declare one forms authentication in a web.config file?
I have tried putting the sitemanager.aspx into another folder and setting that folder as an application to allow me to have another web.config file but this still isnt working. I get the machine.config error. Can't have .... beyond root level
Any ideas how else I could construct my application
My first login is from the homepage located in the root folder. (index.aspx) - for clients
My second login is also from a different page located in the root folder. (sitemanager.aspx) - to login to the CMS
I understand you can only declare one forms authentication in a web.config file?
I have tried putting the sitemanager.aspx into another folder and setting that folder as an application to allow me to have another web.config file but this still isnt working. I get the machine.config error. Can't have .... beyond root level
Any ideas how else I could construct my application