cancel
Showing results for 
Search instead for 
Did you mean: 

Run .Net application in Enterprise Portal

Former Member
0 Kudos

Hi All,

I have a VB.Net application and i want to run this application in a portal.

Could some one let me know how to acheive this.

Regards

ambicasony

Accepted Solutions (0)

Answers (2)

Answers (2)

rudradev_devulapalli3
Active Participant
0 Kudos

HI Ambica,

SAP Portal Development Kit for Microsoft.NET (PDK for .NET) is a set of tools that enables .NET developers to build portal content for SAP NetWeaver Portal.

The processes and steps required for creating and integrating portal applications for SAP NetWeaver Portal in the Microsoft.NET development environment using PDK for .NET.

To run the application created in .net environment in portal some packages need to be installed.

The PDK for .NET package is comprised of the following components:

Portal Add-in for Visual Studio (Portal Add-in)

An add-in to Microsoft Visual Studio that allows .NET developers to build, deploy and debug portal components for SAP NetWeaver Portal.

Portal Runtime for Microsoft .NET (.NET Runtime)

A service used to process .NET portal components at runtime.

Java-.NET Interoperability Framework

A mechanism that enables API calls between the Java stack and .NET stack. It is used to call Java-based portal services from .NET code, and permits SAP NetWeaver Portal to pass requests to the Portal Runtime for .NET. It includes two components installed on the portal server.

you can get more information from the following links

http://help.sap.com/saphelp_nw04s/helpdata/en/50/2756fc8472482d986afc6ee3a86f56/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/ad/4a6bf051ac4806ace29c7b81ad49bd/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/6f/50d5b6e423401eb1d204a69ed25951/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/d1/22efde2e8045b694f12d4008a2ec9e/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/ad/4a6bf051ac4806ace29c7b81ad49bd/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/38/feca41abbdc517e10000000a155106/frameset.htm

Hope this helps you...

Regards,

Rudradev Devulapalli

Reward the points if helpful.......

Former Member
0 Kudos

Hi Ambica,

take a look to the PDK for Microsoft .NET (download at https://www.sdn.sap.com/irj/sdn/dotnet?rid=/webcontent/uuid/ef59a341-0b01-0010-4590-c0a30dc3404e [original link is broken]), this Portal Development Kit allows you to develop iViews for the SAP NetWeaver Portal by using Visual Studio. Currently Visual Studio 2005 is supported and you can use C# or VB .NET within the PDK.

Hope this helps,

Juergen

PS: Pls provide points if the answer was helpful!

Former Member
0 Kudos

Hi

I already have an application developed.

But I donot know how to integrate in portal.

Could you guide me step by step

regards

ambicasony

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

The easiest way to integrate a ASP.NET based application is to use a Application Integration iView.

http://help.sap.com/saphelp_nw70/helpdata/EN/70/5a3842134bad04e10000000a1550b0/frameset.htm

Best regards,

Andre