I installed a test install of SharePoint 2010 Foundation for myself today at work . As part of the installation it installed an instance of SQL Server Express 2008 with SP1. I then installed SQL Server Management studio so I could administer the Database. I then noticed that the only user accounts under the security\logins section was: BUILTIN\Users sa SQL Server was also installed with Windows Only Authentication so the SA account being a SQL Server Account was disabled (not that...
Some times it is nice to have a clean map without any labels all over the map. You can do this with just a small bit of code and it works for the standard Map, Satellite and Terrain models. Map Examples For a live example see http://weather.crowe.co.nz/mapdemo Basically we just add some custom layers and control the urls’s that are used. <script type="text/javascript">
var map = null;
function CustomMap(name, alt, baseUrlIndex) {
...