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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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