am working on a web site where I can only upload/download files using FTP. I don't have access to create a project on the server directly with VS.Net. I have a web service dll which I created on my local computer. I can access the dll with inline aspx code but I can't do the same from the code behind.
Like I said, I can't create a project file on the server so I can't "add reference" like I do with VS.net on my development server. Is there anyway I can access the dll without a project file? It'd be even better if I could do a "add web reference" without a project file.
Like I said, I can't create a project file on the server so I can't "add reference" like I do with VS.net on my development server. Is there anyway I can access the dll without a project file? It'd be even better if I could do a "add web reference" without a project file.