You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

Oracle.Web

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Oracle.Web

This NuGet package is for Oracle Providers for ASP.NET that use Oracle Data Provider for .NET, Managed Driver for .NET Framework. It will add the Oracle ASP.NET providers assembly and auto-configure for its use so that ASP.NET application state can be stored within an Oracle Database. Note: To complete Oracle Providers for ASP.NET setup after installation, run the SQL scripts located in the sql directory of this package on the target database server the providers will use.

23.8.0
nugetNuGet
Version published
Maintainers
1
Created
Source

Oracle Logo

Oracle.Web 23.8.0

Release Notes for Oracle Providers for ASP.NET NuGet Package

March 2025

Oracle Providers for ASP.NET support the .NET Framework service provider mechanism allowing application state storage within an Oracle database. Existing ASP.NET provider developers will discover the Oracle Providers for ASP.NET are easy to learn and use as they share a common schema and API with existing ASP.NET providers. They integrate seamlessly with existing ASP.NET services and controls, just like other ASP.NET providers.

This document provides information that supplements the Oracle Data Provider for .NET (ODP.NET) documentation.

New Features

  • None

Bug Fixes / Changes since Oracle.Web 23.4.0

  • Upgrade dependency to ODP.NET 23.8.0 or higher

Installation Changes

web.config entries are added by including Oracle Providers for ASP.NET NuGet package to your application:

  • Configuration Settings

The web.config section is updated to setup the ASP.NET providers for OracleMembershipProvider, OracleProfileProvider, OracleRoleProvider, OracleSiteMapProvider, OraclePersonalizationProvider, OracleWebEventProvider, and OracleSessionStateStore.

  • Connection String

A entry is added to allow a connection string to be set for Oracle Providers for ASP.NET. The connectionString attribute should be set with the "User Id", "Password", and "Data Source" for the database server that the ASP.NET providers will be storing their data.

Copyright (c) 2025, Oracle and/or its affiliates.

Keywords

ASP.NET

FAQs

Package last updated on 04 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts