Deploymnent in the same server

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
tchovis
Posts: 12
Joined: Fri 03 Apr 2009 12:56

Deploymnent in the same server

Post by tchovis » Sat 01 May 2010 21:00

I wish to deploy one app to my web server buy in my webserver i have dotconnect 5.25 instaled and some apps there use this. but now i have a new app that uses dotconnect 5.60 how can i deploy it to the same web server and have it working ?

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Wed 05 May 2010 16:25

As I can understand, you need to deploy the application without uninstalling the older version of dotConnect for Oracle from the deployment server. Is this correct? If yes, you need to perform the following steps:
1. Include the proper technical license to the application you are going to deploy. For more information on this, please see the Licensing topic of our documentation:
http://www.devart.com/dotconnect/oracle ... g.html#asp
2. Copy the application to the server.
3. Place the newer versions of the Devart run-time assemblies to the Bin folder of the deployed site. For details, please refer to the Deployment topic:
http://www.devart.com/dotconnect/oracle ... yment.html

Feel free to contact us if something is unclear.

Post Reply