Reputation: 1469
I have created an application which uses open webkit sharp library to show some web pages.
But while deploying I am facing the issue of moving so many files and folders.
So what are my options here?
Installing dlls into the GAC. I might consider this as an options, but will this option be helpful as I might need to install many dlls.
Package all files and folders into a folder and load all required dlls from this folder at runtime. Keeping all this into a same folder will help me to move open-web-kit-sharp library from one production server to another.
What are my other options? Am I thinking in right direction or do I need to include something else into consideration?
Upvotes: 1
Views: 340