cancel
Showing results for 
Search instead for 
Did you mean: 

ASP .NET AJAX and PDK for .NET 3.0

Former Member
0 Kudos

All -- Is it possible to use the ASP .NET AJAX framework with the PDK for .NET? I have tried to add a ScriptManager control and I get a javascript error stating: ASP.NET Ajax client-side framework failed to load. I have tried adding sections to the web.config file that I included in my portal application project. ANY help would be hugely appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

rima-sirich
Advisor
Advisor
0 Kudos

Hi Matt,

Including web.config file in SAP Portal Application project solves design time issues like adding web reference to the project but this file is not used in runtime. For runtime purposes you should copy relevant parts to web.confilg file located at Portal Runtime for Microsoft .NET installation folder that is by default C:\Program Files\SAP\Portal Runtime for Microsoft .NET\Server00\PortalApps.

You need to take in account that PDK for .NET doesn't fully support all ASP .NET featutes. For example, PDK for .NET doesn't support using of handlers from type axd. So it could be that you will not be able to use ASP .NET AJAX within PDK for .NET.

Regards,

Rima.