Problems with Asp.Net Application

Last post 7/24/2009 12:13:54 AM by Chris Pietschmann. 1 replies. << Back to Web.Maps.VE v2.0 General
7/3/2009 10:02:04 AM
page

Problems with Asp.Net Application

Hello, i have a ASP.Net Application Project. I load some data from a Sql-Server 2008 Database and create a shape-layer for each new info-part of the DB (tour x own layer, poi's own layer ...) on server-side and add the layer to the map or toggle the visible-prop of the layer (if already loaded). On the local ASP.Net Dev-Server all is ok, but if i try it on our test-server on the internet, no layers are included in the map. In result: The main-map is loaded and visualized, the load of data from the db is ok (i have a grid under the map, where i show some infos like title and description). But the new layer is not added to the collection (Layer[0] exsist but no others). Any solution for this problem??
7/24/2009 12:13:54 AM
Chris Pietschmann

Re:Problems with Asp.Net Application

This may be a little difficult to troubleshoot since it works in dev, but not on your test server. Do you have some example code you could post that exhibits this behavior?