Recent content by marvinq

  1. M

    ASP.net Medium Trust Issue

    SubSpace, Any help you can give me would be greatly appreciated! Marvin
  2. M

    ASP.net Medium Trust Issue

    The error is coming from the Handler.ashx file. The code is listed below: <%@ WebHandler Language="VB" Class="Handler" %> Imports System.IO Imports System.Drawing Imports System.Drawing.Image Imports System.Drawing.Imaging Public Class Handler Implements IHttpHandler 'the...
  3. M

    ASP.net Medium Trust Issue

    Stephen, Can you tell me what asp.net 2 blog tools you've used. Is there any you can recommend? Thanks Marvin
  4. M

    ASP.net Medium Trust Issue

    I set my own environment to Medium and my application is tripping on that line. So it's running on my machine. I'm a developer myself, but I am very new to asp.net 2.0. . Is there anything I can do to get around this problem? Thanks Marvin
  5. M

    ASP.net Medium Trust Issue

    Hi Stephen, Thanks for replying. I am using Jeremy Wadsworth's Blog that he wrote himself. His site is www.jeremywadsworth.com. you can dl his blog tool for free. Or I can send you all the files if you want. What few asp.net 2 blog tools did you test out? I'd really be interested...
  6. M

    ASP.net Medium Trust Issue

    I have been searching for a blog application that runs on ASP.net and I finally found one that I really want to use. But in testing it an error ensued because of the medium trust issue. The error occurred on this line: context.Response.OutputStream.Write(buffer, 0, count) Apparently I...
  7. M

    Class 3 Datacenter

    This might be a dumb question, but what exactly is a class 3 datacenter? Is there such a thing as a class 2 datacenter? What are all the classes? A client whose data I plan to store with JodoHost is asking I'd like to be prepared with an answer. Thanks in advance. Marvin
Back
Top