<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ASP code in web page won't execute in Internet Products</title>
    <link>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895421#M206</link>
    <description>I upgraded from NT 4.0 to 2000 Server and now the ASP code within the web pages won't execute.&lt;BR /&gt;&lt;BR /&gt;A simple &lt;BR /&gt;&amp;lt;% Time %&amp;gt; won't show anything.  Any clues ASP gurus?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Tony</description>
    <pubDate>Mon, 03 Feb 2003 18:18:19 GMT</pubDate>
    <dc:creator>Tony Romero</dc:creator>
    <dc:date>2003-02-03T18:18:19Z</dc:date>
    <item>
      <title>ASP code in web page won't execute</title>
      <link>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895421#M206</link>
      <description>I upgraded from NT 4.0 to 2000 Server and now the ASP code within the web pages won't execute.&lt;BR /&gt;&lt;BR /&gt;A simple &lt;BR /&gt;&amp;lt;% Time %&amp;gt; won't show anything.  Any clues ASP gurus?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 03 Feb 2003 18:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895421#M206</guid>
      <dc:creator>Tony Romero</dc:creator>
      <dc:date>2003-02-03T18:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASP code in web page won't execute</title>
      <link>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895422#M207</link>
      <description>Must has changed.....   try:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;%=(time)%&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Full reference:&lt;BR /&gt;&lt;BR /&gt;Time = &amp;lt;%=(time)%&amp;gt;. (results in: 2:04:16 PM) &lt;BR /&gt;Date = &amp;lt;%=(date)%&amp;gt;.(results in: 2/3/2003)  &lt;BR /&gt;"Now" = &amp;lt;%=(now)%&amp;gt;. (results in: 2/3/2003 2:04:16 PM)&lt;BR /&gt;&lt;BR /&gt;Note: These will all display the time or date on the server, not the time on the user's computer.    &lt;BR /&gt;&lt;BR /&gt;To get the date to display like this, Today is: February 3, 2003,  use the following:&lt;BR /&gt;&amp;lt;%&lt;BR /&gt;datToday = Date()&lt;BR /&gt;intThisYear = Year(datToday)&lt;BR /&gt;intThisMonth = Month(datToday)&lt;BR /&gt;intThisDay = Day(datToday)&lt;BR /&gt;strMonthName = MonthName(intThisMonth)&lt;BR /&gt;%&amp;gt; &lt;BR /&gt;Today is: &amp;lt;% = strMonthName %&amp;gt;&amp;nbsp;&amp;lt;% = intThisDay %&amp;gt;, &amp;lt;% = intThisYear %&amp;gt;&lt;BR /&gt;&lt;BR /&gt;To display Day of Week plus Date, like this, Monday, February 03, 2003, use the following :&lt;BR /&gt;&lt;BR /&gt;&amp;lt;%= FormatDateTime(date,1) %&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Feb 2003 19:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895422#M207</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2003-02-03T19:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: ASP code in web page won't execute</title>
      <link>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895423#M208</link>
      <description>Jon, thanks for your input.  However that doesn't explain why the rest of the unchanged ASP code, which is my main problem won't execute.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 03 Feb 2003 19:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895423#M208</guid>
      <dc:creator>Tony Romero</dc:creator>
      <dc:date>2003-02-03T19:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: ASP code in web page won't execute</title>
      <link>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895424#M209</link>
      <description>Ok....   tested it on my server, and &amp;lt;% =time %&amp;gt; works fine.&lt;BR /&gt;&lt;BR /&gt;Are there any errors messages in the client's browser?&lt;BR /&gt;&lt;BR /&gt;Do the functions display anything?&lt;BR /&gt;&lt;BR /&gt;I would think that this could be permissions related, (read but not execute), or clients are blocking scripts locally.&lt;BR /&gt;&lt;BR /&gt;Still doing some checking for you.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Feb 2003 20:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895424#M209</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2003-02-03T20:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: ASP code in web page won't execute</title>
      <link>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895425#M210</link>
      <description>One thing related to upgrading:&lt;BR /&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;304916" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;304916&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Feb 2003 20:31:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895425#M210</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2003-02-03T20:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASP code in web page won't execute</title>
      <link>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895426#M211</link>
      <description>Never seen this problem, but.&lt;BR /&gt;&lt;BR /&gt;let's check out the webserver.&lt;BR /&gt;&lt;BR /&gt;Is it running?&lt;BR /&gt;&lt;BR /&gt;What are the mappings for the .ASP files? (look in properties/Home Directory/Configuration/App Mappings&lt;BR /&gt;&lt;BR /&gt;Is there a mapping for .ASP files?&lt;BR /&gt;&lt;BR /&gt;If so, perhaps you need to register asp.dll? (regsrv32)&lt;BR /&gt;&lt;BR /&gt;Did any of this make sense?</description>
      <pubDate>Tue, 04 Feb 2003 20:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/internet-products/asp-code-in-web-page-won-t-execute/m-p/2895426#M211</guid>
      <dc:creator>Kurt Matthies</dc:creator>
      <dc:date>2003-02-04T20:42:45Z</dc:date>
    </item>
  </channel>
</rss>

