hi
i have successfully installed dnn ce on a webfarm with clustered sql server
what i currently have:
2 load balancers (Cluster)
2 web servers (WebFarm)
2 SQL Server (Cluster)
1 UNC share to store Web content
the website is running fine
updating the site content (e.g: update html module) is smooth
File Cashing is working fine
Users coming from Load Balancers can access the site without the need to re-login for each webserver
but whenever i create new pages it does not reflect on the webfarm unless i force the Applications Provisioning
//// detailed example:
if i create a new page Example.aspx in IIS1 and try to Access it from IIS2 it will give Error like Page not found
although db records and UNC files are identical
/////////////
I suspect that the issue is in the WebFarm Application Provisioning configuration
Should i define any specific Additional Providers in the Application Provisioning configuration?