Michael Miller said:
Thanks for the quick reply.
I checked out my config and took note that under docs and settings there
was
my machine name and under that was ASPNET. Was that created when I
'installed' vs and regiis, etc?
In the article you referenced, in the statement:
"7. Click the General tab. In the name field, enter the name of the
ASP.NET
user.
By default, this is a local account with the name ASPNET."
Do they mean that <machinename>\ASPNET under my docs and settings?
My machine name is one of the users under docs and settings.
I don't know what you're talking about here.
You should not be concerned about it. You should just know that it's there
and that the ASPNET machine account must be used with an ASP.Net
application.
I am just not understanding these relationships. If my install of IIS and
VS created this, then I understand. But, then there was stuff for (when I
created) my VS projects located under docs and settings also, plus under
my
documents, Visual Studio Projects.
The .NetFramework 1.1 created that account when it was installed on the
machine. If you're using an Asp.Net solution that's accessing SQL server,
then the ASPNET machine account must be an account that has full access
rights to the database. If an ASPNET application is reading and writing
files locally, then the ASPNET machine account must be an account on a
directory that has rights to do it on the directory.
That's the condition for VS 2003 and .Net Framework 1.1 and an ASP.Net
solution that wants database or local file access.
I don't know what's being used with .NET Freamwork 2.0 and the ASPNET, but
for an ASP.NET application using the .NET Framework 1.1, then that ASPNET
machine account must be accounted for in the solution.