3.6.0.7 28-July-2010
- Add: "How Do I ?" Video Tutorials. 6 First Lessons available here: http://netsqlazman.codeplex.com/releases/48009/download/138961 - Add: Added NetSqlAzMan “How Do I ?” VIDEO TUTORIALS (mp4). Look inside installation folder.Work Item 4654: http://netsqlazman.codeplex.com/workitem/4654
- Update: ability to choose in NetSqlAzManRoleProvider between StorageCache and the NetSqlAzMan WCF Cache Service<roleManager defaultProvider="NetSqlAzManRoleProvider" enabled="true" cacheRolesInCookie="false" cookieName=".ASPROLES" cookieTimeout="30" cookiePath="/" cookieRequireSSL="false" cookieSlidingExpiration="true" cookieProtection="All">
<providers>
<clear/>
<add
name="NetSqlAzManRoleProvider"
type="NetSqlAzMan.Providers.NetSqlAzManRoleProvider"
connectionStringName="NetSqlAzManConnectionString"
storeName="EIDOS"
applicationName="DB Persone"
userLookupType="LDAP"
defaultDomain="EIDOSIS4-AFR"
UseWCFCacheService="True" />
<!--
UseWCFCacheService:
False: use a local instance of the StorageCache class.
True: use the NetSqlAzMan WCF Cache Service (remember to add the <system.serviceModel>...</system.serviceModel> section to your web.config file)
-->
<!-- UserLookupType options: { LDAP, DB } -->
<!-- Leave DefaultDomain blank if userLookupType=="DB" (DB users) -->
</providers>
</roleManager>
...
<system.serviceModel>
<bindings>
<netTcpBinding>
<binding name="NetTcpBinding_ICacheService" closeTimeout="00:01:00"
openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
hostNameComparisonMode="StrongWildcard" listenBacklog="10"
maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="10"
maxReceivedMessageSize="65536">
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
maxBytesPerRead="4096" maxNameTableCharCount="16384" />
<reliableSession ordered="true" inactivityTimeout="00:10:00"
enabled="false" />
<security mode="Transport">
<transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
<message clientCredentialType="Windows" />
</security>
</binding>
</netTcpBinding>
</bindings>
<client>
<endpoint address="net.tcp://localhost:8000/NetSqlAzMan.Cache.Service/CacheService/"
binding="netTcpBinding" bindingConfiguration="NetTcpBinding_ICacheService"
contract="NetSqlAzManWCFCacheService.ICacheService" name="NetTcpBinding_ICacheService">
<identity>
<userPrincipalName value="" />
</identity>
</endpoint>
</client>
</system.serviceModel>
- Fix: WebConsole SETUP: Programs menu shortcut to web console does not work if user change virtual directory during setup.Thanks to sbitte33. Work item 6734: http://netsqlazman.codeplex.com/workitem/6724
- Update: Added “Tutorial 7: NetSqlAzMan Role Provider” to the “NetSqlAzMan – Guide.pdf” - Add: Added PreEmptive.Attributes.Feature(“…”) attributes for all NetSqlAzMan features.Detailed statistics available here:
http://www.runtimeintelligence.com/portal?CompanyID=3e35f098-ce43-4f82-9e9d-05c8b1046a45&ApplicationID=5b254108-e61b-4349-8961-1ff56b39f3b5