c# - How can I embed an ASP.NET MVC 3 application in a WSS 3.0 site? -
I am very new to SharePoint development and I am wondering how can I embed an ASP.NET website (preferably MVC 3).
) In a WSS 3.0 site, I have recently worked with ASP.Net MVC3 and I had ASP in the past. Net 3.5 is used.
I am planning to use SharePoint for administrative tasks and workflow. I have to keep ASPX or MVC pages in SharePoint. This page will allow users to perform CRIRED operations on external databases. Do I want to do it? If so, then how?
First of all, even if there is a way to embed an MVC app in the SharePage, WSS 3 NET 2.0 is based on runtime, while MVC3 requires .NET 4 runtime. This will most likely never work.
Secondly, I do not believe that it is possible to embed an MVC site in SharePoint, because sharepoint has a very specific extension methods based on webports, which are ASPs. You could use an iframe in a SharePage page about the nearest Net Tool, but it would be an external site not having any contact between the SP and the site.
Comments
Post a Comment