Deploye Web Application

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
kbpathak
Posts: 2
Joined: Fri 22 Apr 2011 09:05

Deploye Web Application

Post by kbpathak » Fri 22 Apr 2011 09:20

Hi ALL,

I had develop web application using dotConnect For MySQL.

My Web Project architecture as below.

UI Layer

Data Layer (Which contains edmx with all my tables and procedures)

Business Logic Layer

I have added refrence dll of Devart.Data.MySql.Entity to my Data Layer Project

On my development i had installed dotConnect Mysql and connect with local MySQL database, it was running well and my entire development have been completed.

Now i want to publish my web application for deployment on my live server where there is no any installation of dotConnect MySQL and live database is there.

So how can i deploy my web application on live server.

Do i need to install anything on Live server?

Do i need to add any more reference/dlls in my web application ?

Do i need to do any modification with my application?

Please help me.

Thanks

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 26 Apr 2011 13:22

Please refer to the Deployment article from our documentation.
One more thing: don't forget to change the connection string to the necessary one.

Post Reply