Click here to Skip to main content
15,883,792 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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 'SandLogin.Global'.

Source Error: 


Line 1:  <%@ Application Codebehind="Global.cs"
Line 2:  	Inherits="SandLogin.Global"
Line 3:  %>



My server has the following files,


AssemblyInfo.cs,default.asp,Default.aspx,Default.aspx.cs,Global.asax,Global.asax.cs,SandLogin.css,SandLogin.dll,Web.config


What I have tried:

I hosted all the necessary files in my webserver.
Posted
Comments
Keviniano Gayo 23-Aug-18 5:15am    
Did you try to run in your local IIS with the same files and it works?
F-ES Sitecore 23-Aug-18 5:36am    
Are the assemblies in the bin folder? The easiest way to deploy your site is to do a File deploy to a folder on your local machine and then copy that folder to your webhost.
Herman<T>.Instance 23-Aug-18 6:33am    
Are the correct userrights set for IIS and the folders?
Emmerel 14-Sep-18 14:25pm    
You get what you pay for. Have you called your hosting company?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900