New to web services in 2005. I compiled my web service to my site and the .asmx file I believe isnt linked properly since Its compiled and that info is in the bin folder. This is what the .asmx file looks like
Im guessing some compiler options are wrong. Since this file is pointing to an app_code folder which it doesnt even add. I set up a virtual directory so I am sure that is all right. Any suggestions to fix that to link it to the right place? I dont know how they link it to the .dlls
Code:
<%@ WebService Language="VB" CodeBehind="~/App_Code/myservice.vb" Class="myservice" %>
Im guessing some compiler options are wrong. Since this file is pointing to an app_code folder which it doesnt even add. I set up a virtual directory so I am sure that is all right. Any suggestions to fix that to link it to the right place? I dont know how they link it to the .dlls