M
Michael Dyremo
Hello.
We have a web-application built in ASP.NET using WebForms
and Remoting. When selling this application we always
incorporate it into the customers existing web-site. Our
latest
customer wishes to do some more advanced integration
between our application and their
existing site, namely using asp-includes to get the
menusystem of their external site integrated with our
applications WebForms.
Their existing site is written in old ASP and VisualBasic
and a lot of code is present in their asp-files. The
question is:
Is there any way to wrap the old ASP-code, allowing their
pages to execute the old VB code and still include them
using asp-includes in our ASP.NET WebForms ? When we've
tried it we get a lot of parse-errors, and we're assuming
this is because the .NET Framework tries to execute their
ASP-files in the .NET enviroment.
/md
We have a web-application built in ASP.NET using WebForms
and Remoting. When selling this application we always
incorporate it into the customers existing web-site. Our
latest
customer wishes to do some more advanced integration
between our application and their
existing site, namely using asp-includes to get the
menusystem of their external site integrated with our
applications WebForms.
Their existing site is written in old ASP and VisualBasic
and a lot of code is present in their asp-files. The
question is:
Is there any way to wrap the old ASP-code, allowing their
pages to execute the old VB code and still include them
using asp-includes in our ASP.NET WebForms ? When we've
tried it we get a lot of parse-errors, and we're assuming
this is because the .NET Framework tries to execute their
ASP-files in the .NET enviroment.
/md