Click here to Skip to main content
15,924,195 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Monitoring Windows Service at a remote machine using Web Services Pin
Exelioindia13-Sep-06 23:11
Exelioindia13-Sep-06 23:11 
Questionfind a substring from a string. Pin
Amit Agarrwal8-Sep-06 1:50
Amit Agarrwal8-Sep-06 1:50 
AnswerRe: find a substring from a string. Pin
CWIZO8-Sep-06 1:53
CWIZO8-Sep-06 1:53 
GeneralRe: find a substring from a string. Pin
Amit Agarrwal8-Sep-06 2:51
Amit Agarrwal8-Sep-06 2:51 
GeneralRe: find a substring from a string. Pin
CWIZO8-Sep-06 2:58
CWIZO8-Sep-06 2:58 
GeneralRe: find a substring from a string. Pin
eggsovereasy8-Sep-06 3:27
eggsovereasy8-Sep-06 3:27 
QuestionForbidden .aspx page Pin
aaraaayen8-Sep-06 1:36
aaraaayen8-Sep-06 1:36 
QuestionMembership Provider Error Pin
Brendan Vogt8-Sep-06 1:22
Brendan Vogt8-Sep-06 1:22 
Hi,

I am getting errors when I try to add a new user through the ASP.NET COnfiguration Tool. I'm not sure what it means, and how to fix it. Can some please help??

My SQL membership provider:
<membership defaultProvider="JdssSqlMembershipProvider" userIsOnlineTimeWindow="15">
<providers>
<clear />
<add
name="JdssSqlMembershipProvider"
applicationName="JDSS"
connectionStringName="JdssDatabaseConnection"
description="Stores and retrieves membership data from the local Microsoft SQL Server database"
enablePasswordReset="false"
enablePasswordRetrieval="true"
passwordFormat="Encrypted"
type="System.Web.Security.SqlMembershipProvider" />
</providers>
</membership>

And the error is:

An error was encountered. Please return to the previous page and try again.

The following message may help in diagnosing the problem: Exception has been thrown by the target of an invocation. at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Web.Administration.WebAdminMembershipProvider.CallWebAdminMembershipProviderHelperMethodOutParams(String methodName, Object[] parameters, Type[] paramTypes) at System.Web.Administration.WebAdminMembershipProvider.CreateUser(String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus& status) at System.Web.UI.WebControls.CreateUserWizard.AttemptCreateUser() at System.Web.UI.WebControls.CreateUserWizard.OnNextButtonClick(WizardNavigationEventArgs e) at System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.WebControls.CreateUserWizard.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.WebControls.Wizard.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

I hope someone can help.

Regards,
ma se :->
QuestionNetwork drives Pin
Bhasker Pinninti8-Sep-06 0:44
Bhasker Pinninti8-Sep-06 0:44 
QuestionWhat is the purpose of authentication ? Pin
King Shez8-Sep-06 0:35
King Shez8-Sep-06 0:35 
AnswerRe: What is the purpose of authentication ? Pin
_AK_8-Sep-06 0:36
_AK_8-Sep-06 0:36 
Questiondropdownlist vanishes on scrolling Pin
jamesjk8-Sep-06 0:33
jamesjk8-Sep-06 0:33 
QuestionHyperLinks not linking in DataList Pin
Chude7-Sep-06 23:57
Chude7-Sep-06 23:57 
AnswerRe: HyperLinks not linking in DataList Pin
_AK_8-Sep-06 0:20
_AK_8-Sep-06 0:20 
QuestionHow to do this Pin
Sandeep Akhare7-Sep-06 23:45
Sandeep Akhare7-Sep-06 23:45 
AnswerRe: How to do this Pin
_AK_8-Sep-06 0:22
_AK_8-Sep-06 0:22 
GeneralRe: How to do this Pin
Sandeep Akhare8-Sep-06 2:05
Sandeep Akhare8-Sep-06 2:05 
QuestionIIS Pin
fmardani7-Sep-06 22:43
fmardani7-Sep-06 22:43 
AnswerRe: IIS Pin
CWIZO8-Sep-06 1:57
CWIZO8-Sep-06 1:57 
AnswerRe: IIS Pin
Suelinda_W20-Sep-06 11:19
Suelinda_W20-Sep-06 11:19 
QuestionUnable to acces image after providing querystring params Pin
Sivaprasad C7-Sep-06 22:16
Sivaprasad C7-Sep-06 22:16 
Questionrecord navigation Pin
Kissy167-Sep-06 21:30
Kissy167-Sep-06 21:30 
AnswerRe: record navigation Pin
_mubashir7-Sep-06 21:46
_mubashir7-Sep-06 21:46 
GeneralRe: record navigation Pin
Kissy167-Sep-06 22:02
Kissy167-Sep-06 22:02 
AnswerRe: record navigation Pin
Jay_se7-Sep-06 21:58
Jay_se7-Sep-06 21:58 

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.