converting exe to Web Application
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
Hello I have a VC application (EXE) and i want to convert it to a Web Application how can it be done in Dot net? regards Shailesh
-
Hello I have a VC application (EXE) and i want to convert it to a Web Application how can it be done in Dot net? regards Shailesh
If this app your talking about is a Windows Forms app, then you'll have to rewrite it from scratch. There is no conversion utility to convert any Windows Forms app to a Web Forms app. The two models work so vastly different that it's impossible to do. Dave Kreskowiak Microsoft MVP - Visual Basic