My Webservice works on Win2000 but not on Win2003

  • Thread starter Thread starter Tor
  • Start date Start date
T

Tor

Hello
I developed a WebService that works on a Win2000 server,
but when I copies them to a new Win2003 server and
test them with the windows explorer:
url --> http:\\localhost\Webserv\Webserv.asmx
it says page not found.
(If i put a html page in the same directory it works)
I think it has to do with the association between
..asmx and some dll's.
How can I configure this easely
I have done the "Application Extension Mapping"
for:
..asmx, .asax, .cs, .csproj, .resx, .vsdisco to
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
but it still doesn't work.

Any ideas

Torfinn
 
Try, from the Microsoft.Net/Framework/v1.1<whatever> directory, runing
aspnet_regiis.exe
 
Back
Top