where can I find ASP.Net Configuration

T

Tony Johansson

Hello!

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

To access the Web Site Administration Tool, on the Website menu, click
ASP.Net Configuration.



//Tony
 
J

Juan T. Llibre

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/
=========================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top