re:
!> I search for Web Site Administration Tool and I got the answer
!> below but I still don't know where I can find ASP.Net Configuration
Get to it via the IIS Manager.
Open the IIS Manager, right-click the application you want to configure,
select "Properties", select the "ASP.NET tab, and click the "edit configuration" button.
That opens the website configuration tool.
The Membership Administration Tool is a different tool.
To create a membership database, run this wizard :
[%system root%]\Microsoft.NET\Framework\versionNumber\aspnet_regsql.exe
To view online Help for additional options that are available with the aspnet_regsql.exe utility, run:
aspnet_regsql.exe /?
....from a command window.
For further info, see :
http://msdn.microsoft.com/en-us/library/2fx93s7w.aspx
There's a very complete tutorial on ASP.NET Membership, Roles,
Forms Authentication, and Security Resources available here :
http://weblogs.asp.net/scottgu/arch...entication_2C00_-and-Security-Resources-.aspx
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
=========================