G
Guest
Hello everybody,
I have a question about the ASP.NET registry account. I'm writing a web
application that requires the server's ASP.NET user account to have its
decimal separator symbol set to a period. (because a 3rd party component
requires so) I have also created a small executable that is able to set those
regional settings as required. The downside is that the windows accounts are
all encrypted in the registry, so I do not know which one is the ASP.NET
account. Hence, *ALL* accounts are currently set with the required regional
settings. Is there any way to separate the ASP.NET account from the rest so
they can be left as they are?
P.S. I don't think the following information is of any importance in this
case, but the program is running on a Win XP machine with ASP.NET 2.0
Any help would be much appreciated!
With kind regards,
Stefan A.
programmer
I have a question about the ASP.NET registry account. I'm writing a web
application that requires the server's ASP.NET user account to have its
decimal separator symbol set to a period. (because a 3rd party component
requires so) I have also created a small executable that is able to set those
regional settings as required. The downside is that the windows accounts are
all encrypted in the registry, so I do not know which one is the ASP.NET
account. Hence, *ALL* accounts are currently set with the required regional
settings. Is there any way to separate the ASP.NET account from the rest so
they can be left as they are?
P.S. I don't think the following information is of any importance in this
case, but the program is running on a Win XP machine with ASP.NET 2.0
Any help would be much appreciated!
With kind regards,
Stefan A.
programmer