Yeah I had already checked that... it already was set to Default.aspx. Again, if I just unzip the DataConnector files and do all the other necessary setup changes (ie, create/load db, set Map key, etc.) and run the app this happens... two separate browser windows are opened with the Dir listing page having focus (if I close it the app page is closed as well). Could this have anything to do with ClientAccessPolicy.xml file? I haven't even tried moving it to a deployment server but I would expect a similar issue. So, I take it you're not seeing this at all. Am I the only one this is happening to (anybody else using this)?
Anyways, regarding suggestions the following are wishlist items.. really the sample app is truly wonderful :P:
- Draggable borders - Make the buffer shapes modifiable once drawn (ie, add ability to drag proximity circle or AOI box and extend/shrink it)
- Cancel draw - Add escape key or some way of canceling out of draw mode once you start
- Dynamic Tiler Layer Clustering - Neat how you're doing this... correct me if I'm wrong but it looks like you're pulling in cached tiles of your data at the server... can I do this dynamically with my data?
- Custom Pushpins - Ability to show custom pushpins (eg, resizeable images that grow/shrink as you hover mouse over them) and custom tooltips using styling; apparently you started doing this as I noticed the Pin.xaml/cs files.
Thanks again and keep up the great work!