Click here to Skip to main content
15,895,283 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: any alternate of IIS 7.0?? Pin
R. Giskard Reventlov7-Jul-10 4:32
R. Giskard Reventlov7-Jul-10 4:32 
AnswerRe: any alternate of IIS 7.0?? Pin
Eddy Vluggen7-Jul-10 11:25
professionalEddy Vluggen7-Jul-10 11:25 
GeneralRe: any alternate of IIS 7.0?? Pin
humais8-Jul-10 1:05
humais8-Jul-10 1:05 
GeneralRe: any alternate of IIS 7.0?? Pin
Eddy Vluggen8-Jul-10 2:47
professionalEddy Vluggen8-Jul-10 2:47 
GeneralRe: any alternate of IIS 7.0?? Pin
humais8-Jul-10 4:00
humais8-Jul-10 4:00 
GeneralRe: any alternate of IIS 7.0?? Pin
Eddy Vluggen8-Jul-10 4:12
professionalEddy Vluggen8-Jul-10 4:12 
AnswerRe: any alternate of IIS 7.0?? Pin
Martin Jarvis8-Jul-10 10:27
Martin Jarvis8-Jul-10 10:27 
QuestionThe ConnectionString property has not been initialized error in custom provider [modified] Pin
Aftab Sindhi7-Jul-10 1:58
Aftab Sindhi7-Jul-10 1:58 
Hi folks,
I've created custom Membership provider and Role provider. Membership provider is working perfect but role provider is not working.
The error "The ConnectionString property has not been initialized" is thrown and line of error is shown in Web.config file like below:
<roleManager enabled="true" cacheRolesInCookie="true" defaultProvider="MyRoleProvider">
  <providers>
    Error is shown in the following line>>
    <big><add name="MyRoleProvider" connectionStringName="MWXConnectionString" applicationName="MyApp" type="Company.Providers.Roles.MyRoleProvider, Company.Providers"/></big>
  </providers>
</roleManager>



I tried to change the value of TYPE attribute to check if my assembly is working. When I change the value error comes to say "Cant load the assembly....", which indicates that TYPE attribute is correct.

I tried to debug and inserted break point in Initialize method, but its never called, hence cant break on the code.
NOTE: SAME CONNECTION STRING(NAME) IS WORKING FOR Membership provider AND PROVIDER PROJECT IS IN SAME SOLUTION AND WEBSITE PROJECT AND WEB PROJECT HAS REFERENCE TO THE PROVIDER PROJECT

Now I am confused, where is (which line causes) error. Anybody can tell me the reason or at least how to debug and reach the Initialize method??
Regards

Aftab Sindhi
.NET Application Developer
U.A.E
modified on Saturday, July 10, 2010 12:54 PM

QuestionCheck "User ID" already exist or not when user move from "UserID" Text box! Pin
Sr...Frank7-Jul-10 1:53
Sr...Frank7-Jul-10 1:53 
AnswerRe: Check "User ID" already exist or not when user move from "UserID" Text box! Pin
HardikSitapara7-Jul-10 2:25
HardikSitapara7-Jul-10 2:25 
QuestionMessage Removed Pin
7-Jul-10 1:39
kumarvinit867-Jul-10 1:39 
AnswerRe: Video Confrence in asp.net Pin
R. Giskard Reventlov7-Jul-10 1:56
R. Giskard Reventlov7-Jul-10 1:56 
Questiondisabled buttons look enabled in firefox and chrome. what to do Pin
sriharsha24107-Jul-10 1:07
sriharsha24107-Jul-10 1:07 
AnswerRe: disabled buttons look enabled in firefox and chrome. what to do Pin
HardikSitapara7-Jul-10 2:16
HardikSitapara7-Jul-10 2:16 
QuestionDataset, Oracle & Filter Pin
AlanRuth7-Jul-10 0:41
AlanRuth7-Jul-10 0:41 
AnswerRe: Dataset, Oracle & Filter Pin
R. Giskard Reventlov7-Jul-10 1:52
R. Giskard Reventlov7-Jul-10 1:52 
GeneralRe: Dataset, Oracle & Filter Pin
AlanRuth7-Jul-10 3:39
AlanRuth7-Jul-10 3:39 
GeneralRe: Dataset, Oracle & Filter Pin
R. Giskard Reventlov7-Jul-10 3:44
R. Giskard Reventlov7-Jul-10 3:44 
QuestionSqlDataSource ERROR: Function or stored procedure has too many arguments passed. [modified] Pin
mominafiz6-Jul-10 22:56
mominafiz6-Jul-10 22:56 
AnswerRe: SqlDataSource ERROR: Function or stored procedure has too many arguments passed. Pin
R. Giskard Reventlov6-Jul-10 23:30
R. Giskard Reventlov6-Jul-10 23:30 
AnswerRe: SqlDataSource ERROR: Function or stored procedure has too many arguments passed. Pin
Peace ON6-Jul-10 23:45
Peace ON6-Jul-10 23:45 
GeneralRe: SqlDataSource ERROR: Function or stored procedure has too many arguments passed. Pin
mominafiz9-Jul-10 0:14
mominafiz9-Jul-10 0:14 
QuestionFile Upload Error,ASP.NET Pin
Member 32222646-Jul-10 21:35
Member 32222646-Jul-10 21:35 
AnswerRe: File Upload Error,ASP.NET Pin
R. Giskard Reventlov6-Jul-10 22:31
R. Giskard Reventlov6-Jul-10 22:31 
AnswerRepost Pin
Peace ON6-Jul-10 22:32
Peace ON6-Jul-10 22:32 

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.