Ask a Question related to ASP.NET General, Design and Development.
-
Carl Prothman [MVP] #1
Re: how to recreate the default ASPNET account ?
"kelvin" <kanelkc@pd.jaring.my> wrote
Reinstall the .NET Framework.> I have accidentally deleted the ASPNET default account in my machine. Now
> my asp.net application does not work any more. Anyone know how to recreate
> the ASPNET account? Do I need to reinstall the dot net program?
>
Note if you reinstall re-install the .NET Framework.after you explicitly delete
the ASPNET account, a new ASPNET account is created that has a new
security identifier (SID). As a result, any ACLs that referred to the previous
ASPNET account no longer apply to the new ASPNET account.
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;317012[/url]
--
Thanks,
Carl Prothman
Microsoft ASP.NET MVP
[url]http://www.able-consulting.com[/url]
Carl Prothman [MVP] Guest
-
Using LogonUser API in ASP.net with an account other than ASPNet account
I am trying to use the LogonUser API function from ASP.Net. This works fine on my machine which is Windows XP but fails with error code 1314 on... -
ASPNET Account
I needed to go to my user accounts when I discovered this aspnet machine account.I didn't know where it came from so I deleted the account. Now I... -
restoring default permissions for aspnet account
I accidentally changed permissions on a large number of files for my machine/aspnet account. Is there an easy way to restore the defaults? --... -
FIX: ASP.NET Does Not Work with the Default ASPNET Account on a Domain Controller
Hello there people As taken from the KB ... After you install Microsoft Visual Studio .NET or the Microsoft .NET Framework on a domain... -
ASPNET user account
It says web applications run using the ASPNET user account. The SQL database administrator will have to set up this account and grant it...



Reply With Quote

