I just got a new development pc. I copied my projects to the new pc and
find that I can not run the web service I've written on my new pc. I
published and ran it fine on my old pc. I haven't changed a line of
code yet. Both PCs are XP. Here is the error I get on my new pc when I
enter http://localhost/Service1.asmx in the address bar. What's up?
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error
and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
A name was started with an invalid character. Error processing resource
'http://localhost/Service1.asmx'. Line 1, Position...
<%@ WebService Language="VB" CodeBehind="Service1.asmx.vb"
Class="TestWebService1.Service1b" %>
-^
cj - 26 Mar 2008 21:37 GMT
finally found where I needed to make a change in the IIS manager.
problem fixed.
> I just got a new development pc. I copied my projects to the new pc and
> find that I can not run the web service I've written on my new pc. I
[quoted text clipped - 14 lines]
> Class="TestWebService1.Service1b" %>
> -^