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.
$ dotnet add package Oracle.Web
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.
web.config entries are added by including Oracle Providers for ASP.NET NuGet package to your application:
The web.config section is updated to setup the ASP.NET providers for OracleMembershipProvider, OracleProfileProvider, OracleRoleProvider, OracleSiteMapProvider, OraclePersonalizationProvider, OracleWebEventProvider, and OracleSessionStateStore.
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.