UWInfo Blog
發表新文章
[Join]
|
[忘記密碼]
|
[Login]
搜尋
搜尋意見
文章分類-#Author#
[所有文章分類]
所有文章分類
ASP.NET (48)
ASP.NET2.0 (15)
ASP.NET4.0 (33)
JavaScript (49)
jQuery (26)
FireFox (4)
UW系統設定 (3)
SQL (39)
SQL 2008 (25)
mirror (4)
SVN (4)
IE (9)
IIS (19)
IIS6 (1)
閒聊 (7)
W3C (6)
作業系統 (9)
C# (22)
CSS (12)
FileServer (1)
HTML 5 (11)
CKEditor (3)
UW.dll (13)
Visual Studio (16)
Browser (8)
SEO (1)
Google Apps (3)
網站輔助系統 (4)
DNS (5)
SMTP (4)
網管 (11)
社群API (3)
SSL (4)
App_Inventor (1)
URLRewrite (1)
開發工具 (6)
JSON (1)
Excel2007 (1)
試題 (3)
LINQ (1)
bootstrap (0)
Vue (3)
IIS7 (2)
foodpanda (2)
編碼 (2)
資安 (3)
Sourcetree (1)
MAUI (1)
CMD (1)
最新回應
IIS 配合 AD (Active Directory) 認証, 使用 .Net 6.0
太感謝你了~~~你救了我被windows 認證卡了好幾天QQ...
more
PostgreSQL 的 monitor trigger
FOR EACH ROW 可能要改為 FOR EACH STATEMENT ...
more
[錯誤訊息] 請加入 ScriptResourceMapping 命名的 jquery (區分大小寫)
efefef...
more
用 Javascript 跨網頁讀取 cookie (Cookie cross page, path of cookie)
;;;;...
more
匯出 let's encryption的憑証
1. win-acme 選擇 A: Manage renewals找到你要轉移的憑證名稱和密碼2. ...
more
dotnet ef dbcontext scaffold
更新到最新版的 dotnet-ef tooldotnet tool update --global ...
more
dotnet ef dbcontext scaffold
還需要這個:Microsoft.EntityFrameworkCore.Design...
more
dotnet ef dbcontext scaffold
指定版本:dotnet add package Microsoft.EntityFrameworkC...
more
資安問題 -- 存入 DB 後顯示內容
伺服器隱碼問題1 寫入DB前不是當成字串就執行某些事情 (某些server 漏洞? 許功蓋?)2 寫...
more
匯出 let's encryption的憑証
【注意】要打開 win-acme <<這個軟體匯出憑證...
more
標籤
bkXLPYQo
18
EN
ef
70
JQ
882
[u2]
.
sVN
a
82
87m2a6Br
sp_
for
end
email
EN ORDER B
ip
popup
Line
sysconfig
16
20
Image
60.5ctep
12
72
-6698
-6396
C
8 UNION AL
安裝
cache 啟用
attr
備份21211211
line pay介接
SecurityPr
Pay介接
async
PG
union21211
Data212112
0,
null
2634
-8739 UNIO
ti
config加密
Z8Pq1DYd
頁數 2 / 2
上一頁
搜尋 116 結果:
IIS7 的設定匯出及匯入 -- 使用 APPCMD
使用 APPCMD
所在位置: cd %windir%\system32\inetsrv
匯出整個網站設定: appcmd list site "SiteName" /config /xml > D:\IISSetting\SiteName.xml
匯入整個網站設定: appcmd.exe add site /in < D:\IISSetting\SiteName.xml
在執行匯入的動作之前,要先檢查一下 .XML 裡面的 ID, 是否和現有的網站衝突,一般會有兩個地方。
有時在 XML 裡面會多一個 ftpServer 的區塊,要記得刪掉,另外 Application Pool 要記得,建立可以使用以下指令。
export
appcmd list apppool 116foto /config /xml >D:\IISSetting\app_116foto.xml
import
appcmd add apppool /name:116foto /in <D:\IISSetting\app_116foto.xml
More...
Bike
, 2012/8/8 下午 11:32:33
便用非管理者帳戶來執行網站, 會遇到載入 DLL 的問題 -- 無法載入檔案或組件 XXX 或其相依性的其中之一。 存在某個不正常的 API 呼叫。
我今天試著建立一個一般的使用者帳號來執行某個網站 (<identity impersonate="true" userName="XXX" password="abcdefg"/>) , 遇到以下的問題, 結果把該使用者加入 IIS_IUSRS 就 OK 了.
無法載入檔案或組件 'FredCK.FCKeditorV2' 或其相依性的其中之一。 存在某個不正常的 API 呼叫。 (發生例外狀況於 HRESULT: 0x800300FA (STG_E_ABNORMALAPIEXIT))
More...
Bike
, 2012/6/9 上午 08:26:48
|<
1
2
>|
頁數 2 / 2
上一頁