0
votes
0answers
42 views
Server Sync Provider and SessionParameters
I'm currently building a custom ServerSyncProvider
I've already overrided the GetServerInfo, GetSchema and GetChanges methods, but aparently I'm not getting any session parameters …
1
vote
3answers
39 views
How to sign a custom JCE security provider
Sun's PKCS11 JCE security provider is lacking some functionality we need.
So I wrote an enhanced version of it using the original sources.
Unfortunately the JCE infrastructure rej …
0
votes
1answer
197 views
SSO using CAS with ASP.NET membership provider backend
Hey Folks,
I'm trying to utilize CAS to perform SSO on the same domain name. however i can't really understand CAS. does CAS provides user management or i have to implement it myse …
2
votes
2answers
447 views
ASP.NET SQL Profile Provider - Does the ProfileBase.Create() method hit DB?
I am working with the SQLMemebershipProvider and using Profiles. I have a custom class called UserProfile that inherits from the ProfileBase class and I use this to set custom prop …
0
votes
1answer
20 views
Access to the windows registry using ADO .Net
Exist any ADO.NET Provider for access to the windows registry? Or rather you can use ADO to connect to the windows registry?
Thanks in advance.
0
votes
1answer
38 views
PowerShell custom provider RemoveItem
Hi,
I'm implementing a custom powershell provider. I'm now working on the remove-item cmdlet implementation.
The RemoveItem method has the following signature:
protected overrid …
0
votes
2answers
24 views
PowerShell InitializeDefaultDrive
Hi,
In my custom powershell provider I want the user to be able to skip the internal call to InitializeDefaultDrives.
The InitializeDefaultDrives method is called when the provid …
0
votes
1answer
30 views
SQL Server Compact with Visual Studio 2008
I am running SQL server 2008 and Visual Studio 2008 on Vista. I downloaded SQL server compact 3.5 SP1 from Microsofts website and ran the install. When I open the server explorer f …
0
votes
1answer
77 views
runCommand provider in msdeploy’s Manifest.xml file
I am trying to include running a batch script (more, provided I can figure this out) as part of the deployment process via msdeploy by using the runCommand provider in the manifest …
0
votes
0answers
30 views
Why Msjetoledb40.dll is missing in Windows 2008 core - 32 bit and R2 as well?
Hello,
I am working on Windows 2008 core R2 and 32 bit.
While running application in which I am trying to connect to .mdb file by ADODB connection and using provider as 'Microsof …
1
vote
1answer
82 views
Implementing autologin for ASP.NET MVC
Hi,
I've been trying to get membership working in ASP.NET MVC. There are some pages that require authentication. Others that can have guests and authorised members. Much like Stac …
1
vote
1answer
178 views
Custom Providers, Best Practices, and Configuration Conflaguration
I have been building web sites with ASP.NET for a while now. At first I avoided learning the intricacies of the ASP.NET Provider Model. Instead I used the canned providers where ne …
0
votes
1answer
41 views
how provider sends notification to APNs?
i want to know that if i have a server how do i send push notification to devices through APNs,do i need to register/authenticate my server to APNs.DO i need to pay for sending Pus …
0
votes
3answers
894 views
Help trying to use Apple Push Notification Service through Java
Am trying to implement a Java program which sends an Apple Push Notification to an iPhone client app... Found the following library: Java APNs
Provider code:
Created the followin …
0
votes
1answer
369 views
Oracle ASP.net Provider-model objects performance
Oracle 11g version of ODP.Net introduces the provider model objects (session state provider, identity provider etc) which lets the application to store these information in an orac …
