Convert a winform to webform

Asked

Viewed 113 times

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.

  • 2

    Welcome to Stackoverflow in English! Please explain the problem further, and if possible include an example code that reproduces what is happening (http://answall.com/help/mcve), as your question is not noticeable. See Help Center How to Ask (http://answall.com/help/how-to-ask).

  • Okay, it’s redacted!

  • 2

    Like I said, it’s not possible.

1 answer

1


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

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

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

There is no way to convert your Winforms application to Web (as far as I know).

  • 1

    Yeah, I guess there’s no way, I’ll have to do just that, it’s because I started to move now with c# and visual studio will be more complicated, I asked this to see if there was any more "simple" way to do it, but it doesn’t.. hand in the dough!! Thanks for the answer!

  • 1

    That’s what I figured, look on the bright side, you’ll learn a few different things... like I said if you have any questions with any method or anything else the way it’s done on web forms create a question by telling what you have as winforms and how it would look in web Forms. good luck :)

  • right! Thank you very much!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.