473,395 Members | 1,681 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

ASP.NET web farm with Oracle - design and deploy

We have a web application running on classic ASP, where the session is
maintained in the Oracle DB, so every page redirect/form submit can
switch servers without any problem

we are looking now at writing a .NET application on the farm using same
Database. a couple of questions/notes:

- I understand you have to use "your own session provider" if you are
using non-SQL server. What exactly does it mean? Is there a standard
process that is executed automatically by .NET, and that we have to
implement using some established interface, or is it simply saying
"build some kind of code that will execute on every page, that will
set/retrieve the session in the Database?" if the former, where can I
find information on how to do it? if the latter, this is what we do
today anyway!

- Another issue is the "view state". is it true that if I set the code
to be constant, and not machine-dependant, then every post-back will be
OK even if redirected to another web server ? is that set on
machine.config level?

- for deployment, do we have to copy the same project to very web
server individually? is there a way to deploy to the farm in one go? or
a toll, that will replicate from one server to the others?

Sep 29 '06 #1
1 1709

I can answer #1 - it is the latter - it's what you do today. If you want to
do a quicker port to ASP.NET just keep the session state code you are using
today in your Oracle DB.

ASP.NET provides session state management (automatically - if this is the
right term?) using SQL Server if you want the built in advantages/tradeoffs
of this type of state managment. It doesn't do it with databases other than
SQL Server at this point.

--
Franklin M. Gauer III
Applications Development Manager
Integrated Companies, Inc.
"yo**********@structuredweb.com" wrote:
We have a web application running on classic ASP, where the session is
maintained in the Oracle DB, so every page redirect/form submit can
switch servers without any problem

we are looking now at writing a .NET application on the farm using same
Database. a couple of questions/notes:

- I understand you have to use "your own session provider" if you are
using non-SQL server. What exactly does it mean? Is there a standard
process that is executed automatically by .NET, and that we have to
implement using some established interface, or is it simply saying
"build some kind of code that will execute on every page, that will
set/retrieve the session in the Database?" if the former, where can I
find information on how to do it? if the latter, this is what we do
today anyway!

- Another issue is the "view state". is it true that if I set the code
to be constant, and not machine-dependant, then every post-back will be
OK even if redirected to another web server ? is that set on
machine.config level?

- for deployment, do we have to copy the same project to very web
server individually? is there a way to deploy to the farm in one go? or
a toll, that will replicate from one server to the others?

Sep 29 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Brian Lesker | Impulse Info Systems | last post by:
Keywords: Oracle 6i Citrix ORA-06508 Crash Problem descryption: Oracle (6i) application crashes in Citrix farm with error ORA-06508. HOWTO resolve:
7
by: Murtix Van Basten | last post by:
Hi all, I will deploy a database project to an Oracle server, but I could not figure out which version of Oracle should I get. Here is my configuration: Hardware: Dell 1750 Dual Xeon 3.2Ghz,...
13
by: Lig | last post by:
We have an implementation of Oracle 9i database. We have a team of 20 developers working on a project. We use PL/SQL DEVELOPER and Visual Source Safe to cotrol the source. The problem we have at...
1
by: Paul Emory Sullivan | last post by:
I anticipate a problem that may occur when we deploy our reports on web farms. We have reports that generate both tabular and graphic output in a single Recordset pass. Each report page request...
0
by: petro | last post by:
I am trying to deploy an asp.net application to my web server. My application uses system.data.oledb to connect to an oracle database. On my development machine I have the oracle client 10g...
2
by: JV | last post by:
I have a client using Oracle exlusively. They want to set up a web farm for our asp.net (1.1) application. I just discovered that it does not support Oracle for storing session state. Does...
56
by: Ashish Patankar | last post by:
I want to migrate my Oracle 10g database to Db2. I want some documentation for the comparision between these to databases. I also want to know which features of Oracle 10g are supported by Db2 and...
0
by: Jack | last post by:
Training Classes for Oracle10g, 9i, 8i Certification training in Oracle10g and 9i: DBA, Developer, Discoverer. training conducted at your location worldwide. Courseware licensing also available....
0
by: Winder | last post by:
Training Classes for Oracle10g, 9i, 8i Certification training in Oracle10g and 9i: DBA, Developer, Discoverer. training conducted at your location worldwide. Courseware licensing also available....
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.