Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by LenLindquist

  1. LenLindquist

    Frustrating Map Path Issue

    Having parent paths enabled is generally recognized as a poor practice from an information security perspective, as is navigating to parent paths in your code as a programmer. The reason is that if you happen to install a rogue script that decides to navigate to your root directory and delete...
  2. LenLindquist

    Sending automated emails

    A custom-written ASP script could accomplish this fairly well. If you do some searching on free script sites, you're likely to find several example pieces of code that do something very similar to what you are seeking. The script would not be very complex. Len
  3. LenLindquist

    I am investigating SPAM detection/i

    I am investigating SPAM detection/interception/removal software for IIS. Does anyone have any experience with this that could offer some suggestions? I would really like to eliminate known open relays instead of doing content-based detection. I'm aware of vamsoft and GFI MailEssentials, but...
  4. LenLindquist

    Spam using my SMTP, fills drive with bad emails

    Best check ORDB.org and see if you're listed as an open relay. If so, you can resubmit your site so they'll remove you. Len
  5. LenLindquist

    changes to .htm file not displayed through web server

    Stopping and starting the service should do the job. Make sure you're getting a fresh copy by pressing Control and clicking refresh. If none of this works, I'd start to wonder if you're editing the wrong file. After you've eliminated that possibility, investigate/(temporarily) eliminate the...
  6. LenLindquist

    HTTP-400 can't find default web document

    Another possibility is, the IUSER_server name account needs to be able to read the file. If you've played with file permissions, this could be the problem. Len
  7. LenLindquist

    Setting up a Web Server at Home (follow up)

    A couple things to add. First, even if your ISP blocks port 80, you can typically host it on another port of your choice by configuring your "entry" on your chosen Web-based dynamic address tracker. Second, there is no need to needlessly put your server/computer at risk by placing it...
  8. LenLindquist

    IIS 5.0 logs deleted by virus, hacker or defect?

    You could start by running MBSA (Microsoft Baseline Security Analyzer) on the machine. It should enumerate its known weaknesses and list any patches you need to install. You can do a search on technet.microsoft.com and you'll find it. Len
  9. LenLindquist

    Can't list files in FTP folder

    There is plenty of information online about setting up ftp servers. Passive transfer is an ftp client option. The ftp server is configured by default to allow administrators (e.g., "administrator") to access it and basically no one else. You have to give the connecting account...
  10. LenLindquist

    how do I setup email in IIS?

    An SMTP listener can be configured to send and receive e-mail. In a typical Microsoft Environment, Exchange Server is usually used to accomplish this, though, and it is rarely located on the same server that serves as "the Web server." To verify that your SMTP listener is working...
  11. LenLindquist

    Any1 know how to use Asp.net with IIS 5.1?

    On the server, there is a designation concerning which page names represent valid "default" documents. Usually, this list contains such page names as default.htm, default.html, index.htm, index.html, index.asp, default.asp, etc., etc. Could it be that you're just calling up the page...
  12. LenLindquist

    how to setup FTP server with IIS within window 2k server

    You'll definitely want a static IP address. If you have a dynamically-assigned address, you'll be getting very frustrated when the machine is assigned a new address and you can't connect. Only one NIC is necessary and you can take multiple IP addresses without adding additional NICs. Since...
  13. LenLindquist

    CDONTS Problems

    Have you verified that the SMTP listener is working by connecting via telnet on port 25 and sending a sample mailing? If so, is it processed as expected? This doesn't answer your question specifically, of course, but does narrow it down a bit. Len
  14. LenLindquist

    access to web site from internal network problem

    From another machine on your network, ping the server using both addresses. You'll likely find that the one that isn't working is either unreachable or pointing to a different address. In either case, you'll need to modify your internal DNS. Len
  15. LenLindquist

    Dynamic Forms with database access

    I would like to use a select-option drop-down box to select a library name from a data table and then, on the same form without yet submitting, dynamically change the next drop-down box to list the staff working at that particular library from another data table. I figure this will at least...

Part and Inventory Search

Back
Top