I have a simple asp.net program with forms authentication, session management etc. This application is complete in itself with sql server used as backend.
I was contemplating putting this as a module in the dotnetnuke(dnn) framework, I tried to find a good documentation on the web but could not find exactly what I was looking for! I am wondering if anybody could put more light on these:
How easy it would be to delegate my login to the dnn login. Currently I use email address and password for my application but it seems dnn uses login name.
My application uses master page and iframe. Is that a limitation? I do not mind putting my application in another iframe inside the dnn module.
When the session is over, I throw the user back to the login screen. I guess I need to somehow tie my session with the dnn session so that it takes care of this automatically.
Thanks for your time