C# Web Agents Demo
Download Web_Agents.zip and uncompress it inside the demos\C# Projects\ folder.
Open WebTutorials.sln in Visual Studio.
Make sure the reference to the Neokernel.dll is
correct (in case you installed neokernel in a different
directory) under "References", then press F6 to build
the demo.
Double click on the file start_nk.bat.
This demonstration shows a few simple web agents that create
dynamic web pages and work with the Neokernel. If you modify
this demonstration, remove the file "WebTutorials.dll" from the
root installation directory to avoid version conflicts.
SimplePage
A simple agent based web page. Go to http://localhost/simple.agent
to see it's output.
FormDemoPage
An agent that renders HTML using parameters passed by the form.
Go to http://localhost/formdemo.agent to see it in action.
SnoopPage
Displays your HTTP request information in detail. Go to
http://localhost/snoop.agent to see it's output.
PhonePage
A simple telephone directory agent. Go to http://localhost/phone.agent
to see it's output.
Updated: 7/12/10 7:45 PM