I am having a webservice in my project which I am not able to view in browser.As I right click the .asmx file & say view browser it shows me the markup .
something like this ....
<%@ WebService Language="C#" CodeBehind="AuthService.asmx.cs" class="EYGM.Web.UI.AuthLaunchers.AuthService" %>
My service is perfectly fine because when I try to view it on another machine I can see it running. I have searched in web for answers & all I found is to set IIS (reconfigure or remapping). I did all these but to my vain nothing worked.
If anyone has any idea what else can be done, it would be of great help...