tags:

views:

8

answers:

0

Have a website written in java and is on tomcat/apache. One of the pages apparently calls a c# dll

All i have is source code as the guy who worked on this project has left and trying to figure out his code.

I am looking at the webserver, how would one deploy this dll on above set up?

As per the stage website, when user gets to a certain page, it invokes this dll and performs some task. I know this because on the website, the info bar kicks in and informs that the site wants to run this dll. This is not a cab file as i do not see any dialog informing me of the singing certificate.

I have the source code for entire project but not the build project, hence i have to embark on this road

yes i know that this is a vague question