T
Thom Little
I developed and run some ASP.NET applications on my local machine. I have
IIS 5.0 available on two servers from two different ISPs. I would like to
have the applications served from the two ISP controlled machines. I have
FTP-access (only) to the two remote servers.
Simple .aspx applications execute (such as trace) but .aspx applications
with a .aspx.cs code behind file fail on the statement ...
<%@ Page language="c#" Codebehind="Sample.aspx.cs" AutoEventWireup="false"
Inherits="Sample.Sample" %>
.... because it can not resolve the Sample.Sample
Any suggestions on how to proceed?
Is there documentation available on installing an application on a remote
ISP-controlled machine?
IIS 5.0 available on two servers from two different ISPs. I would like to
have the applications served from the two ISP controlled machines. I have
FTP-access (only) to the two remote servers.
Simple .aspx applications execute (such as trace) but .aspx applications
with a .aspx.cs code behind file fail on the statement ...
<%@ Page language="c#" Codebehind="Sample.aspx.cs" AutoEventWireup="false"
Inherits="Sample.Sample" %>
.... because it can not resolve the Sample.Sample
Any suggestions on how to proceed?
Is there documentation available on installing an application on a remote
ISP-controlled machine?