摘要: run configure wizard的时候需要注意账号问题,这里填写的account必须是域账号,例如我使用domain\admin07为Sharepoint07的域管理员,为了保证其work properly,在app server上必须将这个account加入administration group,在SQL上赋予three roles:dbcreator、securityadmin、public。当add server to existing farm的时候,必须用farm admin,即domain\admin07。完成安装配置后,可以在services里查看timer accou 阅读全文
posted @ 2011-12-29 14:36 l'oiseau 阅读(241) 评论(0) 推荐(0)
摘要: 为了更好地理解IIS的工作原理,在IIS中新建站点,打开一个简单的html文件。1)新建一个lly1.html文件,简单的编写下文件内容:<html><head><title>MapSite</title></head><body>Hello World!</h1><p>Who are you?</p></body></html>2)将文件放到目录C:\inetpub\wwwroot\82文件夹下。(路径可以自己指定)3)打开IIS,add web site。设定 阅读全文
posted @ 2011-12-29 14:04 l'oiseau 阅读(320) 评论(0) 推荐(0)
摘要: SharePoint提供5种zone:分别为Default、Intranet、Internet、Custom、Extranet,同一site collection,针对不同的用户可以从不同的Zone访问。主要有两种方法设置:1)AAM (Alternation Accessing Mapppings)此方法针对同一Web App,并不需要新建IIS web site, 只是增加一个映射关系。AAM不能改变原site的port,即原url为http://sps07:81,则AAM的URL为http://*:81。2)Extend Web Application to Another IIS We 阅读全文
posted @ 2011-12-29 13:10 l'oiseau 阅读(326) 评论(0) 推荐(0)