Wednesday, June 29, 2011

Setting file security in IIS 7.

Had some problems when migrating a web service to run on Windows 2008 R2 and IIS 7.5. Two of the asmx interfaces needed to have their own file security settings. I could not figure it out but googled it a bit and found the answer in StackOverflow:
1.In IIS7, browse to the directory containing your public.asmx and private.asmx files.
2.The title at the top will reflect the current directory, like "WebService Home". Click the "Content View" button at the bottom.
3.Right-click on your public.asmx file and choose "Switch to Features View".
4.The title should be "public.asmx Home" to confirm that you're managing the one file.
5.Add your IP restrictions. In this case, I think you want an Allow entry for 127.0.0.1 and choose "Edit Feature Settings" from the Action menu to Deny access to unspecified clients.
6.Click your containing folder again (e.g. WebService) and switch to Content View again to repeat these steps on private.asmx.

Very strange UX!?!

Wednesday, June 22, 2011

ESRI ArcGIS for Silverlight, WPF and Windows phone7 version 2.2 released

ESRI released a new version of the ArcGIS for Silverlight, WPF and WP7. Just installed the new version, one great thing is that the GraphicsLayer now has a new property GraphicsSource that makes it possible to databind the graphics into the layer. Should make some of my MVVM stuff easier to implement.

For more info see the blog post: Version 2.2 of the ArcGIS API for Silverlight, WPF, and Windows Phone is now available