Kusno 0 Junior Poster

Dear all,
How do I call RPG AS/400 code from ASP.NET ?
Now, I just want to run this code below :

MNUQQ,1                                                                     
0001 RUNQRY *N TEMPPD                                                          
0002 call TEMP
0003 WRKSPLF SELECT(*CURRENT *ALL *ALL TEMP)                               
0009 s

Those code run in AS/400, but I want to run those code in ASP.NET.
I have plan to make looping for those code because I dont have a lot of knowledge about RPG.

Thanks,

Kusno.