Protected: SharePoint 2010 features
There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
Some random thoughts:
When attaching a content database to Sharepoint the SQL Log file can be the same to twice the size of the current data size. the reason for this is that sharepoint takes an internal backup of the data verifies it (as well as some other magic) then attaches it to sharepoint, once attached [...]
1. Configure SPN for Web Application Pool Account
setspn.exe -A HTTP/’WebApplicationNETBIOSURL’ domain\’ApplicationPoolAccount’
setspn.exe -A HTTP/’WebApplicationFQDNURL’ domain\’ApplicationPoolAccount’
*Using Port numbers with kerberos causes authentication problems within IE, would always suggest using netbios or\and FQDN, if your web application has been configured to use a port number suggest creating an Alternative access mapping.
2. Trust Computer and User for Delegation
AD Users [...]