Click here to Skip to main content
15,907,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I started learning web services recently, and studied some stuff. I manage to make a simple web service which can retrieve the data from database. On local server its working fine.
Now my question is, I want to make an web service which can access data from remote location and display it on my normal .aspx page which is resides on same ftp server.
I don't know whether I am thinking in right way or not but still I want your comments and suggestions on it.

Regards,
Posted
Updated 10-Jan-12 19:02pm
v2

 
Share this answer
 
Comments
comred 10-Jan-12 4:16am    
I am getting the Error as .....
XML Parsing Error: not well-formed
Location: http://localhost/mysite/testservice.asmx
Line Number 1, Column 2:<%@ WebService Language="C#" CodeBehind="~/App_Code/testservice.cs" Class="testservice" %>
comred 10-Jan-12 4:17am    
I have IIS 5.1 Version and for that i have developed webservice in .Net 2.0 framework... Is this right combination????
Ok... Now I think I have an option to achieve what I want.. But here also I am not sure....

I think I could go for static IP address to find out the database server location.. Am I thinking logical????
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900