Search results

  1. S

    ASP.NET Permissions to Mail Directory

    Hello, I'm trying to give my ASP.Net script access to the mail directory in order to process it. I am unable to do this as I get a permission error regardless of the permissions set for the directory. More information is at a thread I started on your forums...
  2. S

    ASP.NET & Mail Folder

    Hello, How can I give my ASP.NET script access to the mail directory?
  3. S

    ASP.NET Permissions to Mail Directory

    Hello, How can I give my ASP.NET script access to the mail directory?
  4. S

    Cron Job with ASP.NET

    Hello, I'm new to cron jobs as a whole. I program in ASP.NET and cannot figure out how to get a job to run. Do cron jobs work for ASP.NET?
  5. S

    Create/Modify Files (ASP.NET)

    I'm getting an error when I run the coding Return XmlTextWriter.Create("/home/neckelma/www/maps/" & strFileName, xmlSettings) strFileName obviously holds "N164RJ TXKF-LFTH.kml". The file causing the error is Default.aspx & I've set permissions 755. Can anyone tell me what I'm...
  6. S

    Basic Problem with ASP.Net

    I have a simple website at (http://neckelmann.x10hosting.com/). The website begins with the following coding: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Page.IsPostBack = False Then Response.Write("no text") End If Exit Sub Coding of...
Top