Last post Mar 18, 2010 10:48 PM by alok123
Participant
753 Points
2406 Posts
Sep 18, 2009 03:43 AM|hkbeer|LINK
Hi I have created an intranet application using ASP.Net/IIS.
I normally need to web share the folder and allow full permission to ASP.Net user account.
However, I carelessly deleted this account. How to create it again ?
Pls help.... thanks.
Member
420 Points
102 Posts
Sep 18, 2009 07:42 AM|ragsofblr|LINK
Try the below command
%systemroot%\Microsoft.net\framework\%version%\aspnet_regiis /i
-Thanks
-Raghu
1882 Points
451 Posts
Sep 20, 2009 12:35 AM|jitendramcu|LINK
create ASPNET Account as u know through user account of control panet.it will automatically detected. This account used for running the ASP.NET worker process (aspnet_wp.exe)
or
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 \aspnet_regiis.exe -i
None
0 Points
4 Posts
Mar 18, 2010 10:48 PM|alok123|LINK
If you reinstall .NET framework on IIS then it should solve the problem.
Alok
eXtendCode
Participant
753 Points
2406 Posts
ASP.Net account deleted. How to create it again?
Sep 18, 2009 03:43 AM|hkbeer|LINK
Hi I have created an intranet application using ASP.Net/IIS.
I normally need to web share the folder and allow full permission to ASP.Net user account.
However, I carelessly deleted this account. How to create it again ?
Pls help.... thanks.
www.developerfusion.com/tools/convert/csharp-to-vb/
Member
420 Points
102 Posts
Re: ASP.Net account deleted. How to create it again?
Sep 18, 2009 07:42 AM|ragsofblr|LINK
Try the below command
%systemroot%\Microsoft.net\framework\%version%\aspnet_regiis /i
-Thanks
-Raghu
Participant
1882 Points
451 Posts
Re: ASP.Net account deleted. How to create it again?
Sep 20, 2009 12:35 AM|jitendramcu|LINK
create ASPNET Account as u know through user account of control panet.it will automatically detected. This account used for running the ASP.NET worker process (aspnet_wp.exe)
or
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 \aspnet_regiis.exe -i
-----------------------------------------------
Jitendra Kr.
http://jitendra-aspnet.blogspot.com/
None
0 Points
4 Posts
Re: ASP.Net account deleted. How to create it again?
Mar 18, 2010 10:48 PM|alok123|LINK
If you reinstall .NET framework on IIS then it should solve the problem.
Alok
eXtendCode