Click here to Skip to main content
15,886,734 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Pls is it possible to dispaly shapefiles on thew web using asp.net...visual studio without using ArcGIS Server?
Posted

1 solution

a quick google search led me here: WPF Application for Importing ESRI Shapefiles[^]. It's not asp specific, but it at least explains how to read a shapefile and then goes on to explain how to display it in WPF. The logic would be basically the same in ASP, just different controls and methods to display it.
 
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