G
Guest
I'm trying to put together a function in a VB.NET Class to handle
errors for my ASP.NET application. I want the function to be able to
write to a log file located on the web server. I tried using the
MapPath method but it is not working. It looks like I'm missing some
references in the class.
What do I need to imoprt/reference in my project to be able to
accomplish this?
I tried Imports System.IO, System.Web.HttpContext but none is working
errors for my ASP.NET application. I want the function to be able to
write to a log file located on the web server. I tried using the
MapPath method but it is not working. It looks like I'm missing some
references in the class.
What do I need to imoprt/reference in my project to be able to
accomplish this?
I tried Imports System.IO, System.Web.HttpContext but none is working