<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003349" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003349</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-offline#comment-1014702</link>
    <description> &lt;p&gt;Coddy, I use PWS all the time when I&#039;m developing ASP applications. Make sure that you use &lt;a href=&quot;http://127.0.0.1&quot; class=&quot;bb-url&quot;&gt;http://127.0.0.1&lt;/a&gt;  as the URL for your machine.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Gil Hildebrand, Jr.&lt;br /&gt;
Senior Web Developer, 4atcost.com&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Apr 2000 01:32:00 +0000</pubDate>
 <dc:creator>Gil</dc:creator>
 <guid isPermaLink="false">comment 1014702 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-offline#comment-1014701</link>
    <description> &lt;p&gt;PWS should work fine if you installed it without getting any errors. I have no idea what the last post about file extensions means - you shouldnt have to mess around with anything.&lt;/p&gt;
&lt;p&gt;If you didnt know already, you cant just double click an ASP file and have it appear in a browser, you must link to them from somewhere within your root.&lt;/p&gt;
&lt;p&gt;It would help if you explained to us exactly how you are attempting to view an ASP page.&lt;/p&gt;
 </description>
     <pubDate>Fri, 31 Mar 2000 04:55:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1014701 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-offline#comment-1014700</link>
    <description> &lt;p&gt;have you pws extensions properly installed.&lt;br /&gt;
If using windows, need to do some work on hosts.sam file in system folder.&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Mar 2000 15:25:00 +0000</pubDate>
 <dc:creator>lamandais</dc:creator>
 <guid isPermaLink="false">comment 1014700 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-offline#comment-1014699</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;   Don&#039;t want to offend, but are you sure it&#039;s installed correctly?  Is it within the path? What sort of psw error messages, if any, are you getting?&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://members.aol.com/grassblad&quot; class=&quot;bb-url&quot;&gt;GrassBlade: cut&amp;amp;paste javascript&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 11 Mar 2000 01:50:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1014699 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-offline#comment-1014698</link>
    <description> &lt;p&gt;Adam,&lt;br /&gt;
I have PWS installed however, It doesn&#039;t seem to work when I&#039;m off-line.&lt;br /&gt;
Can you give me any feedback on this please?&lt;/p&gt;
&lt;p&gt;Thanx&lt;/p&gt;
&lt;p&gt;Coddy&lt;/p&gt;
 </description>
     <pubDate>Fri, 10 Mar 2000 14:24:00 +0000</pubDate>
 <dc:creator>Coddy</dc:creator>
 <guid isPermaLink="false">comment 1014698 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-offline#comment-1014697</link>
    <description> &lt;p&gt;The &#039;best&#039; ASP server for Windows 95/98 is PWS (Microsoft Personal Web Server). It&#039;s easy to install, free to use, and not too complicated for &quot;basic application testing&quot;.&lt;/p&gt;
&lt;p&gt;PWS should be on your Windows CD-ROM. You can also download it from Microsoft.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Adam&lt;br /&gt;
AIS Internet Solutions&lt;br /&gt;
 &lt;a href=&quot;mailto:adam@aisinternet.com&quot; class=&quot;bb-email&quot;&gt;adam@aisinternet.com&lt;/a&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.aisinternet.com&quot; class=&quot;bb-url&quot;&gt;www.aisinternet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Mar 2000 21:19:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1014697 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-offline#comment-1014696</link>
    <description> &lt;p&gt;Yes. You&#039;ll need to set-up some web server software on your machine. Run the server and preview your pages through the home machine server. That will parse the .asp tags just like the remote server so you can see the output before publishing. Many of us do the same thing for other server-side languages like Perl/CGI ePerl, PHP, SSI, etc. It&#039;s a heck of a lot easier than having to upload a file to test it.&lt;/p&gt;
&lt;p&gt;Personally, I use Apache/PHP/ActivePerl/MySQL on my home machine for testing, but as that&#039;s Unix-based, I don&#039;t think that set-up will work for .asp pages.&lt;/p&gt;
&lt;p&gt;Try visiting &lt;a href=&quot;http://serverwatch.internet.com/&quot; class=&quot;bb-url&quot;&gt;http://serverwatch.internet.com/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;There are some freeware web server packages that can run on your home machine AND handle .asp, but the names escape me. Try searching for GoAhead (or something similar). I think that one might do it, but no guarantees.&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Mar 2000 20:14:00 +0000</pubDate>
 <dc:creator>Maverick</dc:creator>
 <guid isPermaLink="false">comment 1014696 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
