Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
how to parse and reading a xmlfile in html page through web service in visual studio.i need the xml file to be declared globally.so that any one can access the corresponding xml.
Posted

1 solution

First, you don't need a web service to do "make the file accessible". Just code up a web page that has no rendered output and that does a Response.WriteFile with the file in question. You don't need to parse the file to make it accessible. Your question is vague at best.
 
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