a continuation from here, problem restoring sharepoint from backup
after restoring from a back-up into the new site, i am unable to login despite changing the site collection administrator.
all logins via domain\username does not work.
however, i am able to login if i use the [CopmuterNameOfTheOldSPServer]\administrator ...
anyone can help me with this login configuration ?
thanks in advance.
found the problem at last :
it seems there's a fault in the C:\Windows\System32\inetsrv\config\applicationHost.config
particularly this part of settings :
<add name="SharePoint - 80" autoStart="true" managedPipelineMode="Integrated">
<processModel identityType="NetworkService" loadUserProfile="true" idleTimeout="00:00:00" />
<recycling logEventOnRecycle="Time, Requests, Schedule, Memory, IsapiUnhealthy, OnDemand, ConfigChange, PrivateMemory">
<periodicRestart time="00:00:00">
<schedule>
<clear />
<add value="02:18:00" />
</schedule>
</periodicRestart>
</recycling>
<failure rapidFailProtectionMaxCrashes="10" />
</add>
make sure line no 2 is "< processModel identityType="NetworkService" loadUserProfile="true" idleTimeout="00:00:00" / >" and not anything else..
mine was something like specific account user...
