Nandinho
Nandinho

Reputation: 13

Deploying from OSX to Windows with Monodevelop

i just started developing mvc apps with monodevelop, and when i try to deploy to my hosting server, which is Windows 2008 R2 with IIS 7, i can not get it to work, because some of the referenced libraries (Mono.Data.Sqlite, etc) are not published.

Does anyone had the same problem? How can i publish the mono libraries with the project?

Upvotes: 1

Views: 171

Answers (2)

Argbart
Argbart

Reputation: 36

No, you don't have to install mono . Just be sure that the libraries are included or project deploy (or copy them to project) or copy them to server's GAC.

Upvotes: 2

TJHeuvel
TJHeuvel

Reputation: 12608

Your server will need to have mono installed too.

Upvotes: 0

Related Questions