How do I save a page as an anonymous user?
Versions:
4.70,
FAQ number:
104,
Old FAQ number: 943
Q: How do I save a page as anonymous user?
A: First, create a new EPiServer user account that acts as an anonymous user and give account appropriate rights. Second, write your code so that it acts as the anonymous user, no matter who the real current user is.
The sample below shows how to create and save a new page as the anonymous user.