Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WebMatrix にはプールの概念がないことはわかっていますが、Web サイトを Webmatrix に配置して、指定したユーザーのコンテキストで実行することはできますか?
WebMatrix は IIS Express7.5 サーバーを使用し、既定では IIS Express は現在のユーザーとして実行されます。2 つのオプションがあります。
「runas」コマンドを使用して、特定のユーザーとして WebMatrix を起動できます。例: runas /noprofile /user:mymachine\administrator "%programfiles%\Microsoft Webmatrix\webmatrix.exe"
別の ID で iisexpress アプリ プールを実行する方法を確認する