I\'m using Autofac in my project I have different kind of providers such as data or logging , etc. thease providers are set in the web.config sections and I have a default provider for each section.s
I\'ve implemented a custom session 开发者_运维百科state provider for Oracle in my application. It seems to run smoothly (without errors!), but I\'m having trouble retrieving some Session variables whe
I want to implement a provider to do error-logging, but my provider is never called when an error is thrown.
I want to dynamically create a user profile page with user info displayed (name, address, uploa开发者_如何学编程ded content, etc.). I\'ve looked at many tutorials online related to this, but am not su
As part of a profiling tool, I have a custom ADO.NET stack that acts as a \"decorator\" around standard ADO.NET, so it doesn\'t actually do any work - it just passes on the calls (but with logging, et
Where is the documentation on cre开发者_StackOverflowating a custom Windows Credential Provider located?Everything I\'ve found so farpoints to the same article on how to make a custom credential provi
HI, I\'m developing a website on ASP.NET. The database is Oracle 10 g. When I deploy the website I get an exception message \"System.Data.OracleClient requires Oracle client software versi开发者_Stac
This question already has answers here: Closed 11 years ago. Possible Duplicate: Payment Processors - What do I need to know if I want to accept credit cards on my website?
I want to use ConfigurableActiveDirectoryMembershipProvider in my code. I have my current settings as
How do you add data providers to the \"Data Source Configuration Wizard\"? I\'d like to add Paradox to this list. Is it p开发者_运维问答ossible?