Will .Net work with just FTP access?
I created a web form with a code behind, uploaded it to an existing website
via ftp. I try to access the web form page and get an error about not being
able to load the instance of the code I created.
The first line has this:
<%@ Page language="c#" Codebehind="int ro.aspx.cs" AutoEventWireup ="false"
Inherits="mypro ject.myclass" %>
The error says it can't load myproject.mycla ss which is defined in
intro.aspx.cs.
How do I fix this?
Thanks,
Ed
I created a web form with a code behind, uploaded it to an existing website
via ftp. I try to access the web form page and get an error about not being
able to load the instance of the code I created.
The first line has this:
<%@ Page language="c#" Codebehind="int ro.aspx.cs" AutoEventWireup ="false"
Inherits="mypro ject.myclass" %>
The error says it can't load myproject.mycla ss which is defined in
intro.aspx.cs.
How do I fix this?
Thanks,
Ed
Comment