Re: How do you acces ASP.NET WAT on a Web server that doesnt have
- From: Morris Neuman <Morris@xxxxxxxxxxxxx>
- Date: Fri, 15 Dec 2006 12:29:01 -0800
OK. When I tried you method from the posting at the other group (which seemed
like the answer I was looking for)
I got the following in IE 6.0
=================================================
Server Error in '/aspnetadmin' Application.
--------------------------------------------------------------------------------
Access is denied.
Description: An error occurred while accessing the resources required to
serve this request. The server may not be configured for access to the
requested URL.
Error message 401.2.: Unauthorized: Logon failed due to server
configuration. Verify that you have permission to view this directory or
page based on the credentials you supplied and the authentication methods
enabled on the Web server. Contact the Web server's administrator for
additional assistance.
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.42
===============================================
How do i get past that? And as per my previous reply is this the right path
to provide user/role admin of an asp.net website?
--
Thanks
Morris
"Walter Wang [MSFT]" wrote:
Thanks Juan for your informative input..
Hi Morris,
The website files of configuration are installed with .NET 2.0 Framework,
which reside in
%windir%\Microsoft.NET\Framework\v2.0.50727\asp.netwebadminfiles; however,
the built-in web server WebDev.WebServer.EXE is installed with Visual
Studio 2005. You can either try Juan's suggestion to copy the
WebDev.WebServer.EXE manually or refer to my reply in following thread to
learn how to use IIS to enable the configuration website:
#Membership providers in dotNet 2.0 in dotnet.languages.csharp
http://msdn.microsoft.com/newsgroups/managed/default.aspx?dg=microsoft.publi
c.dotnet.languages.csharp&tid=f56d83e8-aa3f-4d40-b29c-2cfd56e888ee&cat=en-us
-msdnman&lang=en&cr=US&sloc=en-us&m=1&p=1
Besides aspnet_regsql.exe can be used to create the database; you could
also use Management.SqlServices.Install("server", "USERNAME", "PASSWORD",
"databasename", SqlFeatures.All) to create it via code.
#SqlServices Class (System.Web.Management)
http://msdn2.microsoft.com/en-us/library/system.web.management.sqlservices.a
spx
Hope this helps.
Sincerely,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
- Follow-Ups:
- Re: How do you acces ASP.NET WAT on a Web server that doesnt have
- From: Walter Wang [MSFT]
- Re: How do you acces ASP.NET WAT on a Web server that doesnt have
- References:
- Re: How do you acces ASP.NET WAT on a Web server that doesnt have VS o
- From: Juan T. Llibre
- Re: How do you acces ASP.NET WAT on a Web server that doesnt have
- From: Juan T. Llibre
- Re: How do you acces ASP.NET WAT on a Web server that doesnt have
- From: Morris Neuman
- Re: How do you acces ASP.NET WAT on a Web server that doesnt have
- From: Juan T. Llibre
- Re: How do you acces ASP.NET WAT on a Web server that doesnt have
- From: Walter Wang [MSFT]
- Re: How do you acces ASP.NET WAT on a Web server that doesnt have VS o
- Prev by Date: Re: Custom Validation Summary Problem
- Next by Date: ICallbackEventHandler - Ajax chaining
- Previous by thread: Re: How do you acces ASP.NET WAT on a Web server that doesnt have
- Next by thread: Re: How do you acces ASP.NET WAT on a Web server that doesnt have
- Index(es):
Relevant Pages
|