I'm doing a project with Oracle 11g database. I know that many states and settings are stored in a data model of SQL Server called "aspnetdb.
My questions are:
Should I necessarily have an instance of SQL Server on the Oracle data server for ASP.NET applications to run properly?
If so, can be SQL Server Express?
What other options do I have to not install SQL Server and still maintain my session settings?
Thank you all for your commentsThank you all for your comments.....
xavendano
0 Points
4 Posts
States with ASP.NET on OracleDB
Oct 16, 2009 03:10 PM|LINK
Greetings to the community,
I'm doing a project with Oracle 11g database. I know that many states and settings are stored in a data model of SQL Server called "aspnetdb.
My questions are:
Thank you all for your commentsThank you all for your comments.....
Best regards,
xavendano
suresh.o
Contributor
2645 Points
399 Posts
Re: States with ASP.NET on OracleDB
Oct 20, 2009 10:47 AM|LINK
You don't need to have sql server instance to maintain session. You can use oracle as you seesion state database.
Refer below for provider to use oracle for maintaing session state.
http://www.oracle.com/technology/tech/dotnet/aspnet/index.html
Software Developer
Please Mark as Answered If its helpful