我知道WebMatrix没有Pool概念,但是我可以将WebSite放在Webmatrix中以在指定用户的上下文中运行吗?
答案 0 :(得分:1)
WebMatrix使用IIS Express7.5服务器,默认情况下,IIS Express作为当前用户运行。 你有两个选择。
您可以使用'runas'命令将WebMatrix作为特定用户启动。例如:runas / noprofile / user:mymachine \ administrator“%programfiles%\ Microsoft Webmatrix \ webmatrix.exe”