SBS2003 and ASP.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I'm trying to deploy an ASP.Net app to Small Business Server 2003 I
can't allow the ASPNET user access to the directory because it isn't found in
active directory. I have run aspnet_regiis.exe -i and it does not add the
user. I have other sites on this server that are running ASP.Net apps without
a problem. How do I fix this?
 
I also have an ASP.NET application running on SBS2003. Seems ASPNET account
access setting is not required at all.
I just copy the access right settings from another ADs running ASP.NET
application and it works fine.
 
It looks like you're right. After reading your response I finally found this
article
http://support.microsoft.com/default.aspx?kbid=316721
it says that on Windows 2003 (and SBS 2003) You don't use the aspnet account
but you use the Network Service account. Once I allowed that account read &
execute, list, and read rights it started working.
Thanks for your help.
 
Back
Top