My environment is ASP.NET, with data stored in SQL Server. Is there a way to serve Web Feature Services through C#, or will I need to install a mapping server?
You will need a mapping server unless you want to implement the entire WFS protocol which is highly not recommended. |
|||||
|
You would need a mapping server as @Ragi mentioned. It just doesn't make sense to reimplement the whole stack. You could start with Geoserver. According to the OpenGeo site, it has the following features:
I'm just curious though, does it have to be WFS? |
|||
|
You could serve WFS (and WMS) from C# by using Mapserver WxS mapscript wrappers. They are available, among other languages, for C#. Binary builds here. |
|||
|