A
A
alesto2013-12-01 15:39:00
ASP.NET
alesto, 2013-12-01 15:39:00

Is it possible to run an asp mvc project along with a Webforms project?

I am a former php programmer now working with asp.net mvc . There is a webforms project in which you need to copy the asp mvc project so that they work together. Googled how to do it, but did not find it :( People on the forums say that it is very simple and a very good idea to use 2 technologies together (for example, webforms for the login form). But how to do this is not described in detail, but I myself don’t know yet. Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolai Turnaviotov, 2013-12-02
@foxmuldercp

1. webforms seems to be outdated,
2. you should not mix porridge from two dishes if you do not know how to cook either one or the second.
3. take courses for beginners on asp.net mvc3/4, they are easy there and take half an hour, after which you will understand how to write an application once and normally.
I'm still going to write a manual on how I write my home accounting and about all sorts of new mvc goodies that are very much bypassed in basic manuals.

D
Dmitry Bykadorov, 2013-12-05
@hudson

In general, as far as I understand - it is possible. Here is the article I am referring to www.hanselman.com/blog/PlugInHybridsASPNETWebForms... .
Right now I have a similar task: to add an admin panel on DynamicData to a project on .Net MVC4.
As a compromise, you can create a separate MVC project, move the data model to ClassLibrary (if it has not already been done) and raise it next to it on a separate domain / subdomain.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question