Recent content by dsessions

  1. D

    test your medium trust config

    using this basic code im getting permission errors described above: private string txtFile = "/includes/text.txt"; TextWriter tw = new StreamWriter(Server.MapPath(txtFile), false); tw.WriteLine(this.editor.Value); tw.Close(); What am i doing wrong here?
  2. D

    Error on win server regarding php - libmysql

    I am having the same problem on Win6
Back
Top