Atlas Script tags
I've been checking things out and experimenting. I've been trying things out and breaking them all at the same time.
The following code is example type code from the Hands-On-Labs. This is a standard <script> tag pointing at a webservice
<script language="javascript" src="WebServiceTest.asmx/js" type="text/javascript" ></script>
I have found that you can also setup the webservice using the following Atlas Script tag. The cool thing is that you can use the "~/" construct. Using the Atlas tag seems to work. We'll see how it works longterm.
<atlas:Script ID="WebServiceTest" runat="server" Path="~/WebServiceTest.asmx/js" />