G
Geoffrey Pennington
I just moved from a Windows 2000 /VS 2002 development environment to XP / VS
2003. First I found that in the new environment you must be a member of the
Administrators group if the worker process (aspnet_wp.exe) runs under an
account other than your own, and by default the worker process runs under
the "ASPNET" account, which is specified as "Machine" in the machine.config
file. So I made myself part of the administrators group, but found that I
could now over-write read-only files, such as files under source control.
That seemed like a bad idea, so I took myself out of the administrators
group and modified machine.config so the process would run under my own
account. Now I find that my account lacks permissions to run aspnet_wp.exe.
At least I think that is the problem, even though I gave my account "full
control" over that file.
All this effort seems absurd. All I want to do is edit projects in Visual
Studio 2003. Isn't there a simple way to set up the accounts?
Much obliged.
Geoff.
2003. First I found that in the new environment you must be a member of the
Administrators group if the worker process (aspnet_wp.exe) runs under an
account other than your own, and by default the worker process runs under
the "ASPNET" account, which is specified as "Machine" in the machine.config
file. So I made myself part of the administrators group, but found that I
could now over-write read-only files, such as files under source control.
That seemed like a bad idea, so I took myself out of the administrators
group and modified machine.config so the process would run under my own
account. Now I find that my account lacks permissions to run aspnet_wp.exe.
At least I think that is the problem, even though I gave my account "full
control" over that file.
All this effort seems absurd. All I want to do is edit projects in Visual
Studio 2003. Isn't there a simple way to set up the accounts?
Much obliged.
Geoff.