Link to home
Start Free TrialLog in
Avatar of leta37
leta37

asked on

Web Service cannot be found

Hi Experts!

I have jsut moved a web service from an old server to our brand spanking new flashy server.

Problem: When I browse to http://mydomain/api/Service.asmx I get the default IIS error message "The page cannot be found" - and it works perfectly on the old server

Both servers are Win2k3 and both are running ASP.NET2.0

I have checked the permissions, and firewall rules and dont know what else to do. The file is definately there!!!

Any suggestions???
ASKER CERTIFIED SOLUTION
Avatar of sandip132
sandip132
Flag of Japan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of leta37
leta37

ASKER

Ok, I have created a new service from visual studio .net 2005 - and it should ahve teh default 'Hello World' service - even this Service.asmx page will not display in the browser
Avatar of leta37

ASKER

ANSWER:

Add aspnet_isapi.dll to the Web Service Extension list in IIS and set it to Allowed - for some reason this must have been skipped when APS.NET2.0 was installed on the server
aspnet_isapi.dll  problem mostly happenes when IIS is installed after Visual Studio.