Re: where can I find ASP.Net Configuration
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Sun, 15 Mar 2009 10:58:26 -0400
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
.
- References:
- where can I find ASP.Net Configuration
- From: Tony Johansson
- where can I find ASP.Net Configuration
- Prev by Date: Re: Anchor element doesn't work with full path
- Next by Date: The ASP.NET Ajax ScriptManager's <CompositeScript> property
- Previous by thread: where can I find ASP.Net Configuration
- Next by thread: "Failed to load viewstate" when using random select command
- Index(es):