Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use Web Reference Dll in Code Behind without a project file

Status
Not open for further replies.

wau25

Programmer
Mar 12, 2004
21
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top