World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
When dealing with multiple servers in load balancing scenario, you have to use EventReplication service in EPiServer in order to synchronize them. By default EPiServer comes with UDP synchronization but this won't work if multicast UDP is disabled...
Versioning file system in EPiServer 5 is handled by VirtualPathVersioningProvider which is the default provider in EPiServer 5. Recently I had to resolve an issue with not registering the provider in precompiled website. There is a workaround here...
Searching the Internet for EPiServer's VirtualPathUnifiedProvider, I didn't find much information. So here I'm going to show you some basic examples how you can use it in your EPiserver projects. VirtualPathUnifiedProvider inherits from asp.net...