I have a web application that contains numerous libraries in sharepoint and a bunch of methods referencing sharepoint. I am trying to convert this whole web application to a .NET web application. Any suggestions? (The web application is programmed in C#
on a Visual Studio IDE)
As far as I know, there are no converter tools for directly converting web application from SharePoint to ASP.NET, and you can refer to the following threads that discussed similar problem about converting SharePoint site to ASP.NET.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
None
0 Points
1 Post
Converting Web Application from Sharepoint to .NET
Jun 07, 2019 01:39 PM|Inder7674|LINK
Hello,
I have a web application that contains numerous libraries in sharepoint and a bunch of methods referencing sharepoint. I am trying to convert this whole web application to a .NET web application. Any suggestions? (The web application is programmed in C# on a Visual Studio IDE)
All-Star
40565 Points
6233 Posts
Microsoft
Re: Converting Web Application from Sharepoint to .NET
Jun 10, 2019 02:56 AM|Fei Han - MSFT|LINK
Hi Inder7674,
Welcome to ASP.NET forums.
As far as I know, there are no converter tools for directly converting web application from SharePoint to ASP.NET, and you can refer to the following threads that discussed similar problem about converting SharePoint site to ASP.NET.
https://stackoverflow.com/questions/8703609/how-to-convert-sharepoint-site-code-to-asp-net
https://forums.asp.net/t/2124890.aspx
With Regards,
Fei Han