-
I'm working on a fairly complex webserver for windows that was written in vb5. I've already got CGI and Server Side Includes working fine. Now I'd like to impliment ASP.
It seems that the compenents that interpret APS would be seperate from MS's webserver. If so, where can I find it? If not, I'm going to have to interpret the ASP myself. Has anybody done this yet?
-
Microsoft is using the asp.dll for asp support. check it out.
-
that's just the default objects used in asp pages. I'm looking for the asp interpreter. the thing that interprets everything between the <% and the %> tags in the html