<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003289" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003289</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/personal-web-server-how-get-it-going#comment-1014504</link>
    <description> &lt;p&gt;Same here, got a great ASP page, but web server doesn&#039;t support it....*sigh*....&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Casey Hansen&lt;br /&gt;
&lt;a href=&quot;http://www.caseynet.com&quot; title=&quot;www.caseynet.com&quot;&gt;www.caseynet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Nov 1999 02:48:00 +0000</pubDate>
 <dc:creator>Fazer84</dc:creator>
 <guid isPermaLink="false">comment 1014504 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/personal-web-server-how-get-it-going#comment-1014503</link>
    <description> &lt;p&gt;Thanks again. With all your help I have been able to create a great ASP homepage. Too bad I can&#039;t show it to you because my web space server doesn&#039;t support ASP.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Nov 1999 17:39:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1014503 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/personal-web-server-how-get-it-going#comment-1014502</link>
    <description> &lt;p&gt;Hi,&lt;br /&gt;
 Sorry for the late reply man, I never noticed your last post on this thread.&lt;br /&gt;
 The translated code is at below:&lt;br /&gt;
 var Connect, OnPeople&lt;br /&gt;
 Connect = new Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot; );&lt;br /&gt;
 Connect.Open(&amp;quot;PeopleDB&amp;quot; );&lt;br /&gt;
 OnPeople = Connect.Execute(&amp;quot;SELECT * FROM PeopleTable&amp;quot; );&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When you change from VB &amp;amp; JS in an ASP document do you need to specify what language your using? &lt;/strong&gt;&lt;br /&gt;
let&#039;s say your default language is vbscript, if you decided to insert jscript in the middle of your asp application you will need to do like this:&lt;br /&gt;
&amp;lt;script language=&amp;quot;jscript&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;
 //Your jscript code here&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;br /&gt;
Later.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;http://phpdb.linuxbox.com/&quot; class=&quot;bb-url&quot;&gt;http://phpdb.linuxbox.com/&lt;/a&gt;&lt;br /&gt;
A free database wrapper project!&lt;/p&gt;
&lt;p&gt;&amp;lt;-- edited by Patrick Baer. Smiley problem, as usual --&amp;gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 04 Nov 1999 20:41:00 +0000</pubDate>
 <dc:creator>elara</dc:creator>
 <guid isPermaLink="false">comment 1014502 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/personal-web-server-how-get-it-going#comment-1014501</link>
    <description> &lt;p&gt;Thanks again. I have just been looking at linking to an Access database and was wondering if there are coding differences between VB &amp;amp; JS in this area. I have used the following VB code.&lt;/p&gt;
&lt;p&gt;&amp;lt;%&lt;br /&gt;
Dim Connect, OnPeople&lt;br /&gt;
Set Connect = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot; )&lt;br /&gt;
Connect.Open &amp;quot;PeopleDB&amp;quot;&lt;br /&gt;
Set OnPeople = Connect.Execute(&amp;quot;SELECT * FROM PeopleTable&amp;quot; )&lt;br /&gt;
%&amp;gt;&lt;/p&gt;
&lt;p&gt;Can I do the same thing with JS code? When you change from VB &amp;amp; JS in an ASP document do you need to specify what language your using? Can you combine VB &amp;amp; JS within the same function?&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Oct 1999 03:19:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1014501 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/personal-web-server-how-get-it-going#comment-1014500</link>
    <description> &lt;p&gt;lloydhass,&lt;br /&gt;
 In fact Jscript has many advantages over VBscript such as regular expressions support, case sensitive, compile time evaluation - eval(), and don&#039;t have the 1024 character limit on strings.&lt;br /&gt;
 FYI VBscript 5.0 has added regular expressions support.&lt;br /&gt;
 Later.&lt;/p&gt;
&lt;p&gt; Joe Thong&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Oct 1999 23:50:00 +0000</pubDate>
 <dc:creator>elara</dc:creator>
 <guid isPermaLink="false">comment 1014500 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/personal-web-server-how-get-it-going#comment-1014499</link>
    <description> &lt;p&gt;&amp;lt;elara&amp;gt; Thanks for your help. I already know JScript fairly well so I think I will use it instead of VBScript. I have had a look at a few code samples written in VBScript and I can make sense out of most of it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Are there limitations with JScript?&lt;/strong&gt; ie. things that can&#039;t be done with JScript but can be done with VBScript.&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Oct 1999 02:09:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1014499 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/personal-web-server-how-get-it-going#comment-1014498</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What does the Global.asa file do?&lt;/strong&gt;&lt;br /&gt;
Sometimes when you create a ASP web application or web site, you need to tell the application what they should do when they start and end, this is where global.asa comes in handy.&lt;br /&gt;
&lt;strong&gt;Do you need to copy this file into every directory within wwwroot?&lt;/strong&gt;&lt;br /&gt;
No&lt;br /&gt;
&lt;strong&gt;What is the directory webpub for?&lt;/strong&gt;&lt;br /&gt;
Not sure &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
&lt;strong&gt;What is the best - JScript or VBscript?&lt;/strong&gt;&lt;br /&gt;
Frankly, although I know VBscript I still write every ASP application or web site using Jscript, VBscript just looks wrong without the neat little semi-colons at the end of each line. But the only problem is that ALL of the on-line documentation, and most of the print documentation, is written in VBScript, few of them are written in other languages. I would suggest learning VBscript to read the online ASP articles and embark using other Jscript after you have knew ASP well. &lt;/p&gt;
&lt;p&gt;Hope this helps. Later.&lt;/p&gt;
&lt;p&gt;Joe Thong&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Oct 1999 22:15:00 +0000</pubDate>
 <dc:creator>elara</dc:creator>
 <guid isPermaLink="false">comment 1014498 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/personal-web-server-how-get-it-going#comment-1014497</link>
    <description> &lt;p&gt;Thanks for all your help. I now have ASP files working fine from my machine. I ran the web publishing wizard from PWS and it created a sample site for me with a guestbook. I have been playing around with the code and figuring out how it works.&lt;/p&gt;
&lt;p&gt;I just tried using &lt;strong&gt;http://127.0.0.1&lt;/strong&gt; from my browser and that worked great. Thanks for the tip. Previously I had been launching the site from PWS manager. There are just a few more questions I would like to ask.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What does the Global.asa file do?&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Do you need to copy this file into every directory within wwwroot?&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;What is the directory webpub for?&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;What is the best - JScript or VBscript?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Oct 1999 03:29:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1014497 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/personal-web-server-how-get-it-going#comment-1014496</link>
    <description> &lt;p&gt;lloyd,&lt;br /&gt;
 If you just want to learn ASP and not letting other ppl visit your web server, you don&#039;t need to buy a network interface card (NIC), connection, domain, and IP address. All you need is just set up the server and voila!&lt;br /&gt;
 When you finish installing your PWS, just open up your browser and type in &lt;a href=&quot;http://localhost&quot; title=&quot;http://localhost&quot;&gt;http://localhost&lt;/a&gt; or &lt;a href=&quot;http://127.0.0.1&quot; title=&quot;http://127.0.0.1&quot;&gt;http://127.0.0.1&lt;/a&gt;&lt;br /&gt;
 If you did not change the default installation path during installation. Your html files will be stored in C:\Inetpub\wwwroot&lt;br /&gt;
 Hope this helps...&lt;/p&gt;
&lt;p&gt; Joe Thong&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Oct 1999 18:40:00 +0000</pubDate>
 <dc:creator>elara</dc:creator>
 <guid isPermaLink="false">comment 1014496 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/personal-web-server-how-get-it-going#comment-1014493</link>
    <description> &lt;p&gt;sorry about the short answer, i&#039;m in a hurry &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
setting it up as a web-server: not much to do about that, just get a network-interface and a connection... (chad, no comments please &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; )&lt;/p&gt;
&lt;p&gt;url for your machine: ask your ISP about a public IP adress, then buy your domain at internic&lt;/p&gt;
&lt;p&gt;what directory: depends on the software you are running, on IIS it&#039;s c:\winnt\inetpub\wwwroot&lt;/p&gt;
&lt;p&gt;intranet: an intranet is a website running on a local-network, there is no connection to the outside-world.&lt;/p&gt;
&lt;p&gt;lloyd, if you are really interested in running your own server, just contact me via icq and i can sure tell you more about this, it&#039;s just too much to explain in this (still) tiny box &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;br /&gt;
later&lt;br /&gt;
patrick&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Oct 1999 03:35:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1014493 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
