I developed a relatively simple web app that uses the C# OGR bindings to do a couple of simple geometric functions; buffer, clip...etc. I developed this application on my local machine, which has FWTools installed, so getting everything to play nicely wasn't very difficult.
Naturally, when I deployed this application to the server nothing worked, undoubtably due to the all of the missing associated dependencies for the C# bindings. Is there anyway I can include all needed files in the bin folder of this application? Or is that more trouble than its worth, and I should just install FWTools on the server?