Portal comes in two flavors!
The portal in EPiServer 4.60 comes in two flavors! If your site is based on ASP.NET 2.0, the portal is Web Parts-based and WSRP portlets will be displayed as ASP.NET Web Parts.
If your Web site is based on ASP.NET 1.1, EPiServer Portal Framework, which was initially released in EPiServer 4.50, is used.
WSRP support
This sample site comes with seven sample portlets that illustrate how you build portlets using the EPiServer WSRP support. You need to register the portlets by adding a section in the web configuration file (web.config). This is explained in the technical note "WSRP Configuration". When registration has been done, you can make it available for consumption.
To consume WSRP portlets in your EPiServer portal you must register with one or more producers. You register a producer by adding it in Admin mode by entering a name and a URL to the Web service description. The Web service description URL for the sample portlets described above is:
- http://site/templates/wsrp/services/wsrpservice.asmx?WSDL.
where site should be replaced with the name of your site. You are also welcome to consume the portlets available from our demo site:
When internal and external producers have been registered, they will be available for consumption in the portal.
Go to the portal