I have created a ASP.NET webapplication at my local server. The Project Folder name & Virtual directory name is "Sample".
I have other website runnign at
www.othersite.com
I created a folder called Sample and uploaded my sample ASP.NET webapplication in to that folder.
I tried to access my sample ASP.NET application by typing the below URL :
www.othersite.com/Sample/
I am getting the below error.
========================================
Could not load type 'Sample.Global'.
------
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="Sample.Global" %>
=================================
Note : I do not have permission to install my web application it in live server. But i have full rights to folder "Sample".
Pls advise