Click here to Skip to main content
15,896,486 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: separate the string Pin
Malcolm Smart23-Jan-08 3:12
Malcolm Smart23-Jan-08 3:12 
GeneralRe: separate the string Pin
Malcolm Smart23-Jan-08 3:09
Malcolm Smart23-Jan-08 3:09 
GeneralRe: separate the string Pin
Member 387988123-Jan-08 17:03
Member 387988123-Jan-08 17:03 
QuestionCopy Contents in Excel Pin
mohankatari23-Jan-08 2:08
mohankatari23-Jan-08 2:08 
GeneralWrong forum Pin
pmarfleet23-Jan-08 11:01
pmarfleet23-Jan-08 11:01 
QuestionHOWTO: More than one RoleManager provider? Pin
jdstuart23-Jan-08 2:07
jdstuart23-Jan-08 2:07 
GeneralRe: HOWTO: More than one RoleManager provider? Pin
pmarfleet23-Jan-08 11:07
pmarfleet23-Jan-08 11:07 
QuestionHOWTO: More than one RoleManager provider? Pin
jdstuart23-Jan-08 2:01
jdstuart23-Jan-08 2:01 
I've got the two following roleManager providers defined in my web.config file. The one "CustomRoleProvider" is the default one that needs to be used by the whole application.

I wrote another role manager provider "ModifiedCustomRoleProvider" that needs to be the roleProvider used by certain pages or need to be used by a certain page, based on the users role.

<br />
<rolemanager defaultprovider="CustomRoleProvider" enabled="true"><br />
<providers><br />
	<clear /><br />
        <add name="CustomRoleProvider" type="MyWebPagesStarterKit.Providers.CustomRoleProvider" /><br />
	<add name="ModifiedCustomRoleProvider" type="MyWebPagesStarterKit.Providers.ModifiedCustomRoleProvider" /><br />
</providers><br />
</rolemanager><br />


If the page "useModifiedProvider.aspx" is loaded, it must make use of the "ModifiedCustomRoleProvider" provider for all the calls made to the Roles class.

Can someone please tell me how I can force a certain page to make use of another roleProvider other than the default one specified for the application.

Thanks in advance
JD Stuart
QuestionOutputting Reports in Excel through ASP.NET application Pin
v1i9n6o7d23-Jan-08 1:41
v1i9n6o7d23-Jan-08 1:41 
GeneralRe: Outputting Reports in Excel through ASP.NET application Pin
ToddHileHoffer23-Jan-08 4:56
ToddHileHoffer23-Jan-08 4:56 
Generalabout installation Pin
Hum Dum23-Jan-08 1:01
Hum Dum23-Jan-08 1:01 
GeneralRe: about installation Pin
Vasudevan Deepak Kumar23-Jan-08 1:43
Vasudevan Deepak Kumar23-Jan-08 1:43 
GeneralASP.Net2 Error Pin
mehrdadc4823-Jan-08 0:59
mehrdadc4823-Jan-08 0:59 
GeneralRegarding Vbclrf in asp.net Pin
sandhya1423-Jan-08 0:53
sandhya1423-Jan-08 0:53 
GeneralRe: Regarding Vbclrf in asp.net Pin
N a v a n e e t h23-Jan-08 1:06
N a v a n e e t h23-Jan-08 1:06 
GeneralRe: Regarding Vbclrf in asp.net Pin
Vasudevan Deepak Kumar23-Jan-08 1:34
Vasudevan Deepak Kumar23-Jan-08 1:34 
GeneralRe: Regarding Vbclrf in asp.net Pin
sandhya1423-Jan-08 16:57
sandhya1423-Jan-08 16:57 
GeneralRe: Regarding Vbclrf in asp.net Pin
sandhya1423-Jan-08 19:03
sandhya1423-Jan-08 19:03 
GeneralWeb.Config location path [modified] Pin
#realJSOP23-Jan-08 0:28
professional#realJSOP23-Jan-08 0:28 
GeneralRe: Web.Config location path Pin
Paddy Boyd23-Jan-08 0:45
Paddy Boyd23-Jan-08 0:45 
GeneralRe: Web.Config location path Pin
#realJSOP23-Jan-08 0:56
professional#realJSOP23-Jan-08 0:56 
GeneralRe: Web.Config location path Pin
N a v a n e e t h23-Jan-08 1:04
N a v a n e e t h23-Jan-08 1:04 
GeneralRe: Web.Config location path Pin
#realJSOP23-Jan-08 1:46
professional#realJSOP23-Jan-08 1:46 
GeneralRe: Web.Config location path Pin
N a v a n e e t h23-Jan-08 1:58
N a v a n e e t h23-Jan-08 1:58 
GeneralRe: Web.Config location path Pin
#realJSOP23-Jan-08 3:08
professional#realJSOP23-Jan-08 3:08 

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.