-
executing a string?
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.
-
Re: executing a string?
The execute, executeglobal, and eval functions are not part of ASP. They are part of the VBScript engine:
http://msdn.microsoft.com/library/de...scriptinga.asp
ASP.NET does not rely on parts of that technology as ASP does. So in order to use those functions will will need to add a reference to it in your program.
-
Re: executing a string?
Great,.. thanks for that. :)
-
Re: executing a string?
I'll execute the string for you for 100 bucks if you want me to make it look like an accident it will cost you more... sorry couldn't resist.