Little code cleanup. Since WCF creates TransparentProxy that implements IDisposable...
[castle.git] / Facilities / Wcf / Castle.Facilities.WcfIntegration.Demo / Default.aspx
blobe179ecdefb056bce067202aa7ee4c48781abf70c
1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Castle.Facilities.WcfIntegration.Demo.Default" %>\r
2 \r
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
4 \r
5 <html xmlns="http://www.w3.org/1999/xhtml" >\r
6 <head runat="server">\r
7     <title>Untitled Page</title>\r
8 </head>\r
9 <body>\r
10     <form id="form1" runat="server">\r
11     <div>\r
12     Value from service: <asp:Literal runat="server" ID="ValueFromService" />\r
13     </div>\r
14     </form>\r
15 </body>\r
16 </html>\r