How can we add ASP.NET Machine account in windows server 2003 -


i wand download files in windows server 2003. asp.net application needs access control directory. searched asp.net account. cannot find. how can find or add? 1 please help

if try add aspnet account using user accounts panel. cannot open localusers says error "the computer domain controller. snap-in cannot used on domail controller. domain accounts managed active directory users , computers snap-in"

try executing command in command prompt:

c:\windows\microsoft.net\framework\v4.0.30319\aspnetregiis.exe -i -enable 

note v4.0.30319 different based on .net version want. if .net 2.0, 3.0, or 3.5, it'll v2.0.50727 (because both use .net 2.0 clr).

also, try right click computer, choose "manage" , navigate "system tools", "local users , groups", "users" local users management of machine being memeber of domain.

update:

i assumed know this, in case: note in windows 2003, asp.net account not called "aspnet" windows xp. it's called "networkservice". maybe catch?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -