A
Andrew Raastad
Trying to test out a web service I wrote on a fresh Windows Server 2008, and
I am unable to get the web service to function. On the server itself, when
I browse to the web service test page
(http://127.0.0.1/_mnpsvc/enumeration.asmx) I get only the following coming
back:
<%@ WebService Language="vb" CodeBehind="Enumeration.asmx.vb"
Class="NMSWebServices.Enumeration" %>
It's like the .asmx page is being treated as a simple text file. I am not
really familiar at all with Server2008, so is there some setting or such I
need to mess with to "turn on" web services under IIS7? The box does have
..Net (1.0, 1.1, 2.0, and 3.0) installed, so I know that's not the issue. I
have double checked that the "_mnpsvc" folder in IIS7 is indeed set as an
Application.
Help?
-- Andrew
I am unable to get the web service to function. On the server itself, when
I browse to the web service test page
(http://127.0.0.1/_mnpsvc/enumeration.asmx) I get only the following coming
back:
<%@ WebService Language="vb" CodeBehind="Enumeration.asmx.vb"
Class="NMSWebServices.Enumeration" %>
It's like the .asmx page is being treated as a simple text file. I am not
really familiar at all with Server2008, so is there some setting or such I
need to mess with to "turn on" web services under IIS7? The box does have
..Net (1.0, 1.1, 2.0, and 3.0) installed, so I know that's not the issue. I
have double checked that the "_mnpsvc" folder in IIS7 is indeed set as an
Application.
Help?
-- Andrew