I'm using umbraco to develop public site for my client. there are some content that should not be visible for public user and it's only visible for visitor within internal organization. Usually we can utlize the IP address of visitor so if the IP address falls within the IP address range of internal network then we can make the content is visible. In ASP.NET we can use Server object to identify the visitor IP address I wander how I can do that in umbraco particularly when I have to deal with XSLT to manage the page content. Does any body have experience with this kind of scenario ?
Restrict the site content in umbraco
I'm using umbraco to develop public site for my client. there are some content that should not be visible for public user and it's only visible for visitor within internal organization. Usually we can utlize the IP address of visitor so if the IP address falls within the IP address range of internal network then we can make the content is visible. In ASP.NET we can use Server object to identify the visitor IP address I wander how I can do that in umbraco particularly when I have to deal with XSLT to manage the page content. Does any body have experience with this kind of scenario ?
I guess your looking for something like this:
For more, check http://our.umbraco.org/wiki/reference/umbracolibrary
Sorry, must be
is working on a reply...