IIS Problem

  • Thread starter Thread starter Nick Vallance
  • Start date Start date
N

Nick Vallance

We have developed a web service that we are currently having problems with
when running on a hp Compaq d230mt PC.

The service etc installs OK and is running under IIS on XP Pro service pack
1a. When we display the service home page we get the following message.

<%@ WebService Language="c#" Codebehind="InnvanService.asmx.cs"
Class="InnvanWS.InnvanServices" %>



it should be displaying a list of our services this works fine on other PC's
and seems to peculiar to the HP.



Thanks in Advance



Nick
 
Make sure .NET is properly registered on the machine:

aspnet_regiis /i

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Thanks

I found the same command somewhere else and yes that solved my problem. I
basically had installed .NET Framework before IIS, won't be doing that
again.

Nick
 
Back
Top