<?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: How Do I Make the ASP Script Work?</title>
		<link>https://feed.informer.com/forums/topic.php?id=207</link>
		<description>Feed Informer: Forums &#187; Topic: How Do I Make the ASP Script Work?</description>
		<language>en-US</language>
		<pubDate>Fri, 08 May 2026 15:30:01 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
				<atom:link href="https://feed.informer.com/forums/rss.php?topic=207" rel="self" type="application/rss+xml" />

		<item>
			<title>admin on "How Do I Make the ASP Script Work?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=207#post-862</link>
			<pubDate>Thu, 29 Nov 2007 16:09:36 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">862@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>The results of when people complained to GoDaddy a year ago are in the old Feed Digest forum thread:</p>
<p><a href="http://www.feeddigest.info/oldforums/3_1238_0.html" rel="nofollow">http://www.feeddigest.info/oldforums/3_1238_0.html</a></p>
<p>I believe they initially claimed it was us, but we actually moved datacenters since then and it still didn't work. I'm guessing they have a pretty conservative firewall policy for stuff like this. Perhaps they have a proxy server and/or some source code that they advise clients to use, so it's worth asking about that as it should be possible to use their proxy server if they have one with some minor code adjustments.
</p>]]></description>
					</item>
		<item>
			<title>lastday on "How Do I Make the ASP Script Work?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=207#post-861</link>
			<pubDate>Thu, 29 Nov 2007 14:17:43 +0000</pubDate>
			<dc:creator>lastday</dc:creator>
			<guid isPermaLink="false">861@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>I just tried your suggestion and they are blocking that also, see below the code I used.  Why are they doing this?  What advantage is it to them?  I'm sure they do not care but I will be calling them later today to request they stop blocking Feeddigest.  I'm sure it will not do a bit of good.</p>
<p>Do you have any other possible workaround that I could try?</p>
<p>&#60;%<br />
dim Http<br />
Set Http = Server.CreateObject("Microsoft.XMLHTTP")<br />
Http.Open "Get","http://app.feeddigest.com.nyud.net:8090/digest3/GS7O8YMJB7.html",False<br />
Http.Send()<br />
Response.Write(Http.ResponseText)<br />
%&#62;
</p>]]></description>
					</item>
		<item>
			<title>admin on "How Do I Make the ASP Script Work?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=207#post-860</link>
			<pubDate>Thu, 29 Nov 2007 12:27:08 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">860@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>For what it's worth, GoDaddy has had this policy in place for over a year now.
</p>]]></description>
					</item>
		<item>
			<title>admin on "How Do I Make the ASP Script Work?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=207#post-859</link>
			<pubDate>Thu, 29 Nov 2007 12:23:35 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">859@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Oh, yes. GoDaddy has blocked us. See this:</p>
<p><a href="http://www.feeddigest.info/oldforums/3_1238_0.html" rel="nofollow">http://www.feeddigest.info/oldforums/3_1238_0.html</a></p>
<p>We used to have a workaround that proxied through a third party (a.k.a. app4.feeddigest.com) but this is no longer active. One workaround that sometimes works for GoDaddy users is to route the digests through Coral cache, like so:</p>
<p><a href="http://app.feeddigest.com.nyud.net:8090/digest3/GS7O8YMJB7.html" rel="nofollow">http://app.feeddigest.com.nyud.net:8090/digest3/GS7O8YMJB7.html</a></p>
<p>instead of</p>
<p><a href="http://app.feeddigest.com/digest3/GS7O8YMJB7.html" rel="nofollow">http://app.feeddigest.com/digest3/GS7O8YMJB7.html</a></p>
<p>Note that just ".nyud.net:8090" is being added in to the URL.
</p>]]></description>
					</item>
		<item>
			<title>lastday on "How Do I Make the ASP Script Work?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=207#post-858</link>
			<pubDate>Wed, 28 Nov 2007 23:56:58 +0000</pubDate>
			<dc:creator>lastday</dc:creator>
			<guid isPermaLink="false">858@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>I have tried many different things today.  I even loaded up other ASP code on my website and it worked.  I have an idea.  My website is hosted by GoDaddy, could it be that GoDaddy is blocking Feeddigest?  Could that be the problem???  If it is the case, could there be a workaround some how?
</p>]]></description>
					</item>
		<item>
			<title>admin on "How Do I Make the ASP Script Work?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=207#post-857</link>
			<pubDate>Wed, 28 Nov 2007 20:18:34 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">857@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Try renaming it to use .aspx as the extension. Supposedly that extension is for ASP .NET. I must admit I know very little about these technologies, so it's a bit of a stab in the dark. Failing that, the error I'm seeing about not being able to load resource might indicate some issue with accessing us from your host's server. But try .aspx first.
</p>]]></description>
					</item>
		<item>
			<title>lastday on "How Do I Make the ASP Script Work?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=207#post-856</link>
			<pubDate>Wed, 28 Nov 2007 16:42:12 +0000</pubDate>
			<dc:creator>lastday</dc:creator>
			<guid isPermaLink="false">856@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>I took a blank page and saved it as an ASP page.  I put one of my scripts in the page and received an error when I made it live.  The script I used was PX3VVRYCRN and I chose the ASP VBscript.  Here is the page: <a href="http://www.lastdayreport.com/asp-test-page.asp" rel="nofollow">http://www.lastdayreport.com/asp-test-page.asp</a></p>
<p>I do have ASP support on the server.  Can you see what I might be doing wrong?  Located below is the actual raw code from the page.</p>
<p>&#60;html&#62;</p>
<p>&#60;head&#62;<br />
&#60;meta http-equiv="Content-Language" content="en-us"&#62;<br />
&#60;meta http-equiv="Content-Type" content="text/html; charset=windows-1252"&#62;<br />
&#60;title&#62;asp-test-page&#60;/title&#62;<br />
&#60;/head&#62;</p>
<p>&#60;body&#62;</p>
<p>&#60;p&#62;&#60;u&#62;&#60;b&#62;asp-test-page&#60;/b&#62;&#60;/u&#62;&#60;/p&#62;<br />
&#60;p&#62;&#160;&#60;/p&#62;<br />
&#60;p&#62;&#160;&#60;/p&#62;<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;<br />
&#60;/body&#62;</p>
<p>&#60;/html&#62;
</p>]]></description>
					</item>
		<item>
			<title>admin on "How Do I Make the ASP Script Work?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=207#post-855</link>
			<pubDate>Wed, 28 Nov 2007 16:30:50 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">855@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>As with the JavaScript, it's just a case of copying and pasting the supplied code onto a page. In the case of PHP, ASP, and other technologies, however, you have to ensure your Web hosting provider supports these technologies. Secondly, you have to make sure the page itself supports these technologies. For example, PHP code will often not run unless it is on a page with a file extension of .php. Likewise with ASP, the extension is typically .asp. There are workarounds for this in both cases, but it requires a little work.
</p>]]></description>
					</item>
		<item>
			<title>lastday on "How Do I Make the ASP Script Work?"</title>
			<link>https://feed.informer.com/forums/topic.php?id=207#post-854</link>
			<pubDate>Wed, 28 Nov 2007 15:19:43 +0000</pubDate>
			<dc:creator>lastday</dc:creator>
			<guid isPermaLink="false">854@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>I was wondering if there is someone to assist in showing me how to make ASP inclusion code work on my webpage?  I have the Javascript working but with multiple Java scripts loading at one time it slows the page down.  I would like to use the ASP code as that loads at a server level.  But, I don't know how to use ASP.<br />
Frank
</p>]]></description>
					</item>

	</channel>
</rss>
