I have developed the application(Server App) in ASP.NET which is used to send the Push Notification to the Windows Phone(Client App).But I'm giving this application to my client, He is using Classic ASP and he can't able to implement the server code in Classic ASP.
So is there any way to Convert ASP.NET code to Classic ASP code
or can I able to make the ASP.NET code .dll and implement it into Classic ASP ?
Thanks.
ASP.NET is not an updated version of classic ASP,so there is only option to re-writing the code in classic asp. There are no "converters" that would do that.
There is another option , you can intergation asp.net application to classic ASP.