I really don't know if this is the correct secction to post this. I'm very new to Umbraco (and to CMS).
I've created a static site that shows events and news (it is for a school). Until here no problem. Now I need to create an Access Control so parents can log in to see reports grade, news, mails between teachears, etc. All this content need to be generated depending on the parent.
My question is: do I need to create a user control in .net for this or does Umbraco have something that can help in this? What is the best approach for this?
BTW, Because of the host restriction, I have to use Access DB to store the mails and reports grade information. They give unlimited space for Access DB and only 20mb for MySql. To expensive to increase space. Next year we will change hosting provider, but until then, that is what we have.
Dynamic content based on member
Hi,
I really don't know if this is the correct secction to post this. I'm very new to Umbraco (and to CMS).
I've created a static site that shows events and news (it is for a school). Until here no problem. Now I need to create an Access Control so parents can log in to see reports grade, news, mails between teachears, etc. All this content need to be generated depending on the parent.
My question is: do I need to create a user control in .net for this or does Umbraco have something that can help in this? What is the best approach for this?
BTW, Because of the host restriction, I have to use Access DB to store the mails and reports grade information. They give unlimited space for Access DB and only 20mb for MySql. To expensive to increase space. Next year we will change hosting provider, but until then, that is what we have.
Thanks for any help and guide.
Javier
Hi Javier,
I suggest you start here
http://msdn.microsoft.com/en-us/library/330a99hc%28VS.71%29.aspx
Probably, you will want to use Forms authentication to control access.
Tony
Thanks. I've already implement it ;)
is working on a reply...