Ok. I made the error go away by changing file to io.file... the
Imports System.IO, when put after <script
runat="server"> gives the error 'Imports' statements must precede any declarations. When I put it after
<%@
Application Language="VB" %>, the error goes away but I still get the 'file' not defined error.
Also, after uploading the global.asax, I right clicked on it and it says the server does not support changing file permissions..... Now what? I'm totally stumped [:S]
cassiopia
Member
27 Points
133 Posts
Re: Contact me (wizard) form working on local computer but not remotely...
Sep 10, 2007 02:41 AM|LINK
Ok. I made the error go away by changing file to io.file... the Imports System.IO, when put after <script runat="server"> gives the error 'Imports' statements must precede any declarations. When I put it after <%@ Application Language="VB" %>, the error goes away but I still get the 'file' not defined error.
Also, after uploading the global.asax, I right clicked on it and it says the server does not support changing file permissions..... Now what? I'm totally stumped [:S]