今天上班把域账户的密码修改了,打开站点和管理中心下我一大跳,http 503错误,下我一跳,以为又是IIS崩溃了。最后在同事的帮助下解决了,原因是域账户的密码修改后,SharePoint的安装或者管理员的密码不会同时修改,需要手动更新,更新的命令如下: stsadm -o updatefarmcredentials - userlogin domain\19007390 -password pass@word1 ,然后重启IIS,一切Ok!

 

在Windows Server 2008中开发SharePoint ,很多时候需要在vs中附加进程进行调试,查看端口号的命令如下:

%windir%\system32\inetsrv\appcmd.exe list wp

 

相关文章:

  • 2021-09-12
  • 2021-11-04
  • 2022-12-23
  • 2021-08-14
  • 2021-06-30
  • 2021-10-03
猜你喜欢
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2021-04-20
相关资源
相似解决方案