Page 1 of 1

Deploye Web Application

Posted: Fri 22 Apr 2011 09:20
by kbpathak
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

Posted: Tue 26 Apr 2011 13:22
by AndreyR
Please refer to the Deployment article from our documentation.
One more thing: don't forget to change the connection string to the necessary one.