S
shripaldalal
Hi,
We have to quickly port our legacy ASP code to ASP.NET and we know
both of these technologies are totally different. But we still have to
extensively make use of the Execute function because lot of business
logic is punched in by the client himself. I have recently come to
know it's not possible in C# or VB.NET since they are compiled
languages.
Though this is possible in JScript .NET using the eval function (we
tried and it works very well), they say JScript .NET is not even
supported in VS 2008..... Is JScript .NET headed the Classic ASP way ?
Is it going to die a slow death...will support will be discontinued by
Microsoft ? There are no examples for JScript.NET code. If yes, I will
have to seriously reconsider porting to .NET ??? We cannot afford to
remove client scripted code because our whole app depends on it....
If no, then it solves all our problems and this is exactly what I
want....We can use JScript.NET.....
BTW can JScript.NET using the eval function in ASPX pages be compiled
by ASPNET_Compiler.EXE ? for source code protection reasons.....
Thanks.
Shripal D.
We have to quickly port our legacy ASP code to ASP.NET and we know
both of these technologies are totally different. But we still have to
extensively make use of the Execute function because lot of business
logic is punched in by the client himself. I have recently come to
know it's not possible in C# or VB.NET since they are compiled
languages.
Though this is possible in JScript .NET using the eval function (we
tried and it works very well), they say JScript .NET is not even
supported in VS 2008..... Is JScript .NET headed the Classic ASP way ?
Is it going to die a slow death...will support will be discontinued by
Microsoft ? There are no examples for JScript.NET code. If yes, I will
have to seriously reconsider porting to .NET ??? We cannot afford to
remove client scripted code because our whole app depends on it....
If no, then it solves all our problems and this is exactly what I
want....We can use JScript.NET.....
BTW can JScript.NET using the eval function in ASPX pages be compiled
by ASPNET_Compiler.EXE ? for source code protection reasons.....
Thanks.
Shripal D.