Hi,
I have a really weird problem, we just installed Windows Server 2012 and have configured a few websites.
Each website have it's own App pool and each pool runs by seperate AD users. Shared storage is an Isilon storage, connections are made through CIFS/SMB2. DFS is in place as well.
So I connect to website1, works fine, then I connect to website2 and it fails, I get a 500.19 error. Credentials are correct.
So I wait out the SMB connection and then I connect to website2, works fine and then I connect to website2 and it fails with a 500.19.
Website 3,4 etc fails as well, only the first one I connect to works.
If I do the same on a Windows Server 2008 R2 then it works fine, no problem at all, all sites works.
The smb config looks like this:
ConnectionCountPerRssNetworkInterface : 4
DirectoryCacheEntriesMax : 16
DirectoryCacheEntrySizeMax : 65536
DirectoryCacheLifetime : 10
EnableBandwidthThrottling : True
EnableByteRangeLockingOnReadOnlyFiles : True
EnableLargeMtu : True
EnableMultiChannel : False
DormantFileLimit : 1023
EnableSecuritySignature : True
ExtendedSessionTimeout : 1000
FileInfoCacheEntriesMax : 64
FileInfoCacheLifetime : 10
FileNotFoundCacheEntriesMax : 128
FileNotFoundCacheLifetime : 5
KeepConn : 600
MaxCmds : 800
MaximumConnectionCountPerServer : 32
OplocksDisabled : False
RequireSecuritySignature : False
SessionTimeout : 60
UseOpportunisticLocking : True
WindowSizeThreshold : 1
Any ideas?
Update:
If I specify another path to the storage then a second website works. Seems like maximum one connection per storage is allowed.