<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=000292407-12082003><FONT face=Verdana color=#0000ff size=2>See 
if any of these help:</FONT></SPAN></DIV>
<DIV><SPAN class=000292407-12082003><FONT face=Verdana color=#0000ff size=2><A 
href="http://support.microsoft.com/default.aspx?scid=kb;en-us;290766">http://support.microsoft.com/default.aspx?scid=kb;en-us;290766</A></FONT></SPAN></DIV>
<DIV><SPAN class=000292407-12082003><FONT face=Verdana color=#0000ff size=2><A 
href="http://support.microsoft.com/default.aspx?scid=kb;en-us;255650">http://support.microsoft.com/default.aspx?scid=kb;en-us;255650</A></FONT></SPAN></DIV>
<DIV><SPAN class=000292407-12082003><FONT face=Verdana color=#0000ff size=2><A 
href="http://support.microsoft.com/default.aspx?scid=kb;en-us;220173">http://support.microsoft.com/default.aspx?scid=kb;en-us;220173</A></FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Software Design & 
  Solutions Pty Ltd. [mailto:SDSSoftware@optusnet.com.au]<BR><B>Sent:</B> 
  Tuesday, 12 August 2003 3:33 PM<BR><B>To:</B> Access Developers discussion and 
  problem solving<BR><B>Subject:</B> Re: [AccessD] ASP - getting 
  started<BR><BR></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>Hi Sander - OK - I've gone thru' 
  all that and it all works <EM>so long as I use </EM><A 
  href="http://127.0.0.1/"><EM>http://127.0.0.1/</EM></A><EM>,</EM> so to use 
  your example I can enter </FONT></DIV>
  <DIV><A href="http://127.0.0.1/prjWacky"><FONT face=Arial size=2><EM><A 
  href="http://127.0.0.1/prjWacky/wackyhome"><FONT 
  color=#800000>http://127.0.0.1/prjWacky</FONT></EM></FONT></A><FONT face=Arial 
  color=#0000ff size=2></A>  and see the page but not if I use my computer 
  name.</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>In my case the PC is called 
  OfficePC. I have created a subfolder called Test and it has a file in it 
  called index.html. (WHich I can modify to be an ASP later).</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>When I go into Administration Tools 
  in the CP and look at 'Default Web Site' I can see the subfolder 
  'Test'.</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>When I go into the Properties of 
  Test and click on the 'Documents' tab the name Index is the first file 
  name.</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>The only problem I seem to have 
  (given that all this works with 127.0.0.1) is that the browser can't find the 
  computer name of OfficePC or find it using localHost despite my having 
  reinstalled etc.)</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>Is there anything I need to set 
  under the Properties of OfficePC (computer name) itself?</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>Cheers</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>Kath</DIV>
  <DIV><BR></FONT>----- Original Message ----- </DIV>
  <BLOCKQUOTE 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=accessd666@yahoo.com href="mailto:accessd666@yahoo.com">Sad Der</A> 
    </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A 
    title=accessd@databaseadvisors.com 
    href="mailto:accessd@databaseadvisors.com">Access Developers discussion and 
    problem solving</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, August 12, 2003 3:39 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [AccessD] ASP - getting 
    started</DIV>
    <DIV><BR></DIV>Hi there,<BR><BR>is you're problem still that you cannot open 
    you're<BR>page with IIS locally installed?<BR><BR>I just started building 
    ASP stuff 2 weeks ago but I<BR>ran into the same problems. Took me a while 
    before I<BR>got it going but now it runs like a train!<BR><BR>Didn't read 
    everything about this but you could try<BR>the following.<BR><BR>Lets say 
    you're computername is: wacky<BR>you've got a project called: prjWacky (THIS 
    MEANS THAT<BR>IN YOU'RE INET\WWWROOT you got a dir called prjWacky<BR>with 
    some files in it!)<BR>You've got a file in it called 
    wackyhome.asp<BR><BR>Now in you're IIS you've got this project 
    (map)<BR>in/under the "DEFAULT WEB SITE" directory:<BR>in IIS you 
    see:<BR>wacky<BR> |-Default Web Site<BR>     
    |-Scripts<BR>     |-...<BR>     
    |-prjWacky<BR>         <BR><BR>When 
    you right click prjWacky and go to the tab<BR>documents you're wackyhome.asp 
    should be the first<BR>item. If it isn't add it!<BR><BR>Then you should type 
    the following in you're browser:<BR>wacky/prjWacky<BR><BR>and tadaa you're 
    first web site!<BR><BR>HTH<BR><BR>Sander<BR><BR>BTW try VB-FORUMS.COM and 
    check ASP thingy!!<BR>--- "Software Design & Solutions Pty 
    Ltd."<BR><<A 
    href="mailto:SDSSoftware@Optusnet.com.au">SDSSoftware@Optusnet.com.au</A>> 
    wrote:<BR>> BerichtNo luck with Ctrl+F5. And I have reinstalled<BR>> - 
    no change. I have also restarted the machine since<BR>> editing the hosts 
    file and still no change.<BR>> <BR>> I'm going to make do with 
    127.0.0.1 for now until I<BR>> nut out the prob with localhost.<BR>> 
    THanks<BR>> Kath<BR>>   ----- Original Message ----- 
    <BR>>   From: Haslett, Andrew <BR>>   To: 'Access 
    Developers discussion and problem<BR>> solving' <BR>>   
    Sent: Tuesday, August 12, 2003 12:00 PM<BR>>   Subject: RE: 
    [AccessD] ASP - getting started<BR>> <BR>> <BR>>   
    <CTRL> <F5><BR>> <BR>>   I reckon its time to 
    remove and reinstall IIS<BR>> though.<BR>> <BR>>   You 
    can do it through Add/Remove programs.<BR>> <BR>>   
    Cheers,<BR>>   Andrew<BR>>     
    -----Original Message-----<BR>>     From: Susan 
    Harkins [mailto:harkins@iglou.com]<BR>>     Sent: 
    Tuesday, 12 August 2003 11:08 AM<BR>>     To: Access 
    Developers discussion and problem<BR>> 
    solving<BR>>     Subject: Re: [AccessD] ASP - getting 
    started<BR>> <BR>> <BR>>     Kath;<BR>> 
    <BR>>     You might try a Shift Refresh, but 
    there's<BR>> another keystroke combination that's worked for me<BR>> 
    before, but I can't recall it now -- once I named my<BR>> computer I 
    stopped having the problem. Maybe someone<BR>> else will know the 
    combination?<BR>> <BR>>     Susan H. <BR>> 
    <BR>>      
    <BR>>       Thanks Erwin - I am learning 
    from all of you<BR>> but still no luck with getting locahost to work. 
    <BR>> <BR>>       Now that I know to use 
    127.0.0.1 at least I<BR>> can get into the help and will read 
    through<BR>> there...using <A 
    href="http://127.0.0.1/iishelp">http://127.0.0.1/iishelp</A><BR>> 
    <BR>> <BR>> <BR>>   IMPORTANT - PLEASE READ 
    ******************** <BR>> <BR>>   This email and any files 
    transmitted with it are<BR>> confidential and may <BR>> 
    <BR>>   contain information protected by law from<BR>> 
    disclosure. <BR>> <BR>>   If you have received this message 
    in error, please<BR>> notify the sender <BR>> <BR>>   
    immediately and delete this email from your<BR>> system. <BR>> 
    <BR>>   No warranty is given that this email or files, 
    if<BR>> attached to this <BR>> <BR>>   email, are free 
    from computer viruses or other<BR>> defects. They <BR>> 
    <BR>>   are provided on the basis the user assumes all<BR>> 
    responsibility for <BR>> <BR>>   loss, damage or consequence 
    resulting directly or<BR>> indirectly from <BR>> <BR>>   
    their use, whether caused by the negligence of the<BR>> sender or 
    not.<BR>> <BR>> <BR>> 
    <BR>><BR>------------------------------------------------------------------------------<BR>> 
    <BR>> <BR>>   
    _______________________________________________<BR>>   AccessD 
    mailing list<BR>>   <A 
    href="mailto:AccessD@databaseadvisors.com">AccessD@databaseadvisors.com</A><BR>>  
    <BR>> <A 
    href="http://databaseadvisors.com/mailman/listinfo/accessd">http://databaseadvisors.com/mailman/listinfo/accessd</A><BR>>   
    Website: <A 
    href="http://www.databaseadvisors.com">http://www.databaseadvisors.com</A><BR>> 
    <BR>> > _______________________________________________<BR>> 
    AccessD mailing list<BR>> <A 
    href="mailto:AccessD@databaseadvisors.com">AccessD@databaseadvisors.com</A><BR>> 
    <A 
    href="http://databaseadvisors.com/mailman/listinfo/accessd">http://databaseadvisors.com/mailman/listinfo/accessd</A><BR>> 
    Website: <A 
    href="http://www.databaseadvisors.com">http://www.databaseadvisors.com</A><BR>> 
    <BR><BR><BR>__________________________________<BR>Do you Yahoo!?<BR>Yahoo! 
    SiteBuilder - Free, easy-to-use web site design software<BR><A 
    href="http://sitebuilder.yahoo.com">http://sitebuilder.yahoo.com</A><BR>_______________________________________________<BR>AccessD 
    mailing list<BR><A 
    href="mailto:AccessD@databaseadvisors.com">AccessD@databaseadvisors.com</A><BR><A 
    href="http://databaseadvisors.com/mailman/listinfo/accessd">http://databaseadvisors.com/mailman/listinfo/accessd</A><BR>Website: 
    <A 
    href="http://www.databaseadvisors.com">http://www.databaseadvisors.com</A><BR></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>
<BR>

<P><B><FONT SIZE=2 FACE="Arial">IMPORTANT - PLEASE READ</FONT></B> <FONT SIZE=2 FACE="Arial">******************** </FONT></P>

<P><FONT SIZE=2 FACE="Arial">This email and any files transmitted with it are confidential and may </FONT></P>

<P><FONT SIZE=2 FACE="Arial">contain information protected by law from disclosure. </FONT></P>

<P><FONT SIZE=2 FACE="Arial">If you have received this message in error, please notify the sender </FONT></P>

<P><FONT SIZE=2 FACE="Arial">immediately and delete this email from your system. </FONT></P>

<P><FONT SIZE=2 FACE="Arial">No warranty is given that this email or files, if attached to this </FONT></P>

<P><FONT SIZE=2 FACE="Arial">email, are free from computer viruses or other defects. They </FONT></P>

<P><FONT SIZE=2 FACE="Arial">are provided on the basis the user assumes all responsibility for </FONT></P>

<P><FONT SIZE=2 FACE="Arial">loss, damage or consequence resulting directly or indirectly from </FONT></P>

<P><FONT SIZE=2 FACE="Arial">their use, whether caused by the negligence of the sender or not.</FONT></P>