Can I run ASP on Portal? Please guide :)

Hello All,
Am in the proces to learn ASP and came across a snippet showing the current time.
So was thinking to add this on the Portal, such that when user logins into Portal, he/she would to to see the current time ont he homepage.
Code:
<html>
<body>
<%
dim h
h=hour(now())
response.write("<p>" & now())
If h<12 then
   response.write("Good Morning!")
else
   response.write("Good day!")
end if
%>
</body>
</html>
Note: It uses VB script.
Question:
I want to know whether I would be able to run and add this on Portal? Coz as far as Ive read, ASP runs on IIS or PWS. But on other side, Portal site is set as the default site on IIS. So how should I proceed? Please guide.
Awaiting Reply.
Thanks and Warm Regards,
Ritu

Hi,
No it is not possible to run ASP under the Portal container. The portal container can only run applications under the J2EE standard (including servlets and JSP which is very similar).
In the old days when EP5 ruled the world, it was possible since IIS was a mandatory component (and it was windows only).
However, if you have an IIS server as part of your SSO solution , there is not thing to stop you from placing the asp file there and linking it in to the portal.
Dagfinn

Similar Messages

  • I can not connect to iswifter, some times it is connected and some time it shows " UNABLE TO CONNECT TO SERVER PLEASE CHECK THE INTERNET" but my internet connection is good and other wbe site i can open without any problem. Please guide  me..

    I can not connect to iswifter, some times it is connected and some time it is not connected and getting message " UNABLE TO CONNECT TO SERVER , CHECK YOUR INTERNET" but my internet connection is ok and I can open other web site with out any problem.  Please guide me how to solve this issue.

    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
     Cheers, Tom

  • Can not run ant build. Please help me!

    Please help me. Thks U very much in advance
    I've installed java Webservice 1.2 included Ant 1.5 (I haven't installed any
    Ant version before)
    When I run Ant in cmd, the following error occur:
    D:\java\doc\jwstutorial12\examples\gs>ant build
    Exception in thread "main" java.lang.NoClassDefFoundError: Files\j2sdk_nb\j2sdk1
    /4/2\lib\tools/jar;C:\jwsdp-1/2\apache-ant\//\server\lib\catalina-ant/jar;C:\jws
    dp-1/2\apache-ant\//\jaxp\lib\jaxp-api/jar;C:\jwsdp-1/2\apache-ant\//\jaxp\lib\e
    ndorsed\sax/jar;C:\jwsdp-1/2\apache-ant\//\jaxp\lib\endorsed\dom/jar;C:\jwsdp-1/
    2\apache-ant\//\jaxp\lib\endorsed\xercesImpl/jar;C:\jwsdp-1/2\apache-ant\//\jaxp
    \lib\endorsed\xsltc/jar;C:\jwsdp-1/2\apache-ant\//\jaxp\lib\endorsed\xalan/jar;C
    :\jwsdp-1/2\apache-ant\lib\optional/jar;C:\jwsdp-1/2\apache-ant\lib\ant/jar;
    My computer: windows 2000 Adv Server installed:
    1. j2sdk1.4.2 with Netbean IDE 3.5. Installed dir:
         C:\Program Files\j2sdk_nb\j2sdk1.4.2
    2. Java WebService 1.2. Installed dir:
         C:\jwsdp-1.2
    3. My computer environment variables
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    ANT_HOME=C:\jwsdp-1.2\apache-ant
    APPDATA=C:\Documents and Settings\Administrator\Application Data
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=NHV
    ComSpec=C:\WINNT\system32\cmd.exe
    HOMEDRIVE=C:
    HOMEPATH=\
    include=E:\Program Files\Microsoft Visual Studio\VC98\include
    JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2
    lib=E:\Program Files\Microsoft Visual Studio\VC98\lib
    LOGONSERVER=\\NHV
    NUMBER_OF_PROCESSORS=1
    OS=Windows_NT
    Os2LibPath=C:\WINNT\system32\os2\dll;
    Path=C:\orant\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\orant\jdk
    \bin;C:\jwsdp-1.2\jwsdp-shared\bin;C:\jwsdp-1.2\bin;C:\Program Files\j2sdk_nb\j2
    sdk1.4.2\bin;C:\jwsdp-1.2\apache-ant\bin;E:\Program Files\Microsoft Visual Studi
    o\Common\Tools\WinNT;E:\Program Files\Microsoft Visual Studio\Common\Tools;E:\Pr
    ogram Files\Microsoft Visual Studio\VC98\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 8 Stepping 3, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=0803
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    SystemDrive=C:
    SystemRoot=C:\WINNT
    TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    USERDOMAIN=NHV
    USERNAME=administrator
    USERPROFILE=C:\Documents and Settings\Administrator
    windir=C:\WINNT

    I have had the same problem as above and spent quite a few nights pulling hair out over it. Adding/removing quotes in the environment var and in the ant batch file didn't seem to work though.
    I added and echo line to spit out the antRun command and found the LOCALCLASSPATH var was stuffed.
    Rather than piss around any further I just wrote a batch file to generate an equivilant variable called JWSDP_ClassPath (for want of a better name).
    The batch file code was simply (line by line to make it easier to read):
    set JWSDP_CLASSPATH="C:\Program Files\Sun\s1studio_jdk\j2sdk1.4.1_02\lib\tools.jar";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\java\jwsdp-1.3\server\lib\catalina-ant.jar";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\java\jwsdp-1.3\jaxp\lib\jaxp-api.jar";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\java\jwsdp-1.3\jaxp\lib\endorsed\xsltc.jar";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\java\jwsdp-1.3\jaxp\lib\endorsed\xercesImpl.jar";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\java\jwsdp-1.3\jaxp\lib\endorsed\xalan.jar";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\java\jwsdp-1.3\jaxp\lib\endorsed\sax.jar";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\java\jwsdp-1.3\jaxp\lib\endorsed\dom.jar";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\java\jwsdp-1.3\apache-ant\lib\optional.jar";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\java\jwsdp-1.3\apache-ant\lib\ant.jar";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\Program Files\Sun\s1studio_jdk\j2sdk1.4.1_02\lib";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\Java\jwsdp-1.3\common\lib";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\Java\jwsdp-1.3\apache-ant\lib";
    set JWSDP_CLASSPATH=%JWSDP_CLASSPATH%"C:\Java\jwsdp-1.3\server\lib";
    I then call this before the antRun command and use JWSDP_CLASSPATH rather than LOCALCLASSPATH in the ant.bat, eg:
    call set_JWSDP_CLASSPATH
    :runAnt
    java -cp %JWSDP_CLASSPATH% "-Dant.home=%ANT_HOME%" "-Djwsdp.home=%ANT_HOME%\.." %ANT_OPTS% org.apache.tools.ant.Main %ANT_CMD_LINE_ARGS%
    This will obviously need to be customised to the install paths on the PC it is run on....
    Anyway hope this helps someone if the above more simle solutions do not.
    BJL
    PS 'carn the LIONS - 4 in a row!!

  • Hi their is a code 10 error appears on my network card driver please guide me how i can fix that....

    I have Thinkpad T41 As my network card drive installed after installation the driver the system suddenly shows "This device can not start (code 10 Error) Please guide me how i can fix it

    Hi VanessaLovery,
    Welcome to the HP Forums!
    I would like to take a moment and thank you for using the forum, it is a great place to find answers. For you to have the best experience in the HP forum, I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand your notebook works fine on battery, but performs poorly on AC ,after taking it to a repair shop to have it cleaned.
     Here is a document on Troubleshooting an Overheating and Auto Shutdown Issue.
    Have you checked your performance plan to ensure it is set to balanced  Managing Power Options (Windows 7 and Vista).
    Have you tried a different electrical outlet?
    Are you using the AC adapter that came with your notebook?
    On startup if you press the F2 button approximately once every second, you should be able to enter the HP advanced diagnostics window, to test for hardware failures.    Testing for Hardware Failures (Windows 7, Vista).
    If you would like further assistance would you please provide your exact model of DV 6 and the Operating System you are running.  How Do I Find My Model Number or Product Number.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Can we run KSU5 - Assessment Cycle execute for previous periods

    Dear Gurus,
    Can we run KSU5 for previous periods.  Means I have not ran from April 2008 onwards.  Can I run right for all periods.  Any inconsistencies arises for running the KSU5.
    Please guide us.
    Regards
    Srinivas

    Hi Srinivas,
    You can run the Cycle for previous periods also using KISR transaction code. Here, you can select the processing period (previous period) and posting period (current period) and the Cycle and the Segments.
    Note: If you want the postings to happen in the same corresponding processing periods, you need to check those periods to be open and consider other inconsistencies also.
    Pls revert back for further assistance...
    Srikanth Munnaluri

  • How can i run a special name method of class?

    i dynamic created a obj
    and i don't know the method of class,
    so i use a String parameter as the method's name
    but how can i run the method?
    please give me a copy of code, thanks!

    import java.lang.reflect.Method;
    public class unknown{
         public static void main(String[] args){
              unknown thisObj = new unknown();
              Class thisClass = thisObj.getClass();
              // calling the method()
              try{
                   Class[] allParamatersType = {};
                   Method mth = thisClass.getDeclaredMethod("method", allParamatersType);
                   String returnCallingAdd = (String)mth.invoke(thisObj, null);
                   System.out.println("calling add() : " + returnCallingAdd);
              catch(Exception ex){
                   ex.printStackTrace();
              // calling the method(int , string)
              try{
                   String firstValue = "Testing";
                   Class[] allParamatersType = { firstValue.getClass() };
                   Object[] values = { firstValue };
                   Method mth = thisClass.getDeclaredMethod("method", allParamatersType);
                   String returnCallingAdd = (String)mth.invoke(thisObj,values );
                   System.out.println("calling add() : " + returnCallingAdd);
              catch(Exception ex){
                   ex.printStackTrace();
         public String method(){
              return "method() called";     
         public String method(String two){
              return "method(String) called";     

  • HT4972 My ipad 1 has never been updated and can't run many apps which makes it of not much use, how do I update it ? A simple step by step idiot proof guide would be best ! Can anyone help please ?

    My ipad 1 has never been updated and can't run many apps which makes it of not much use, how do I update it ? A simple step by step idiot proof guide would be best ! Can anyone help please ?

    You can only update the iPad to iOS 5.1.1and you cannot go any higher. If you never updated that high, you can do so by using iTunes on your computer. You will have to connect the iPad to your computer with the cable and launch iTunes
    You can read more here. Make sure that you read the section about using iTunes. The article starts off with using the Settings on the iPad for WiFi updates. That only works with the iPad 2 and higher that is already running iOS 5.
    Update your iPhone, iPad, or iPod touch - Support - Apple

  • Can we run portal iview out of portal environment?

    Can we run portal iview from the external environment(java , .net)?
    Can any one help?
    Thanks
    Rajendra.

    Hi Kiran,
    He means to say - How can we access/execute an existing Portal iView from outside/another environment?
    If possible, could you please guide us.
    Your quick response would be appreciated.
    Awaiting Reply.
    Warm Regards,
    Ritu R Hunjan
    (<i>Rajendra & I are colleagues...so answered on his behalf</i>)

  • I installed Windows 7 in my Macbook pro, I can access Windows data in Mac, but I can't copy and delete it. and the same case while i am working in Windows. Could you please guide me if there is any solution, where I could copy/paste/delete my data.

    I installed Windows 7 in my Macbook pro, I can access Windows data in Mac, but I can't copy and delete it. and the same case while i am working in Windows. Could you please guide me if there is any solution, where I could copy/paste/delete my data.

    OS X can natively read NTFS of Windows, but not write to it.
    Windows can't read or write to HFS+ of OSX, and that's a good thing from a security standpoint.
    Ideally if you share files between operating systems you should have a FAT/MSDOS formated USB key or hard drive. (exFAT external drive if any of your files are over 4GB in size) both these formats are universal for OS X or Windows.
    If you install software into Windows and OS X to read each others formats, then you have to pay to update/upgrade it deal with headaches.
    If you swtich between Windows and OS X a lot, don't need full hardware performance for Windows, you may consider installing virtual machine software like VMFusion or Parallels which can take a copy of your Windows in Bootcamp and place it into OS X as a file then run that copy of Windows in a window in OS X like so.
    Advantage here is you run most of your light weight Windows programs like this at the same time as OS X.
    Benefit is you can run just about any Windows or Linux version and OSX server editions (not client versions)
    Bootcamp only allows Windows 7, that's it now.
    You'll also be interested in two fre pieces of software, Carbon Copy Cloner and Winclone on macupdate.com.
    CCC clones OS X partition and Winclone clones the Bootcamp partition. Valuable for you.
    Good Luck

  • Problem in BW System in Portal..Its urgent.. Please guide

    Hello All,
    Scenario:
    Working in a load balancing landscape
    Requirement:
    Need to create a BW Report iView (which isnt working)
    Problem / Questions:
    1. Created a BW System in portal but since its load balancing, please confirm if this is all right:
    - Using Logon Tickets Name
    - Group = ?group?
    - Message Server = ?server?:?port?
    - SID = ?r3name?
    - Server Port = blank
    - SAP Client = blank
    - System Type = SAP_BW
    - WAS Host = ?server?:?port?
    - WAS Protocol = http
    - User Mapping Type = admin
    2. Tested the connection and the WAS & Connector Tests fail.
    3. When I preview the SAP BW Report iView, get a prompt error saying
    " session management will not work!
    Please check the DSM log file for details.
    you can turnoff this alert ..... "
    Now, Ive seen many posts which show how can I disable this prompt message but it would not solve the problem. On clicking on "ok" from the above mentioned prompt, I get an error saying "Page cannot be displayed"..
    Please guide.....
    Its kinda urgent....
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu

    Hi,
    Do the following:
    <b>1. Property Category : Connector</b>
    <b>Group</b> -> You can check this from the SAP Logon Pad. Click on groups and then click on generate list.
    <b>Logical System Name</b> -> <SID>CLNT<Client Number>
    <b>Message Server</b> -> You can also find the message server from the SAP Logon Pad or ask the BASIS team. On SAP Logon Pad, click on groups -> You can see the servers in the group.
    <b>Remote Host Type</b> -> 3
    <b>SAP Client</b> -> You can get this from SAP Logon Pad or contact the BASIS team. A system can have many clients to be particular.
    <b>SID</b> -> System ID of your BW system. This would also be available from SAP Logon Pad or contact the BASIS team for information
    <b>Server Port</b> = The server port would be 80<System Number> i.e. 8000 if the system number is 00 and 8001 if system number is 01
    <b>System Type</b> -> SAP_BW
    <b>2. Property Category : ITS</b>
    <b>ITS Host Name</b> -> If it's WAS6.40 and above, it would be an integrated ITS which means the ITS hostname is same as your BW System Host Name. i.e. xxxx.abc.com:80<system number>
    <b>ITS path</b> -> /sap/bc/gui/sap/its/webgui/
    <b>ITS Protocol</b> -> http
    <b>3. Property Category : User Management</b>
    <b>Logon Method</b> -> SAPLOGONTICKET
    <b>User Mapping Type</b> -> admin, user
    <b>4. Property Category : WAS</b>
    <b>WAS Host</b> = Fully Qualified Domain Name of BW System : 80<system number>
    <b>WAS Protocol</b> = http
    Check the connection then.
    Cheers,
    Sunil

  • How do I transfer my checked songs from one computer to another - tried exporting library playlist etc but no luck! Please help! I have 26,000 songs - 17,000 are selected and I can't run down the list on my new computer and re-check 17,000 songs! Thanks!

    How do I transfer my checked songs from one computer to another - tried exporting library playlist etc but no luck! Please help! I have 26,000 songs - 17,000 are selected and I can't run down the list on my new computer and re-check 17,000 songs! Thanks!

    Make a smart playlist of your whole library but only checked songs - #4 on  http://support.apple.com/kb/ht1801
    Highlight all files in that playlist, then drag to the other drive.  This isn't preserving any playlists or whatever, just copying files from one drive to another.
    You might want to delete the smart playlist this once you are done because it will probably gobble up resources with that many files.

  • Please help me to find my iPad and iPhone 5C. I lost all of them last night. I set up icloud for my devices but i can't find them because they were not connect to the Internet. Please guide me other ways to find my "best friends".

    Dear Apple,
    Please help me to find my iPad Air 2 64 GB and iPhone 5C 8GB. They're in IOS 8.0 maybe...I lost all of them last night. I set up icloud for my devices but i can't find them because they were not connect to the Internet. Please guide me other ways to find my "best friends". They're very important to me. Many important files for my job in here and it has sentimental value to me. My boyfriend gave it for me so i don't want to lose them. And because i just lost my iPad Air last 3 month, and now i just bought iPad Air 2 two months ago. I'm so sad and lost. I want to catch the thief to the police so bad because they keep my bag and many other important things. I can not do anything without them. Please help me and contact me via my email or my phone. Thank you very much. Hope to receive your answer soon.

    Hey there thaovy309,
    Welcome to Apple Support Communities.
    The linked article below provides a lot of great information and suggestions that should address your concerns about your data and finding your lost or stolen iPhone 5c and iPad Air 2.
    If your iPhone, iPad, or iPod touch is lost or stolen - Apple Support
    Take care,
    -Jason

  • How can I run a BW Function from EXCEL-IN-PLACE (BPS)??? Please give any ex

    How can I run a BW Function from EXCEL-IN-PLACE (BPS)using VBA??? Please give any example.
    I would like to run my function module ZMY from EXCEL-IN-PLACE using VBA and get a result.

    if you are using excel in place in the web application environment I doubt you can, you've never really had any macro functionalty there.
    If you are in the gui environemnt (Planning folders) it will depend on how you want to invoke the module...

  • HT2305 I have forget my 4 digit passcode for my ipad 3 and exhausted all the attempts, Now the screen shows "ipad is disabled connect to itunes" How can I unlock my ipad now. Also I have not put "Find my iphone" in icloud as well. Please guide me to unloc

    I have forget my 4 digit passcode for my ipad 3 and exhausted all the attempts, Now the screen shows "ipad is disabled connect to itunes" How can I unlock my ipad now. Also I have not put "Find my iphone" in icloud as well. Please guide me to unlock it.

    Also when I am trying to connect ipad to my windows PC, it shows, your software is up to date and later starts restoring while updating again. Then automatically it stops to update halfway and I have to repeat the process again and again, still in vain.

  • Some procedure can not run,Please help

    --Please Help me where is wrong
    --The Procedure can be compiler,but can not run
    --Maybe there has some wrong with Ref Cursor or dynamic SQL
    --Please,Thanks ver much
    --Follow is my full code
    Create or Replace package ref_types
    AS
    TYPE ref_cursor is REF CURSOR;
    End;
    Create or Replace package userinfo as
    procedure Get_usermenu (baduser out boolean,
    menu out ref_types.ref_cursor
    End;
    Create or Replace package body userinfo as
    procedure Get_usermenu (baduser out boolean,
    menu out ref_types.ref_cursor
    ) is
    v_sqltext varchar2(100);
    v_sql varchar2(300);
    begin
    baduser:=FALSE;
    v_sqltext:='''A001'',''A002'',''A003''';
    v_sql:='select MENUID,P_NAME from MENU_LIST
    where MENUID in (';
    v_sql:=v_sql||v_sqltext||) order by MENUID asc';
    --explain:Get v_sqktext values overpass some process
    open menu FOR v_sql;
    end;
    end;
    /

    thanks,
    error number is : Ora-01001
    I use it In Form:
    declare
    v_baduser boolean;
    v_menu ref_types.ref_cursor;
    v_menuid number;
    v_menuname varchar2(50);
    v_menucount number;
    begin
    v_menucount:=1;
    userinfo.Get_usermenu(v_baduser,v_menu);
    loop
    fetch v_menu into v_menuid,v_menuname;
    exit when v_menu%NOTFOUND;
    show_alert_info(v_menuid||';'||v_menucount||'、'||v_menuname);
    --show_alert_info,like Developer's Function "message",
    --It can show some text
    v_menucount:=v_menucount+1;
    end loop;
    Close v_menu;
    end;

Maybe you are looking for

  • How to create a transport for sapscript translations

    Hello, does someone knows how to create a transport for sapscript translations which can then be released to the other system via SE10? In 4.6C when I changed a translation for a sapscript form it created automatically a transport. Now in 6.0 it wont

  • Mini Server makes odd noise from speaker!

    Anyone else getting a noise from their Mac Mini server speaker that sounds like a file being deleted? No regular pattern to when it comes, it's unprompted and happens even when no one is logged on to the network. I have a (used) Mac Mini 2011 with tw

  • Entering TimeMachine from any window but a Finder window...

    I just came across this today and I could not find anything current on the matter so I pose it to the community. If my front most window is Mail and I decided I want to enter TimeMachine for I just remembered that I was going to restore a document I

  • Printing from XP

    OK, here's what I have: I have a 10.4.7 Server with every network printer on our network setup on it. They are all being shared via IPP & SMB. When our Mac users want to print to a network printer, they can choose the printer from the Shared Printers

  • Installing LR5 on windows 8

    I recently bought a new laptop that has windows 8 and now my LR5 won't install on it! anyone else have this issue??