WSS v3.0: Import an ASP.NET Web Part to your Windows SharePoint Services Site
💡TIP: See how to develop a cloud adoption strategy on Azure!
It is possible to use your ASP.NET web parts in your Windows SharePoint Services (WSS) application simply by exporting them to create .webpart files.
.Webpart files are simply XML files that contains property values, state data, assembly or source file details about your Web Part (WP).
In order to be able to export your WP, you need to make some changes to your WP code and the configurationsettings.
Step by Step:
- In your WP code, set the ExportMode property to allow properties to be exported, like this:
this.ExportMode = WebPartExportMode.All;
-
Locate and modify your system.web section in your web.config configuration file, like this:
-
Choose export from the Web Part menu to create a .webpart file which you now can import into your WSS WP Page :)
Recent comments
While JSON doesn't support comments, comments work in that json file. I prefix them with //
Using appsettings.json instead of web.config in .NET Core projects · 5 months ago
Nice one, was helpful :)
Enable thorough monitoring with Azure Monitor for you Azure Kubernetes Services (AKS) cluster · 6 months ago
Hi Tobias, I have noticed that the secure score over time graph does not take into account the last record recorded per...
Track your Azure Secure Score over time · 8 months ago
Pipeline update with the nuget.config worked for me .
Fixing the NuGet 401 Unauthorized issues from private repositories · 8 months ago
(This is an older post I realize) but the Az Powershell module has (as you would expect),
Generate Bicep templates from existing Azure resources with VS Code · 9 months ago
hey, thanks for the gif demo, ur fast as fuck
Developing with Azure Resources - Check out Azure Resource Explorer · 9 months ago