Group: Awaiting Activation
Last Active: Thu 17 Oct 2013
Posts: 0,
Visits: 8
|
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.
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
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_...?)
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Awaiting Activation
Last Active: Thu 17 Oct 2013
Posts: 0,
Visits: 8
|
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.
|