在默認狀況,TP 安裝的目錄是默認的網站(IIS)的targetprocess2下面,可是若是想採用 tp.targetprocess.cn 這種方式直接訪問,則須要作一些設置。javascript
基本要點以下:java
1. 新建一個網站 一樣綁定80端口,採用不一樣域名sql
http:*:80:tp.targetprocess.cnapp
2. 注意在目錄指向目錄targetprocess2/wwwroot - 採用應用池 targetprocess application pool網站
3. 將其下的javascript 轉爲Application,同時採用應用池 targetprocess static pool圖片
4. 啓動便可ip
5. 將原有默認網站下targetprocess2應用刪除get
6. 在setting裏面把網站地址改過來。域名
因爲有些TP已經使用有一段時間,因此附件指向地址不是新的地址,這樣會出現圖片沒法訪問等狀況。io
一種文字是放在comment裏面的,因此須要手動使用sql 更新
update TargetProcess.dbo.Comment
set Description = REPLACE(description, '120.25.xxx.xxx/TargetProcess2','tp.targetprocess.cn') where Description like '%120.25.xxx.xxx/TargetProcess2%'
一種是在story等裏面(數據表等同 general )
update TargetProcess.dbo.[General]
set Description = REPLACE(description, '120.25.xxx.xxx/TargetProcess2','tp.targetprocess.cn') where Description like '%120.25.xxx.xxx/TargetProcess2%'
這樣就能夠了。