beautypg.com

Echelon i.LON SmartServer 2.0 User Manual

Page 351

background image

i.LON SmartServer 2.0 Programmer’s Reference

20-29

d. Click Submit.

13. Return to your .NET project, put a break point on the first line in Write function, and run the

project in debug mode. When you change the value of the source data point you selected in step
12, your server-side code’s break point should be hit.

14. Attach a text based file attachment such as event log to the Web connection, and run the

server-side code in debug mode again. You can see the contents of the file as a text stream in the
output window of the debugger as you step through the code.