<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015141" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015141</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/do-you-really-need-server#comment-1087670</link>
    <description> &lt;p&gt;If you&#039;re on Windows NT you can install IIS 4, just make sure you have at least:&lt;/p&gt;
&lt;p&gt;Service Pack 3 or higher installed&lt;br /&gt;
Internet Explorer 4.0 or higher installed&lt;/p&gt;
&lt;p&gt;Then you can install the Windows NT Option pack which installs all the necessary files. Just go to this link &lt;a href=&quot;http://www.microsoft.com/ntserver/techresources/webserv/option_pack4.asp&quot; class=&quot;bb-url&quot;&gt;http://www.microsoft.com/ntserver/techresources/webserv/option_pack4.asp&lt;/a&gt; , the link to download the option pack is at the bottom of the page.&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Aug 2001 13:33:41 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1087670 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/do-you-really-need-server#comment-1087669</link>
    <description> &lt;p&gt;I do have a personal web server, but I have to have a connection in order to tweak it.  Unfortunately, at work, they won&#039;t allow most people to be on the ineternet, so there&#039;s no way i can do that.&lt;/p&gt;
&lt;p&gt;What about if i&#039;m using Windows NT, and have a local intranet.  What do I do then?  This is sooo crazy.  &lt;/p&gt;
&lt;p&gt;~DizzE&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Aug 2001 13:21:58 +0000</pubDate>
 <dc:creator>DizzEAngel</dc:creator>
 <guid isPermaLink="false">comment 1087669 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/do-you-really-need-server#comment-1087429</link>
    <description> &lt;p&gt;Yes, you have to be running some type of web server software for ASP to function. If you&#039;re on Windows 2000 Professional then install the IIS files (go to add/remove programs in the control panel, select add/remove windows components, then select IIS. If you&#039;re on Windows 95/98/ME you&#039;ll have to install Personal Web Server (I can&#039;t remember exactly how to do this, maybe the same way as IIS?).&lt;/p&gt;
&lt;p&gt;Once you&#039;ve done this then try the following code:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; strTest &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;It&#039;s Working!&quot; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;strTest&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;You should get a page that says &quot;It&#039;s Working&quot;. If that works, then we can tackle your first problem &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Aug 2001 14:17:01 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1087429 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>more comments</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/do-you-really-need-server#comment-1087428</link>
    <description> &lt;p&gt;I ment to add that the reason why i think the machine is just not recognizing ASP is because I tried to display a simple message using asp:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;Response&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Write&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Hello World&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
and also&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Response&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Write&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Hello World&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;and &lt;em&gt;nothing&lt;/em&gt; even came up in my browser.&lt;/p&gt;
&lt;p&gt;DizzE&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Aug 2001 13:55:18 +0000</pubDate>
 <dc:creator>DizzEAngel</dc:creator>
 <guid isPermaLink="false">comment 1087428 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/do-you-really-need-server#comment-1087427</link>
    <description> &lt;p&gt;I wouldn&#039;t even know how to check to see if my permissions are set correctly.  How do you do that?&lt;/p&gt;
&lt;p&gt;I haven&#039;t checked to see if I have a Jet 4.0 installed.  However, I do have MS Access, so wouldn&#039;t that be included when downloaded? &lt;/p&gt;
&lt;p&gt;Another problem arises.  I don&#039;t think it&#039;s a problem with the connection code per se.  I think my machine is just not regonizing ASP.  Since ASP is a server side type of language, do I need to be on an actual server in order for the code to be understood?  &lt;/p&gt;
&lt;p&gt;I&#039;m off to try the last suggestion in a few minutes.  Wish me luck.&lt;/p&gt;
&lt;p&gt;DizzE&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Aug 2001 13:52:05 +0000</pubDate>
 <dc:creator>DizzEAngel</dc:creator>
 <guid isPermaLink="false">comment 1087427 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/do-you-really-need-server#comment-1087359</link>
    <description> &lt;p&gt;You&#039;re correct, that should work. A couple things to check:&lt;/p&gt;
&lt;p&gt;1) Are permissions set correctly? Since the database is located on the root of the machine you must give the IUSR_machinename account access to that directory/file.&lt;/p&gt;
&lt;p&gt;2) Do you have the Jet 4.0 driver installed?&lt;/p&gt;
&lt;p&gt;Try moving the database into your web folder and try the following connection code:&lt;/p&gt;
&lt;p&gt;ConnStr = &quot;Driver={Microsoft Access Driver (*.mdb)};DBQ=&quot;&lt;br /&gt;
ConnStr = ConnStr &amp;amp; server.mappath(&quot;/ShiftNotesDatabase.mdb&quot;) &lt;/p&gt;
&lt;p&gt;Set DBConn = server.createobject(&quot;adodb.connection&quot;)&lt;br /&gt;
DBConn.Open ConnStr&lt;/p&gt;
&lt;p&gt;Let me know if that works!&lt;/p&gt;
 </description>
     <pubDate>Wed, 15 Aug 2001 19:41:02 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1087359 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
