Convert a winform to webform

1

I have an application in a winForms I need to turn this project into a WebForm for web application, I am looking to know if it is possible and there is some way to do this.

    
asked by anonymous 15.02.2017 / 17:47

1 answer

1

You will need to change create your application from scratch as a web application ) following the rules that your winForms application has.

There are some types of web application like ( web Forms, mvc, "web api" ), which you can follow, many things change with this, but you can open a question for every doubt I had regarding this.

Choose the type of application WEB that best fits your needs and follow the steps that visual studio offers to create the application, after that and just follow the rules you have in the other application.

You do not have a way to convert your WinForms application to the Web (as far as I know).

    
16.02.2017 / 13:32