Click here to Skip to main content
15,792,551 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Unable to host WCF service in IIS7 Pin
Gamzun9-Nov-09 0:43
Gamzun9-Nov-09 0:43 
Questionfileupload postback Pin
m@dhu8-Nov-09 22:35
m@dhu8-Nov-09 22:35 
AnswerRe: fileupload postback Pin
Gamzun8-Nov-09 22:39
Gamzun8-Nov-09 22:39 
GeneralRe: fileupload postback Pin
m@dhu8-Nov-09 22:49
m@dhu8-Nov-09 22:49 
GeneralRe: fileupload postback Pin
Gamzun8-Nov-09 22:56
Gamzun8-Nov-09 22:56 
QuestionCould not load type 'Andri.Web.MySqlMembershipProvider' Pin
nebitesh8-Nov-09 21:16
nebitesh8-Nov-09 21:16 
AnswerRe: Could not load type 'Andri.Web.MySqlMembershipProvider' Pin
Abhishek Sur8-Nov-09 22:08
professionalAbhishek Sur8-Nov-09 22:08 
GeneralRe: Could not load type 'Andri.Web.MySqlMembershipProvider' Pin
nebitesh9-Nov-09 2:37
nebitesh9-Nov-09 2:37 
Thank you for your reply.

The article that i used doesn't have dll but has two class which should be pasted to the App_Data folder of my project and made me modification of two items:

<rolemanager defaultprovider="MySqlRoleProvider"
="" enabled="true" .
="" .
<providers="">
<clear>
<add
name="MySqlRoleProvider"
="" type="Andri.Web.MySQLRoleProvider" .
="" .="" <="" providers="">



AND

<membership defaultprovider="MySqlMembershipProvider"
="" userisonlinetimewindow="15">;
<providers>
<clear>
<add
name="MySqlMembershipProvider"
="" type="Andri.Web.MySqlMembershipProvider" .
="" <="" providers="">


in my web.config file.


I also read the article many times and i cross check what i did is according to the steps listed.

And how do i contact the author?

Forum for Article: Membership and Role providers for MySQL
Author: Rakotomalala Andriniaina
AnswerRe: Could not load type 'Andri.Web.MySqlMembershipProvider' Pin
Gamzun8-Nov-09 23:08
Gamzun8-Nov-09 23:08 
Questionset dropdownbox value which affect on other dropdown Pin
KIDYA8-Nov-09 21:00
KIDYA8-Nov-09 21:00 
AnswerRe: set dropdownbox value which affect on other dropdown Pin
Gamzun8-Nov-09 21:14
Gamzun8-Nov-09 21:14 
GeneralRe: set dropdownbox value which affect on other dropdown Pin
KIDYA8-Nov-09 21:42
KIDYA8-Nov-09 21:42 
GeneralRe: set dropdownbox value which affect on other dropdown Pin
Gamzun8-Nov-09 21:47
Gamzun8-Nov-09 21:47 
AnswerRe: set dropdownbox value which affect on other dropdown Pin
deepseeindeepsy8-Nov-09 21:25
deepseeindeepsy8-Nov-09 21:25 
GeneralRe: set dropdownbox value which affect on other dropdown Pin
KIDYA8-Nov-09 21:39
KIDYA8-Nov-09 21:39 
GeneralRe: set dropdownbox value which affect on other dropdown Pin
deepseeindeepsy8-Nov-09 21:46
deepseeindeepsy8-Nov-09 21:46 
GeneralRe: set dropdownbox value which affect on other dropdown Pin
KIDYA8-Nov-09 21:55
KIDYA8-Nov-09 21:55 
GeneralRe: set dropdownbox value which affect on other dropdown Pin
deepseeindeepsy8-Nov-09 22:31
deepseeindeepsy8-Nov-09 22:31 
AnswerRe: set dropdownbox value which affect on other dropdown Pin
Nishant Singh9-Nov-09 0:25
Nishant Singh9-Nov-09 0:25 
AnswerRe: set dropdownbox value which affect on other dropdown Pin
April Fans9-Nov-09 22:20
April Fans9-Nov-09 22:20 
QuestionPDF File Not Read see my code. Pin
lrsalunkhe8-Nov-09 20:50
lrsalunkhe8-Nov-09 20:50 
AnswerRe: PDF File Not Read see my code. Pin
Gamzun8-Nov-09 21:17
Gamzun8-Nov-09 21:17 
GeneralRe: PDF File Not Read see my code. Pin
lrsalunkhe8-Nov-09 21:32
lrsalunkhe8-Nov-09 21:32 
GeneralRe: PDF File Not Read see my code. Pin
Gamzun8-Nov-09 21:45
Gamzun8-Nov-09 21:45 
QuestionHow to change the application's trust level? Pin
WinCrs8-Nov-09 20:44
WinCrs8-Nov-09 20:44 

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.