I know that WebMatrix does not have Pool concepts, but can I put my WebSite in Webmatrix to run in context of a specified User?
Asked
Active
Viewed 320 times
1 Answers
1
WebMatrix uses IIS Express7.5 server and by default IIS Express runs as current user. You have two options.
You can start WebMatrix as some particular user using 'runas' command. For Example: runas /noprofile /user:mymachine\administrator "%programfiles%\Microsoft Webmatrix\webmatrix.exe"
check how to run iisexpress app pool under a different identity