<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>Feed Informer: Forums &#187; Topic: Making ASP Work</title>
		<link>https://feed.informer.com/forums/topic.php?id=213</link>
		<description>Feed Informer: Forums &#187; Topic: Making ASP Work</description>
		<language>en-US</language>
		<pubDate>Mon, 11 May 2026 12:59:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
				<atom:link href="https://feed.informer.com/forums/rss.php?topic=213" rel="self" type="application/rss+xml" />

		<item>
			<title>lastday on "Making ASP Work"</title>
			<link>https://feed.informer.com/forums/topic.php?id=213#post-884</link>
			<pubDate>Mon, 10 Dec 2007 14:44:45 +0000</pubDate>
			<dc:creator>lastday</dc:creator>
			<guid isPermaLink="false">884@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Thank you worked perfectly.  Have a good day.
</p>]]></description>
					</item>
		<item>
			<title>admin on "Making ASP Work"</title>
			<link>https://feed.informer.com/forums/topic.php?id=213#post-880</link>
			<pubDate>Fri, 07 Dec 2007 22:13:41 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">880@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Try this:</p>
<p>The first one will look like usual..</p>
<p>&#60;%<br />
dim Http<br />
Set Http = Server.CreateObject("Microsoft.XMLHTTP")<br />
Http.Open "Get","http://app.feeddigest.com/digest3/GS7O8YMJB7.html",False<br />
Http.Send()<br />
Response.Write(Http.ResponseText)<br />
%&#62;</p>
<p>But for the second one and all others afterwards remove the first two lines of code, like so:</p>
<p>&#60;%<br />
Http.Open "Get","http://app.feeddigest.com/digest3/PHPT9NBDMD.html",False<br />
Http.Send()<br />
Response.Write(Http.ResponseText)<br />
%&#62;
</p>]]></description>
					</item>
		<item>
			<title>lastday on "Making ASP Work"</title>
			<link>https://feed.informer.com/forums/topic.php?id=213#post-878</link>
			<pubDate>Fri, 07 Dec 2007 17:24:14 +0000</pubDate>
			<dc:creator>lastday</dc:creator>
			<guid isPermaLink="false">878@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Ok, Here are two of them.  If I use one or the other, the page works great.  If both are on the web page at the same time the page gives the error.  This is important for me to figure out.  Right now I'm using JAVA code on the page and the page loads very slow since there are 16 feeds loading at one time.  I'm told by many people that using ASP will make the page load faster. So, I'm need to convert from the JAVA feeds to ASP feeds.  Thank you so much for trying to assist.  Frank</p>
<p>Code # 1<br />
----------------<br />
&#60;%<br />
dim Http<br />
Set Http = Server.CreateObject("Microsoft.XMLHTTP")<br />
Http.Open "Get","http://app.feeddigest.com/digest3/GS7O8YMJB7.html",False<br />
Http.Send()<br />
Response.Write(Http.ResponseText)<br />
%&#62;</p>
<p>Code # 2<br />
-----------------<br />
&#60;%<br />
dim Http<br />
Set Http = Server.CreateObject("Microsoft.XMLHTTP")<br />
Http.Open "Get","http://app.feeddigest.com/digest3/PHPT9NBDMD.html",False<br />
Http.Send()<br />
Response.Write(Http.ResponseText)<br />
%&#62;
</p>]]></description>
					</item>
		<item>
			<title>admin on "Making ASP Work"</title>
			<link>https://feed.informer.com/forums/topic.php?id=213#post-877</link>
			<pubDate>Fri, 07 Dec 2007 17:12:38 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">877@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>I must admit the ASP code was supplied by a user who was familiar with the technology. I have no personal experience of ASP or anything that runs ASP to test on. If I had to guess, I'd say perhaps it doesn't like the variables being defined twice. Can you paste the ASP code you're using here and I'll see if I can come up with an idea.
</p>]]></description>
					</item>
		<item>
			<title>lastday on "Making ASP Work"</title>
			<link>https://feed.informer.com/forums/topic.php?id=213#post-876</link>
			<pubDate>Fri, 07 Dec 2007 16:19:40 +0000</pubDate>
			<dc:creator>lastday</dc:creator>
			<guid isPermaLink="false">876@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>I loaded ASP onto my web page with Feed Digest ASP code and it worked perfectly and quickly.  But, if I load more than one ASP feed on my web page I receive an error and the page does not display.  See error below.  This is not good as I need the ability to insert multiple feeds into my web page.</p>
<p>Please advise.<br />
Frank</p>
<p>------------<br />
Internal Server Error<br />
The server encountered an internal error or misconfiguration and was unable to complete your request.</p>
<p>Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.</p>
<p>More information about this error may be available in the server error log.<br />
----------------------
</p>]]></description>
					</item>

	</channel>
</rss>
