Click to See Complete Forum and Search --> : how to run asp code from asp.net


VChellam1972
August 20th, 2004, 11:13 AM
I have a piece of asp code which access some dll and gets the information. Now i want to do the same thing in my asp.net application. is there a way to convert asp code to asp.net ? i am using C#? or can i run asp code from codebehind and the store the return value to access the information?


venky

MRutledge
August 21st, 2004, 02:44 PM
please post the asp code so we can help convert it...you wont be able to execute asp from an asp.net page because they use two different processes. But chances are you are using some sort of COM oject and you can always recode to C# if that is the case.