Re: where can I find ASP.Net Configuration

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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/archive/2006/02/24/ASP.NET-2.0-Membership_2C00_-Roles_2C00_-Forms-Authentication_2C00_-and-Security-Resources-.aspx




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
=========================
"Tony Johansson" <johansson.andersson@xxxxxxxxx> wrote in message news:fPOul.7134$U5.77011@xxxxxxxxxxxxxxxxxx
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




.



Relevant Pages

  • where can I find ASP.Net Configuration
    ... 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 ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASPNETDB Problem - Unable to connect to SQL Server database
    ... I get the error message: "Unable to connect to SQL Server ... I then created the ASPNETDB database with the ASPNET_REGSQL ... I tried the Web Site Administration Tool and got the same error. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Using Access mdb file with Web Site Administration Tool
    ... How can I use MSAccess's mdb file with Web Site Administration Tool ... instead of SQL Server mdf file? ... Do you have proper permissions on the Access database ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.Net Membership & Roles Using MySQL- Basics Needed.
    ... Change the ASP.NET Web Site Administration Tool to 'know' that ... we're now using a remote provider... ... Set up the asp project to have a reference to the correct provider ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Membership providers in dotNet 2.0
    ... developer with the Web Site Administration Tool.So you have encountered ... I trying to set up a membership provider using a MSSQL 2000 database. ... "To access the Web Site Administration Tool, on the Website menu, click ... But there is no ASP.Net Configuration menu item in my Website menu, ...
    (microsoft.public.dotnet.languages.csharp)