Hi
I am attempting to setup a hardware loadbalanced webfarm for dnn. I am running 2 frontend VMWARE servers on win2k3 and running sql2008 on the backend. I have followed every lead possible on this error and still am not getting anywhere.
An error occurred loading a configuration file: Failed to start monitoring changes to '\\myserver\dnn\admin\moduledefinitions' because the network BIOS command limit has been reached. For more information on this error, please refer to Microsoft knowledge base article 810886. Hosting on a UNC share is not supported for the Windows XP Platform. (\\myserver\dnn\admin\moduledefinitions\web.config)
I am testing on just one web server at the moment, and testing with a unc fileshare on a test server (will be going on our EMC san once i figure out how to get it working) DNN installed fine after performaning a few caspol commands, and setting the app pool to run as a domain user . I am able to browse the site perfectly fine, after a fresh iis reset, however after about a minute or 2 i get the network bios error. I had followed shannons directions for a fix with no luck.
1. Create a user who will run the .netnuke app pool and who has modify access to the unc path
1.1 Modify security permissions so the user can run the app pool.
1.1a C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -ga <user>
1.1b gpedit.msc (Local Computer Policy/Computer Configuration/Windows Settings/Security Settings/Local Policies/User Rights Assignments)
Grant "Adjust memory quotas for a process", "Logon as a service" and "Replace a process level token"
2. Create the app pool and set the identity
3. Create the website with the home directory as the remote share and app pool as created above
4. regedit HKLM\Software\Microsoft\ASP.NET create DWORD "FCNMode" value 2 (This was part of a hot fix but what the document doesn’t say is it also applies to .net sp1 and above)
5. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\caspol.exe -q -m -ag 1 -url "file:////\\<server>\<share>\*" FullTrust -exclusive on
6. iisreset
as well as following http://support.microsoft.com/kb/810886
Searching google and the forums keeps turning up that article and it doesn't help at all. Does anyone have any suggestions or experience with the same situation ? any help would be GREATLy appreciated