Tagged Questions
The providers tag has no wiki summary.
6
votes
2answers
354 views
Provider model in .net
When the .net 2.0 framework first came out, the provider model was all the rage. 2.0 even shipped with a bunch of default providers (Membership, sitemap, role). Since the release of 2.0, the hype has ...
5
votes
1answer
159 views
How do I deal with Paths when writing a PowerShell Cmdlet?
What is the proper way to receive a file as a parameter when writing a C# cmdlet? So far I just have a property LiteralPath (aligning with their parameter naming convention) that is a string. This is ...
4
votes
1answer
264 views
ASP.Net forms authentication - multiple providers
I have an ASP.Net 4.0 application, and within it is a folder called "Forum", setup as a sub application in IIS 7. This forum package implements a custom provider for .net membership. The forum is ...
4
votes
3answers
2k views
How to test content providers on Android
I am trying to test my DB using ProviderTestCase2<T>. I can see the test DB being created. As such I suppose, the tested content provider should use the test DB. But as soon as I try any calls ...
4
votes
4answers
2k views
Mocking classes that aren't interfaces
I've been writing some providers in c# that inherit from the providerbase class. I've found that it's hard to write tests that use the providers as most mocking frameworks will only allow you to mock ...
2
votes
0answers
381 views
NHibernate sqlite database providers configuration
I'm writting simple application and i'm stuck in the defenition process it seems i'm lacking a reference or a dependency but after reading every blog/forum/starter kits i couldnot find the answer i ...
2
votes
1answer
877 views
Converting Single DB ASP.NET Site into MultiTenant - Membership and Roles Dilemma
I'm in the process up changing a single SQL DB website (ASP.NET/VB.NET) into a multitenant app, where each client has their own database.
In the old site, all the ASP roles, logins and providers ...
1
vote
1answer
112 views
MySQL data provider for .net
Do we have any Open Source MySql Data Provider for .net?
If Any, Let me know.
1
vote
1answer
624 views
Roles.GetRolesForUser calls default role provider only?
I'm using multiple role providers, the standard SQL provider plus a custom one. Inside Global.asax - RoleManager_GetRoles I create a RolePrincipal for users that should use my custom provider with ...
1
vote
4answers
213 views
Accessing HealthMonitoring Provider settings programatically
I have set up ASP.Net health monitoring in web.config:
<healthMonitoring enabled="true">
<providers>
<clear />
<add name="CriticalMailEventProvider" ...
1
vote
1answer
92 views
Can you switch off the schema check performed by ASPNET providers
We have created a custom membership provider, but we have inherited the Role and Profile providers. The problem we are having is there appears to be calls being made to aspnet_CheckSchemaVersion by ...
1
vote
1answer
447 views
Role, Membership, Profiles, Principals, and Forms Authentication
I'm swimming in the relationships and hierarchies of a web application that I'm trying to secure with custom sql membership and role providers. I'm a little fuzzy on forms authentication, principals, ...
1
vote
2answers
809 views
Writing Custom Roles Provider For Master Pages/No Machine.Config
I'd like to write a custom role provider for my application, which has existing users and roles tables. I'm looking for a reference on that, which:
doesn't require machine.config changes (I see this ...
1
vote
5answers
887 views
Port 443 on iSeries v5r4 is ‘filtered’ to internet clients, even it is allowed in firewall rules. How can I make it ‘open’? Can it be i5/OS bug? [SOLVED]
Port was fitered by ISP.
The problem is that HTTPS 443 port isn't accessible from internet, but it is open in our local network.
Our iSeries v5r4 is connected to inet via L2TP withot IPSec.
If no ...
1
vote
2answers
261 views
LINQ2SQL Database providers
I have heard that LINQ2SQL has been written to support multiple database vendor providers however for internal political reasons at MS, only SQL Server has been supported.
Is this a fair summary of ...
0
votes
1answer
87 views
Missing standard message body reader providers in my jar
I must missing something for two days now...
I have a simple jar app which use a jersey client jar.
When I run my main class from Eclipse or from mvn exec everything goes fine.
When I build my jar ...
0
votes
0answers
146 views
Facebook Comments Plugin: disabling “other login providers” doesn't work
On the Facebook Comments plugin, under Settings | Other Login Providers, I have unchecked "Allow users to post using other login providers." However, if I log out of Facebook and land on the page ...
0
votes
0answers
49 views
Custom Role Manager not allowing me to access the site
im having a problem creating a custom Role manager and accessing my website
It seems that GetUsersInRole, is called when I try and access the site and no matter what I return from that method I am ...
0
votes
1answer
62 views
How to implement account locking with custom ASP.NET Membership Provider
The custom ASP.NET membership provider I am using does not support the MaxInvalidPasswordAttempts and PasswordAttemptWindow settings. I am required to use this particular provider and my situation ...
0
votes
0answers
183 views
few questions around OAM authentication providers
I've few questions around OAM authentication provider.
OAM authentication provider (oamAuthnProvider.jar) provides two functions: OAM identity asserter & OAM authenticator.
OAM identity ...
0
votes
0answers
293 views
Android 2.0 local file content provider breaks on Android 3.0
This is what happens with the following local file content provider on Android 2.0:
05-18 12:11:23.287: INFO/ActivityManager(69): Start proc abi.wnet for content provider ...
0
votes
0answers
39 views
Can we use VoIP as a Home phone service? [closed]
I am working in a call center. We all know that call centers use VoIP solutions. However, a colleague of mine told me that VoIP could be used at home also and that it would save %50 of my calling ...
0
votes
0answers
295 views
Why isn't my application service launching inmediately after the phone is turned on?
After I successfully configured alarms to go of after I start or restart my phone (thanks for that answer Macarese), I must have made something wrong, because stored alarms are not fired after 2 or ...
0
votes
1answer
68 views
Flex 4 Keeping Data Providers In Memory
I am working on a modularized Flex application, and I am trying to cut-down on the amount of client-server interaction.
Every time a module is opened, a request is made to a web service to get values ...
0
votes
2answers
260 views
Membership Provider users in different tables
I have an existing database with users and administrators in different tables.
I am rewriting an existing website in ASP.net and need to decide - should I merge the two tables into one users table and ...
0
votes
2answers
283 views
Need Help With Provider Design Patterns
I need some help with DLL architecture / design patterns / OO.
I have been learning about class factory design patterns as a
solution to my current challenge and could use some feedback
at this ...
0
votes
1answer
337 views
Using Windows Vista Credentials
Hi all
i am using CredUIPromptForWinodwsCredentialw for prompting the user for verifying his/her credentials how can i verify these credentilas.
the code i am using is
BOOL save = false;
DWORD ...
0
votes
3answers
171 views
Is there any class similar to ProvidersHelper but not for web?
Is there any class similar to ProvidersHelper but not for web?
I want to instantiate a collection of providers. Actually I'm using CodeSmith & Nettiers, and the db provider is Oracle. It generated ...
0
votes
3answers
543 views
Configuration issue Web.Config / Custom Providers
Okay, this seems like a very simple issue, but I can't seem to get around it. I am almost 99% sure that this is an issue of Visual Studio itself, but I want to have a quick sanity check.
I am ...
-1
votes
2answers
40 views
Is VoIP really revolutionizing?
I am a computer science student. I am hearing a lot of noice about the Asterisk calling solutions. As in my first semester yet but I could not understand what it is all about. Are these solutions ...