O
ozcankanbur
How can I run an asp.net project on distributed servers? (WEB SERVER /
APPLICATION SERVER / DATABASE SERVER)
My asp.net project runs with ui.dll,biz.dll and data.dll so you know
all the assemblies must be in bin directory on the web server.
but data.dll must run on another server. data.dll access oracle
database because Web server and Database server on different network.
So how can I run data.dll on another server as Application Server with
Web server?
WEB SERVER (UI)
===========================
- ui.dll
- biz.dll <-------- |
|
APPLICATION SERVER |
=========================== |
- data.dll <----------
- oraclehelper.dll
- oracleclient.dll
Thanks
APPLICATION SERVER / DATABASE SERVER)
My asp.net project runs with ui.dll,biz.dll and data.dll so you know
all the assemblies must be in bin directory on the web server.
but data.dll must run on another server. data.dll access oracle
database because Web server and Database server on different network.
So how can I run data.dll on another server as Application Server with
Web server?
WEB SERVER (UI)
===========================
- ui.dll
- biz.dll <-------- |
|
APPLICATION SERVER |
=========================== |
- data.dll <----------
- oraclehelper.dll
- oracleclient.dll
Thanks