简体   繁体   中英

How to develop an aspx webpart for my SharePoint?

I´ve got a question!

I want to develop an aspx site for an sharepoint. I have Visual Studio and i cant find a way to develop an aspx page, only an asp.net core solution. Is this the same? Or what do i have to do, to get myself an aspx webpart i can upload to my sharepoint site?

Thanks for your help!

Aspx files are part of ASP.NET Web Application (.NET Framework) - Web Forms project type. So you must install.NetFramework if it doesn't show in project templates list.

Here is how to create a project.

Here is how to install.NetFramework in Visual Studio.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM