var fDesc=new Array(); fDesc[0] = "Learn how to secure Web services without writing code, how to author security policies, and how to leverage the WSE programming model to secure your Web services.

This lab is structured in several parts, with a subdirectory corresponding to each part in this lab manual (Part1, Part2, etc.) Each part has two subdirectories, before\ and after\.which contain the starting project and the solution, respectively. When following the instructions in the lab, you should always start in the before directory. Use the after directory if you want to see what the completed solution looks like.

This lab was designed for developers already familiar with .NET and basic ASP.NET Web services concepts. Specifically, you should have experience working with Visual Studio .NET solutions, C#, ASP.NET, and XML."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }