Answered by:
ASP.Net account deleted. How to create it again?

Question
-
User-775831949 posted
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.
Friday, September 18, 2009 3:43 AM
Answers
-
User818889995 posted
Try the below command
%systemroot%\Microsoft.net\framework\%version%\aspnet_regiis /i
-Thanks
-Raghu
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, September 18, 2009 7:42 AM -
User-532524509 posted
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
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, September 20, 2009 12:35 AM
All replies
-
User818889995 posted
Try the below command
%systemroot%\Microsoft.net\framework\%version%\aspnet_regiis /i
-Thanks
-Raghu
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, September 18, 2009 7:42 AM -
User-532524509 posted
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
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, September 20, 2009 12:35 AM -
User547369114 posted
If you reinstall .NET framework on IIS then it should solve the problem.
Alok
Thursday, March 18, 2010 10:48 PM