PDA

Click to See Complete Forum and Search --> : ASP & VB... Whats the Connection?


T
May 16th, 2000, 11:15 PM
I am trying to create my first ASP page. Using the IIS option in VB, I created a program/template combination. I write it to the user in the .WriteTemplate method (Withing the VB application, not from the ASP page). It runs fine as long as I am running it from VB, however when I compile it and try running it without VB up, I get nothing back. I have noticed that the ASP page that VB creates only instantiates the class, It does not seem to call any functions of the class. A lot of examples I have looked at, have the ASP page creating the object, and then calling methods of the class. Do I have to modify the ASP page to get back results from my class, or does the class 'pass thru' its results when I write directly from within it.
Thanks.