473,804 Members | 3,375 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error in Web Site Administration Tool

I have following error when I try to "Manage access rules". I am using my
role provider and wanted to know if this could be caused by my code.
Thanks.
-------------------------------------------------------------------------------------------------------------
An error was encountered. Please return to the previous page and try again.

The following message may help in diagnosing the problem: Specified argument
was out of the range of valid values. Parameter name: site at
System.Web.Conf iguration.WebCo nfigurationHost .InitForConfigu ration(String&
locationSubPath , String& configPath, String& locationConfigP ath,
IInternalConfig Root configRoot, Object[] hostInitConfigu rationParams) at
System.Configur ation.Configura tion..ctor(Stri ng locationSubPath , Type
typeConfigHost, Object[] hostInitConfigu rationParams) at
System.Configur ation.Internal. InternalConfigC onfigurationFac tory.System.Con figuration.Inte rnal.IInternalC onfigConfigurat ionFactory.Crea te(Type
typeConfigHost, Object[] hostInitConfigu rationParams) at
System.Web.Conf iguration.WebCo nfigurationHost .OpenConfigurat ion(WebLevel
webLevel, ConfigurationFi leMap fileMap, VirtualPath path, String site,
String locationSubPath , String server, String userName, String password,
IntPtr tokenHandle) at
System.Web.Conf iguration.WebCo nfigurationMana ger.OpenWebConf igurationImpl(W ebLevel
webLevel, ConfigurationFi leMap fileMap, String path, String site, String
locationSubPath , String server, String userName, String password, IntPtr
userToken) at
System.Web.Conf iguration.WebCo nfigurationMana ger.OpenMappedW ebConfiguration (WebConfigurati onFileMap
fileMap, String path) at
System.Web.Admi nistration.WebA dminPage.OpenWe bConfiguration( String path,
String appPhysPath, Boolean getWebConfigFor SubDir) at
System.Web.Admi nistration.WebA dminPage.OpenWe bConfiguration( String path,
Boolean getWebConfigFor SubDir) at
ASP.security_pe rmissions_manag epermissions_as px.BindGrid() at
ASP.security_pe rmissions_manag epermissions_as px.Page_Load() at
System.Web.Util .CalliHelper.Ar glessFunctionCa ller(IntPtr fp, Object o) at
System.Web.Util .CalliEventHand lerDelegateProx y.Callback(Obje ct sender,
EventArgs e) at System.Web.UI.C ontrol.OnLoad(E ventArgs e) at
System.Web.UI.C ontrol.LoadRecu rsive() at
System.Web.UI.P age.ProcessRequ estMain(Boolean includeStagesBe foreAsyncPoint,
Boolean includeStagesAf terAsyncPoint)
Jun 8 '06 #1
0 1661

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
6481
by: dave | last post by:
I am trying to use the Personal Web Site Starter Kit. I am planning on showing my class how easy it is to create a website in VS 2005. Only I am finding it not to be so easy. I am following the instructions on the default.aspx page and they are as follows. Creating an Administrative User The first step you must take is to create an administrative user. The administrative user has permission to upload photos and create albums. To...
1
1740
by: RCS | last post by:
All, When I create a website locally, I have that little Administration tool (the little icon in the Solution Explorer - or under Website | Web Site Administration) - but when I connect to a 2.0 webhost (and the rest of the site compiles fine under 2.0) - I don't have that option. More specifically, I want this tool so I can easily setup roles and users for a website - and it seems like without that tool, I would have to do that via...
2
1697
by: John | last post by:
Hi Web site administration tool is great. How can I provide this functionality for the end user? I need the end user Admin to be able to list users and then change roles for any of the users or to be able to disable any of the users. Thanks Regards
16
15989
by: jblankenburg | last post by:
I am trying to deploy a simple web application to my client's production server, but it's not clear to me how MS planned on having the Security users managed without Studio. Certainly someone has run into this issue. How do you manage users (the ones you would normally manage with the Web Site Administration Tool) without Studio to get you to the Web Site Administration Tool ? Thanks for your help!
6
7143
by: cmay | last post by:
I am finding this hard to believe... Is there really no way to access the Web Site Administration Tool when a site is deployed? I know I can open it on my local computer running VS.Net, but what about live production sites that are supposed to use this technology? Do I have to write my own interface to do everything the developer tool already does?
2
2509
by: keithb | last post by:
Can someone suggest a course of action? Thanks, Keith Using the ASP.NET Website Administration tool to set up security, I get the following error message: An error was encountered. Please return to the previous page and try again. The following message may help in diagnosing the problem: Specified argument was out of the range of valid values. Parameter name: site at...
8
2019
by: Kirk | last post by:
Hello, I am a somewhat experienced VS 2005 user who is trying to us the ASP.NET Web Site Administration Tool for the first time. I have experimented with it on my local IIS and it seems to be an excellent tool for security administration. However, I have some long term questions. Where does the W.S.A.T. store its information? In my local SQL Server 2000, I can see a database called "aspnetdb" - however none of the
3
13364
by: Ted | last post by:
In WSAT, I get the following error when trying to set up my provider: Could not establish a connection to the database. If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider. On Windows XP Pro, I am using MS Visual Studio 2005, and I am using the developer's edition of...
2
2521
by: Asif | last post by:
Hi all, Can anyone tell me about how to run Web Site Administration Tool without using Visual Studio? If I have a site with the following URL http://www.mysite.com Then what will be the URL for opening WAT Tool
0
9704
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9569
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10558
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10318
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10302
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9130
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6844
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5503
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5636
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.