Uploading a site
-
Hello friends, I am new to asp.net 2.0 environment. I want to know detailed procedure of uploading a site. I am using VS 2005 and SQL server 2005.
-
Usualy hosting company give you username and pass for their control panel where you can not have freedom to do what you want.If you already create web site, you can only upload your precompiled files through their upload sistem or through FTP connection, create your database and execute sql scripts.
-
Usualy hosting company give you username and pass for their control panel where you can not have freedom to do what you want.If you already create web site, you can only upload your precompiled files through their upload sistem or through FTP connection, create your database and execute sql scripts.
We upload a site to the server. But we get this error.. Server Error in '/' Application. 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 the assembly 'App_Web_k5ljjbdz'. Make sure that it is compiled before accessing the page. Source Error: Line 1: <%@ page language="C#" autoeventwireup="true" inherits="Webmaster_AdminLogin, App_Web_k5ljjbdz" debug="true" enableEventValidation="false" viewStateEncryptionMode="Never" %> Line 2: Line 3: Source File: /test/test/webmaster/adminlogin.aspx Line: 1 Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 What could be the solution for this?
-
We upload a site to the server. But we get this error.. Server Error in '/' Application. 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 the assembly 'App_Web_k5ljjbdz'. Make sure that it is compiled before accessing the page. Source Error: Line 1: <%@ page language="C#" autoeventwireup="true" inherits="Webmaster_AdminLogin, App_Web_k5ljjbdz" debug="true" enableEventValidation="false" viewStateEncryptionMode="Never" %> Line 2: Line 3: Source File: /test/test/webmaster/adminlogin.aspx Line: 1 Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 What could be the solution for this?
-
Hi, Such errors occur when the run-time cannot find the specified control. Check ur project files if the module is there. If u can find it, rebuild the solution completely and see what u have. If u can't find the module in ur project/solution files, delete line 2 completely and the control from the the source files or comment it out. Ur project should run then.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
Hi, Such errors occur when the run-time cannot find the specified control. Check ur project files if the module is there. If u can find it, rebuild the solution completely and see what u have. If u can't find the module in ur project/solution files, delete line 2 completely and the control from the the source files or comment it out. Ur project should run then.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
Yes, the module is there and the project is running at the local server after publishing. When it is uploaded on the web server, It gives this error. Is it a hosting servers problem?
IamAmit wrote:
Is it a hosting servers problem?
May be. Try with filezilla ftp control it is a freeware tool. get the user name and the password for the server and try it.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
IamAmit wrote:
Is it a hosting servers problem?
May be. Try with filezilla ftp control it is a freeware tool. get the user name and the password for the server and try it.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.