Hello there :

I've got a string that contains VBScript that I want to execute, how do execute it in ASP.net ?

in my old ASP version I just used to execute(string) ,.. now it seems to want to sever.execute({file}) ,.. so any ideas on how I execute a string? Thanks.