Click here to Skip to main content
16,004,678 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Gridview paging row Pin
Lucky Sheikh5-Sep-07 1:12
Lucky Sheikh5-Sep-07 1:12 
QuestionContent Management System: Admin section. Best practices? Pin
Goalie354-Sep-07 4:28
Goalie354-Sep-07 4:28 
AnswerRe: Content Management System: Admin section. Best practices? Pin
Christian Graus4-Sep-07 4:50
protectorChristian Graus4-Sep-07 4:50 
QuestionHow to Filter gridview? Pin
indiaone4-Sep-07 3:33
indiaone4-Sep-07 3:33 
AnswerRe: How to Filter gridview? Pin
Christian Graus4-Sep-07 3:43
protectorChristian Graus4-Sep-07 3:43 
GeneralRe: How to Filter gridview? Pin
indiaone4-Sep-07 4:11
indiaone4-Sep-07 4:11 
GeneralRe: How to Filter gridview? Pin
Christian Graus4-Sep-07 4:49
protectorChristian Graus4-Sep-07 4:49 
QuestionLogin controls Pin
marvc14-Sep-07 3:18
marvc14-Sep-07 3:18 
Hi,

I have a login status which directs you to login.aspx when you want to log in.

all login.aspx contains is:
<asp:login id="Login1" runat="server" onauthenticate="Login1_Authenticate">

when i type in the correct username and password it directs back to where i first clicked login.

however login status says i am not logged in.

I guess it is something to do with my roles. When every i create a new user using web administration tool I select a role and this is correctly saved to the database (mysql).


here is my web.config file


<configuration>
<appsettings>
<connectionstrings>
<add name="connString1" connectionstring="server=MYSERVER;database=MYDATABASE;uid=MYUID;pwd=MYPWD"
="" providername="System.Data.Odbc">

<system.web>

<rolemanager defaultprovider="MySqlRoleProvider"
="" enabled="true" cacherolesincookie="true" cookiename=".ASPROLES" cookietimeout="30" cookiepath="/" cookierequiressl="false" cookieslidingexpiration="true" cookieprotection="All">
<providers>
<clear>
<add
name="MySqlRoleProvider"
="" type="Andri.Web.MySqlRoleProvider" connectionstringname="connString1" applicationname="APPNAME" writeexceptionstoeventlog="false">



<membership defaultprovider="MySqlMembershipProvider"
="" userisonlinetimewindow="15">
<providers>
<clear>
<add
name="MySqlMembershipProvider"
="" type="Andri.Web.MySqlMembershipProvider" connectionstringname="connString1" applicationname="APPNAME" enablepasswordretrieval="false" enablepasswordreset="true" requiresquestionandanswer="true" requiresuniqueemail="true" passwordformat="Hashed" writeexceptionstoeventlog="true">


<compilation debug="true">
<assemblies>
<add assembly="MySql.Data, Version=5.0.8.1, Culture=neutral, PublicKeyToken=C5687FC88969C44D">
<authentication mode="Forms">






i've been racking my brain on it for a couple of days now! and havn't gained any ground!

any ideas??

Thanks
AnswerRe: Login controls Pin
marvc14-Sep-07 3:21
marvc14-Sep-07 3:21 
QuestionDoubt in DropDownList Pin
jayarajmrj4-Sep-07 2:47
jayarajmrj4-Sep-07 2:47 
AnswerRe: Doubt in DropDownList Pin
Paddy Boyd4-Sep-07 2:49
Paddy Boyd4-Sep-07 2:49 
AnswerRe: Doubt in DropDownList Pin
Blue_Boy4-Sep-07 4:13
Blue_Boy4-Sep-07 4:13 
AnswerRe: Doubt in DropDownList Pin
Lucky Sheikh5-Sep-07 1:16
Lucky Sheikh5-Sep-07 1:16 
GeneralRe: How to disable the back button and backspace key using Javascript..? Pin
Balagurunathan S4-Sep-07 1:05
Balagurunathan S4-Sep-07 1:05 
GeneralRe: How to disable the back button and backspace key using Javascript..? Pin
Sandeep Akhare4-Sep-07 1:54
Sandeep Akhare4-Sep-07 1:54 
GeneralRe: How to disable the back button and backspace key using Javascript..? Pin
Balagurunathan S4-Sep-07 20:05
Balagurunathan S4-Sep-07 20:05 
QuestionBreadcrumb Navigation + xmlDataSource1 Pin
Naveed Kamboh4-Sep-07 0:54
Naveed Kamboh4-Sep-07 0:54 
QuestionVidoe Control in ASP.Net Pin
kibromg4-Sep-07 0:39
kibromg4-Sep-07 0:39 
QuestionReal estate site project architecture Pin
Sujit Mandal4-Sep-07 0:12
Sujit Mandal4-Sep-07 0:12 
AnswerRe: Real estate site project architecture Pin
Colin Angus Mackay4-Sep-07 0:45
Colin Angus Mackay4-Sep-07 0:45 
AnswerRe: Real estate site project architecture Pin
Brady Kelly4-Sep-07 1:57
Brady Kelly4-Sep-07 1:57 
AnswerRe: Real estate site project architecture Pin
Colin Angus Mackay5-Sep-07 10:46
Colin Angus Mackay5-Sep-07 10:46 
QuestionC# Pin
edwinlazer3-Sep-07 23:53
edwinlazer3-Sep-07 23:53 
AnswerRe: C# Pin
Sandeep Akhare4-Sep-07 0:19
Sandeep Akhare4-Sep-07 0:19 
AnswerRe: C# Pin
Christian Graus4-Sep-07 3:07
protectorChristian Graus4-Sep-07 3:07 

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.