Link to home
Start Free TrialLog in
Avatar of ross13
ross13Flag for United Kingdom of Great Britain and Northern Ireland

asked on

How to deploy an asp.net web service application

Hi,

I hope that someone is able to help. This is my first go at creating a web service. I have created an application using visual studio 2012 and manage to run this on my computer in debug mode by running F5.

This seems to run ok. I did notice however if I try and access this via ip and not using localhost that this does not work.

So for example this works :

http://localhost:62815/PrintService.asmx

But this does not work:

http://192.168.2.106:62815/PrintService.asmx


Please see the following document for the setup and errors I received. I would appreciate any help in how to deploy this web service.

Best regards,

Ross
WebService.docx
SOLUTION
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America 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 ross13

ASKER

I tried the steps that were in the video and are in the attached word document.

Regards,

Ross
SOLUTION
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
ASKER CERTIFIED SOLUTION
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 ross13

ASKER

The reason for the error when trying to run on local PC was due to missing asp.net components