By Sheldon Penner - Wed 4 Sep 2013
|
I am installing Kartris on my development machine, following the instructions in User and Developer Guide, and I am stuck at the point where I must add the 'ASP.NET Machine Account' or 'NETWORK SERVICE' account to the security tab and ensure it has full control. Those accounts do not exist on my computer.
I am running IIS 6.1 with Windows 7 Prof. sp 1, .Net v. 4.0.30319, and VS 2012 Express for the Web.
Can someone tell me how I should proceed?
Thanks for any advice.
|
By Paul - Wed 4 Sep 2013
|
The user ASP.NET sites run under depends on both your setup, and version of Windows.
http://stackoverflow.com/questions/5045641/user-asp-net-runs-under
I think if you set "impersonate=true" in the web config, you can also run the site as IUSR (is there an account beginning with IUSR_...?)
|
By Sheldon Penner - Wed 4 Sep 2013
|
Thank you for your reply.
Turns out, I was able to resolve the problem by adding "NETWORK SERVICE" to the "Group or user names:" list box -- I hadn't realized that that list was editable!
I'm looking forward to trying out Kartis.
|