今日開始玩InfoPath, 想publish一張 InfoPath 既 form 入 SharePoint Server 做 WebPart, 但係0向 publish 既時候就見到呢個warning… "This form template is browser-compatible, but it cannot be browser-enabled on the selected site" 結果搞左一大輪先搞得掂… 方法請參考下面既link Reference: A checklist for enabling browser forms with Forms Services and SharePoint 2007 [...]
Archive for April, 2008
Reference: How to Build a SharePoint Development Machine Deployment Environment: Hardware: Virtual PC 1GB Ram OS: Windows Server 2003 R2 SP2 Steps: Install .Net framework 3.0 Install and Setup Internet Information Server (IIS) [...]
Overview: SQL Server 2005 default 是不可以做 remote connection 的 (有點難以理解…), 而要設定SQL Server 為可以remote connection 也不是這麼容易的事. 經過一返Google以及試驗後, 終於成功以 SQL Server Authentication login 入 remote 既 DataBase. Reference: Enable remote connection to SQL Server 2005 Express 這個link講的是 2005 Express, 不過其實都是大同小異 Steps: Enable SQL Server Authentication, 開一個 SQL Server [...]
Reference: Windows Authentication vs. SQL Server Authentication 有沒有試過設定了新的SQL login account卻不能用它connect 到 SQL server的經驗呢? 原來SQL server 2005 有一個 "authentication mode" 的 setting, 而default是 "Windows Authentication mode", 即是只接受windows authentication, SQL authentication 是不行的. 要更改這個setting, 需要login 到 "SQL server [...]