CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.security Tags:
Item Type: NewsGroup Date Entered: 6/4/2006 10:19:43 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 15 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
artashes
Asp.Net User
"applicationName" in membership, rope provider?6/4/2006 10:19:43 AM

0/0

Hello!

I have created an application, and in web.config, changed the name of applicationName paramter, from "/" to "youth".

After that when I create user in application "youth", every row duplicates, one with applicationName "youth",

and the second with name "/". But I changed applicatinname "/". Why it is so?

Here is screenshot to my SQL Express tables.

http://youth.w2o.ru/sql_screen.gif

Thank you
Artashes

zhuhua1006
Asp.Net User
Re: "applicationName" in membership, rope provider?6/6/2006 3:28:53 AM

0/0

following your description I did a test locally but didn't see any problem.

Can you tell me the result if you use asp.net configuration tool to create a user?

artashes
Asp.Net User
Re: "applicationName" in membership, rope provider?6/6/2006 10:36:46 AM

0/0

I am creating users using Classified Ads Starter Kit Regeister user. (on http://youth.w2o.ru)

I haven't changed any code in that starter kit.

What else can I tell you to figure out my problem?

Here is the only place where I have changed applicationName (this is a part from web.config)

<membership>
<providers>
<clear/>
<add name="AspNetSqlMembershipProvider" 
           type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" 
           connectionStringName="LocalSqlServer" 
          enablePasswordRetrieval="false" 
          enablePasswordReset="true" 
          requiresQuestionAndAnswer="true" 
          applicationName="youth" 
          requiresUniqueEmail="true" 
          passwordFormat="Hashed" 
          maxInvalidPasswordAttempts="5" 
          minRequiredPasswordLength="7" 
          minRequiredNonalphanumericCharacters="1" 
          passwordAttemptWindow="10" passwordStrengthRegularExpression=""/>
</providers>
</membership>

 Maybe I must change it anywhere else?

Thank you
Artashes

artashes
Asp.Net User
Re: "applicationName" in membership, rope provider?6/7/2006 9:33:02 AM

0/0

I solved the problem!!!

I redefined role provider.

<

roleManager defaultProvider="SqlProvider" enabled="true">
   <
providers>
      <
clear/>
      <
add name="SqlProvider"
      type="System.Web.Security.SqlRoleProvider"
      connectionStringName="LocalSqlServer"
      applicationName="youth"
      />
   </
providers>
</
roleManager>

Because by default, in machine.config file is:

<roleManager>
   <providers>
      <add name="AspNetSqlRoleProvider" connectionStringName="LocalSqlServer" applicationName="/" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
        <add name="AspNetWindowsTokenRoleProvider" applicationName="/" type="System.Web.Security.WindowsTokenRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
   </providers>
</roleManager>

Artashes

4 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Error 80710102 - Linksys WRT54G - At the end of my rope ... You may need to call your internet provider on how to do this. ... an " Application Name" something like "Remote Play" or PS3 to PSP". ...
New York State Department of Labor (A complete list of Provider Services can be found in the Provider Services section. .... A type of drum that does not accumulate the suspension rope but is ...
City of Bettendorf: eGov Search IOWA QUAD CITIES POLICE DEPARTMENTS' CITIZEN ACADEMY APPLICATION NAME (Last, ... searching rivers and floods, advanced rope rescue skills and techniques, ...
Contact Managers - Evil or Good? Once approved, our service then processes these instructions and messages on behalf of the Plaxo member; much like a web-mail service provider allows their ...
The Top 10 Social Networking Annoyances That flexibility provides just enough rope for many MySpacers, .... and click on the Block [application name] link in the bottom-right part of the window. ...
City of Bettendorf: eGov Search Telecom Providers in the Quad City Region .... IOWA QUAD CITIES POLICE DEPARTMENTS' CITIZEN ACADEMY APPLICATION NAME (Last, First, Middle): ...
TheMSsForum.com >> Windows Services >> wss 3.0 - configuring the ... I've reached the end of my rope on this one and I'm hoping someone will be ..... V2 had the Intranet addresses as their "host header" and Application name. ...
FAQ Script SDK For new projects, just specify the I/O server Application Name and Topic when ..... The best solution in this scenario is to use a SOAP/ROPE implementation. ...
Fixes for Call of Duty 4 Errors, Crash and bugs | Gaming News Link "noobdown" just another OCN member helping noobs get up to speed [. ...... Direct X. I would suggest that you contact your OEM provider or builder to walk ...
X200 Manual PCLink Suite 4.3 Revision b 20/11/06 securing the wire rope mounts to both the X200 and mounting surface. ...... Selecting this option display a dialogue window displaying the application name. ...




Search This Site:










treeview node url problems

error handling

sending e-mails asyncronous

change current locale by code. really needed?

find and replace function annoying setting

datagrid error with currentpageindex value

i've made a basic page using a database in visual studio web developer...

minimizing the "server error in '/dotnetnuke' application" error

how to place banner as on the top the page(above menu)?

about portal applications

coding help please

treeview error trapping

local or not local (domain name does not exist in the database)

capture mouse click on htmlinputimage on the server control

how to create a ressource file?

server.htmlencode(createtext.text) vs. httputility.htmlencode(createtext.text);

startfromcurrentnode not working for custom sitemapprovider

upgrade dnn beta 2 to beta 3.. how?

send text file to barcode printer using the asp.net - pls advice!

dnn content builder beta

how to get the current user

column issues with 3 modules wide, need lower module to stretch across all three

multiple site map files

create new user- adding wizzard steps...help please?

web.config

announce: atlanta dotnetnuke users group meetup

visual studio 2008 compatible?

any step by step for cc processing?

help! change default folder (instead of root)

deploying db changes

 
All Times Are GMT