anyone can help to fix error after uploading ASP.NET site?

ameliasisca

New Arrival
Joined
Oct 26, 2016
Messages
3
Reaction score
0
FP$
11
I did publish to a local file on my computer. When I tried to upload the files Compiled to my hosting using FileZilla, the project uploaded successfully but i get an error on the first page as below:


HTML Code:

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_tuwlsmxq'. Make sure that it is compiled before accessing the page.
Source Error:
Line 1: <%@ page language="C#" autoeventwireup="true" inherits="welcome, App_Web_tuwlsmxq" %>
Line 2:
Line 3:

I don't know why i could face this error, probably related to the fact i did compile locally. For your information, I'm using Hostforlife.eu hosting and i have windows account that supports .NET 4.5.

what do i need to change? or what is the best way uploading a ASP.NET website project to a Hostforlife.eu hosting ?
 
I don't like using FileZilla I rather upload the files from the upload option on the server under the root files. But for some cases that you may not have that option.

FileZilla is alright but it's not secured!! It keeps and holds your passwords and from the point of uploading from a to b thee can be a bug passes through it.

My Website Designer teacher always told me about that.

So you might have to contact your host if you don't have that option to go to your main root folder of your server (on your browsers) then you will have a list of buttons and hopefully upload option is there. FileZilla is good but don't trust it.

If above is not that then check your files that you need to upload.
 
Maybe I think you should contact you hosting provider, or else post this question on wordpress.org
 
Back
Top Bottom