This Example demonstrates building a simple "Hello World" example in C#

1. Create a Virtual directory and place all the files in that folder (or a sub folder)

2. Create a bin folder in the root of the virtual directory

3. Modify the provided bat file to point to the bin folder.

4. Run the bat file and it will compile and put file BasicObjVb.dll in your bin directory

5. Now open  BasicObj.aspx through IIS
 (in my case:http://localhost/AspNetSamples/8_Samples/Basic/c/BasicObjc.aspx)

For Example:

- My Virtual directory is called G:\ASPNetSamples 
  (remember you create a virtual directory with the personal web manager)

- My Bin folder is g:\aspnetsamples\bin\ 

- I have put all my files in G:\ASPNetSamples\8_Chapter\basic\c