views:

15

answers:

1

A company hired me to add some functionality to a pre existing .NET site, the problem is I have to create it in my own VS solution file and somehow integrate it into the existing site without access to the original VS solution file. The pre existing site is not in subversion. I coded up some stuff that works on my end, but they can't add it to the application with out getting some sort of server error. Is this possible?

A: 

Is the functionality such that they could create a virtual directory under their site, and put your work in that?

Beyond that...what's the server error they're getting?

joelt
I have tried to talk them into something like that, but they don't seem to understand why they cant just upload the new code to the server...I don't know what the error is specifically, but it breaks the app. I don't see how this will work at all.