Click here to Skip to main content
16,005,241 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: using QueryString with dataList problem Pin
Christian Graus10-Jul-07 7:20
protectorChristian Graus10-Jul-07 7:20 
QuestionReading values from dynamically added controls. Pin
dekart_roo10-Jul-07 5:43
dekart_roo10-Jul-07 5:43 
AnswerI fixed it? Pin
dekart_roo10-Jul-07 6:09
dekart_roo10-Jul-07 6:09 
QuestionIncludes in ASP.net (C#) Pin
totocaster10-Jul-07 5:42
totocaster10-Jul-07 5:42 
AnswerRe: Includes in ASP.net (C#) Pin
jcdevnet10-Jul-07 5:52
jcdevnet10-Jul-07 5:52 
GeneralRe: Includes in ASP.net (C#) Pin
totocaster10-Jul-07 6:09
totocaster10-Jul-07 6:09 
GeneralRe: Includes in ASP.net (C#) Pin
jcdevnet10-Jul-07 6:13
jcdevnet10-Jul-07 6:13 
QuestionCustom MembershipProvider Pin
Brendan Vogt10-Jul-07 5:30
Brendan Vogt10-Jul-07 5:30 
Hi,

I created a custom membership provider, and added it to my web.config file. Everything looks fine, but I can't test it with the ASP.NET Configuration tool.

My web.config:

<membership
defaultProvider="MyMembershipProvider"
hashAlgorithmType="SHA1"
userIsOnlineTimeWindow="15">
<providers>
<clear/>
<add
name="MyMembershipProvider"
applicationName="My"
connectionStringName="WebsiteSqlServer"
description="Stores and retrieves membership data from my database"
enablePasswordReset="true"
enablePasswordRetrieval="false"
maxInvalidPasswordAttempts="5"
minRequiredNonalphanumericCharacters="0"
minRequiredPasswordLength="8"
passwordAttemptWindow="10"
passwordFormat="Hashed"
passwordStrengthRegularExpression=""
requiresQuestionAndAnswer="true"
requiresUniqueEmail="true"
type="My.Web.Security.MyMembershipProvider, My.Web" />
</providers>
</membership>

Why doesn't this want to work?? Did I forget to add something??

Please can some one help me??

Regards
ma se
QuestionHow to disable the status bar Pin
www.Developerof.NET10-Jul-07 5:13
www.Developerof.NET10-Jul-07 5:13 
AnswerRe: How to disable the status bar Pin
jcdevnet10-Jul-07 5:17
jcdevnet10-Jul-07 5:17 
GeneralRe: How to disable the status bar Pin
www.Developerof.NET10-Jul-07 8:28
www.Developerof.NET10-Jul-07 8:28 
AnswerRe: How to disable the status bar Pin
eggsovereasy10-Jul-07 11:10
eggsovereasy10-Jul-07 11:10 
QuestionBasic Visual Studio Error Pin
kinsella_john10-Jul-07 5:02
kinsella_john10-Jul-07 5:02 
AnswerRe: Basic Visual Studio Error Pin
jcdevnet10-Jul-07 5:16
jcdevnet10-Jul-07 5:16 
GeneralRe: Basic Visual Studio Error Pin
kinsella_john10-Jul-07 5:30
kinsella_john10-Jul-07 5:30 
GeneralRe: Basic Visual Studio Error Pin
jcdevnet10-Jul-07 5:44
jcdevnet10-Jul-07 5:44 
QuestionASP to ASP.Net Pin
Amit Kumar G10-Jul-07 4:53
Amit Kumar G10-Jul-07 4:53 
AnswerRe: ASP to ASP.Net Pin
jcdevnet10-Jul-07 4:56
jcdevnet10-Jul-07 4:56 
GeneralRe: ASP to ASP.Net Pin
Paddy Boyd10-Jul-07 4:57
Paddy Boyd10-Jul-07 4:57 
GeneralRe: ASP to ASP.Net Pin
Amit Kumar G10-Jul-07 4:57
Amit Kumar G10-Jul-07 4:57 
AnswerRe: ASP to ASP.Net Pin
Christian Graus10-Jul-07 5:10
protectorChristian Graus10-Jul-07 5:10 
QuestionCrystal report problem.......putting logo image problem Pin
Nagraj Naik10-Jul-07 4:35
Nagraj Naik10-Jul-07 4:35 
QuestionNumber of rows in a gridview with paging and a filter. Pin
Martin_10-Jul-07 4:23
Martin_10-Jul-07 4:23 
AnswerRe: Number of rows in a gridview with paging and a filter. Pin
jcdevnet10-Jul-07 4:36
jcdevnet10-Jul-07 4:36 
GeneralRe: Number of rows in a gridview with paging and a filter. Pin
Martin_10-Jul-07 5:02
Martin_10-Jul-07 5:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.