I am trying to post an xml file to a web server. The way I need to do it is as follows. I have created and registered a dll in vb to open the xml and post it to the server. I need to call this dll from ASP. I can get it working fine from a standard form, but when i make and register the dll the program says it cannot find server or cannot be resolved.
Does asp support this method or is there somthing that i am doing wrong?
Does asp support this method or is there somthing that i am doing wrong?