Search results

  1. C

    Mail Problem from ASP.NET

    Hi, I'm developing an application in ASP.NET which involves the sending of email via the SMTP server mail.myaccount.com. When it tries to send the email, I get an error: The server rejected one or more recipient addresses. The server response was: 553 sorry, that domain isn't in my list...
  2. C

    index.php not directory index

    Hi, I am having a problem with osCommerce. It is installed to the "catalog" folder on my website. If I type in http://mywebsite.com/catalog/index.php then osCommerce comes up. But if I type in http://mywebsite.com/catalog (without naming the index.php page), it just says "you are...
  3. C

    Parent Include Paths

    In ASP, I am getting an error message: The Include file '../include/include.asp' cannot contain '..' to indicate the parent directory. I've looked up the problem and apparently it is a setting in IIS. I found the following advice: This is to do with the 'Enable parent paths' option...
Back
Top