Google Analytics İzleme

03 Eylül 2010

ASPNET hesabını yanlışlıkla sildiyseniz veya yoksa bu hesabı yeniden oluşturma

Eğer sisteminizde hiç .net framework yüklü değil ise önce .net framework yüklenmelidir.
Yüklemenize rağmen ASPNET kullanıcı hesabı oluşmadıysa veya yanlışlıkla sildiyseniz tekrar bu ASPNET kullanıcı hesabını oluşturmak için komut isteminde yüklü olan framework klasörüne geçiniz. Burada aspnet_regiis -i komutunu çalıştırdığınıda ASPNET kullanıcı hesabı sisteminize otomatik eklenecektir.

%systemroot%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe /i
veya
C:\WINDOWS\Microsoft.NET\Framework\vx.x.xxxx\aspnet_regiis -i 


For the SQL-Server, you must set a windows account for ASPNET (which doesn't require to provide the password in the settings of SQL-Server), not a SQL-Server account.

Kaynaklar:

What is the ASP.NET Machine Account?: 

Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication:

Hiç yorum yok: