Move files from a web server to another web server
-
-
You can still copy files with ASP.NET. What have you tried, and what kinds of problems are you experiencing? Marcie http://www.codeproject.com
-
You can still copy files with ASP.NET. What have you tried, and what kinds of problems are you experiencing? Marcie http://www.codeproject.com
This is the error I get. It is a very simply test page. I have a Label and a button on the page. Onthe click event of the button it sets the Label.Text="Got here"; I copied test.aspx, test.cs and text.aspx.resx ---------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'localhost.test1'. Source Error: Line 1: <%@ Page language="c#" Codebehind="test.aspx.cs" AutoEventWireup="false" Inherits="localhost.test1" %> Line 2: <%@ Import Namespace="System.Globalization"%> Line 3: <%@ Import Namespace="System.Threading"%> Source File: E:\www.match.com.tw\html\test.aspx Line: 1
-
This is the error I get. It is a very simply test page. I have a Label and a button on the page. Onthe click event of the button it sets the Label.Text="Got here"; I copied test.aspx, test.cs and text.aspx.resx ---------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'localhost.test1'. Source Error: Line 1: <%@ Page language="c#" Codebehind="test.aspx.cs" AutoEventWireup="false" Inherits="localhost.test1" %> Line 2: <%@ Import Namespace="System.Globalization"%> Line 3: <%@ Import Namespace="System.Threading"%> Source File: E:\www.match.com.tw\html\test.aspx Line: 1
-
This is the error I get. It is a very simply test page. I have a Label and a button on the page. Onthe click event of the button it sets the Label.Text="Got here"; I copied test.aspx, test.cs and text.aspx.resx ---------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'localhost.test1'. Source Error: Line 1: <%@ Page language="c#" Codebehind="test.aspx.cs" AutoEventWireup="false" Inherits="localhost.test1" %> Line 2: <%@ Import Namespace="System.Globalization"%> Line 3: <%@ Import Namespace="System.Threading"%> Source File: E:\www.match.com.tw\html\test.aspx Line: 1
If you're using VS.NET and codebehind, then you also need to build your solution and copy over the DLL to the webserver as well. Marcie http://www.codeproject.com
-
If you're using VS.NET and codebehind, then you also need to build your solution and copy over the DLL to the webserver as well. Marcie http://www.codeproject.com