Re: How do you acces ASP.NET WAT on a Web server that doesnt have

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



Hi Morris,

You need to configure the virtual directory to use Integrated Windows
Authentication:
1) In IIS manager, bring up properties dialog for /wat (the virtual
directory name you cofigured for
"%windir%\Microsoft.NET\Framework\v2.0.50727\asp.netwebadminfiles")
2) Click tab "Directory Security", click button "Edit..." in the
"Authentication and access control"
3) In the Authentication Methods dialog, uncheck "Enable anonymous access"
and check "Integrated Windows authentication"


As for the question on how to manage users/roles in production environment.
It's actually can be done in several ways.

The first option is to use WAT. WAT can only be used on localhost, also
this is not the supported official way. Though based on my test, it's
merely a asp.net web site and should be usable on a system where ASP.NET
2.0 is installed correctly.

The second option it to create your own management interface as following
example code demonstrated:

#Microsoft ASP.NET 2.0 Member/Role Management with IIS, Part 2:
Implementation (ASP.NET Technical Articles)
http://msdn.microsoft.com/library/en-us/dnaspp/html/ASP2memroleman.asp?frame
=true


The third option is to manage in non-ASP.NET context using MemberShip APIs.
My colleague Steven Cheng just wrote a blog about this:

#MSDN Managed Newsgroup Support Team Blog : Manage database of ASP.NET 2.0
Membership & Role services in non-ASP.NET context
http://blogs.msdn.com/msdnts/archive/2006/12/16/asp-net-2-0-membership-role-
management-out-of-asp-net-context.aspx



Please feel free to reply here is you are unable to use either of these
methods.

Regards,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • RE: Unable to login to OWA from a Win98 PC
    ... Options> Advanced Tab> Remove check from "Enable Integrated windows ... Easier to diable on IIS. ... > Authentication Methods ...
    (microsoft.public.exchange.admin)
  • RE: Mobile Sync Over the Air - Error 3012
    ... Select Authentication and access control ->Edit: ... Select Secure communications ->Edit: ... Select Directory Security tab Select Authentication and access control ... Uncheck Integrated Windows authentication ...
    (microsoft.public.windows.server.sbs)
  • RE: Server admin screen requires authentication
    ... Make sure the following authentication methods are set in IIS. ... Directory Security: ... Authentication and Access Control: ... -Integrated Windows authentication ...
    (microsoft.public.windows.server.sbs)
  • Re: HTML file server side includes plus forms authentication
    ... simply re-naming the htm/html files with aspx extensions but that this is ... For the .html hyperlinks generated by your DLL you write an HTTP ... >> authentication to control access to particular directories/applications. ... >> authentication access control and also rendering includes correctly. ...
    (microsoft.public.dotnet.framework.aspnet)
  • HTML file server side includes plus forms authentication
    ... authentication to control access to particular directories/applications. ... authentication and b) render server side includes correctly. ... simply renaming a file from *.html to *.aspx with no other changes ... authentication access control and also rendering includes correctly. ...
    (microsoft.public.dotnet.framework.aspnet)