Click here to Skip to main content
16,004,406 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
How do I migrate migrate my ironspeed application to MVC?


What I have tried:

How do I migrate migrate my ironspeed application to MVC?
Posted
Updated 10-Apr-17 0:38am

1 solution

IronSpeed[^] is a product, whereas MVC is a pattern and ASP.NET MVC provides you with the controls — Model-view-controller, and you would have to manually develop all of the elements in these categories.

As far as I can think of, there is no possible way to convert IronSpeed generated pages, to ASP.NET MVC web application, let alone an HTML one. There is however a way to add ASP.NET controls to IronSpeed, Iron Speed Designer - Adding Custom ASP.NET Tags To Pages[^], that might help you in understanding how IronSpeed works so that you can rewrite it — conversion is not possible at least.
 
Share this answer
 
Comments
Karthik_Mahalingam 6-Apr-17 7:44am    
+5
Afzaal Ahmad Zeeshan 6-Apr-17 8:17am    
Thank you, Karthik.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900