Re: Membership Configuration Issues
- From: "clintonG" <csgallagher@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 15 Jan 2006 11:39:18 -0600
Did you implement the roleManager?
I can also make note that the web.config settings are very delicate and some
not documented all that well. The membership provider
applicationName="YourAppName" setting for example can cause conflicts and as
I want to recall can do so without raising an observable exception. I think
it has to match what the roleManager provider declares also. In fact,
neither may even be required unless your application accesses another
application on a different server. Complexity such as that needs to be
looked at which may be causing your problems.
I think it would have been helpful if Microsoft put out a bare bones
Membership starter kit with a base implemenation of the web.config. You
might also consider installing the DotNetNuke starter kit which does support
Membership just to determine if the WAT will function for you.
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"Josh Collins" <skeezen1@xxxxxxxxx> wrote in message
news:1137300123.672464.195470@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Here is my configuration:
> ASP.Net 2 running on IIS6/Win2k3
> Developing on WindowsXP-Pro iwth Visual Studio 2005.
>
> I am trying to utilize the Membership functionality in an ASP.net
> website.
>
> I am having the following issues:
> 1) In VS.Net 2005 there is no ASP.Net Configuration option under the
> Website menu.
> 2) If I choose 'Administer Website' from the context menu of the Login
> control, I get the error: "Exception has been thrown by the target of
> an invocation."
>
> I have already created the necessary database tables on my SQL Server
> 2005 instance using the aspnet_regsql wizard. The web.config has been
> updated to use forms auth and the membership aggregate has been created
> to use the correct connectionString.
>
> Does anyone have any suggestions to get WAT and the membership features
> running?
>
> Thanks in advance.
>
.
- Follow-Ups:
- Re: Membership Configuration Issues
- From: Josh Collins
- Re: Membership Configuration Issues
- References:
- Membership Configuration Issues
- From: Josh Collins
- Membership Configuration Issues
- Prev by Date: Code assisting tool for VS 2005
- Next by Date: Re: Question with regards to VS.NET2005 IDE and ASP.NET 2.0
- Previous by thread: Membership Configuration Issues
- Next by thread: Re: Membership Configuration Issues
- Index(es):
Relevant Pages
|