Parser Error ASP.NET

R

Rob Meade

...
Hi guyz,

I have an error when I upload my application to remote server.
It works fine in local server.

I have 2 projects:
1 is in the root directory and the other one is in the management
directory
like this : www.abc.com/management/index.aspx
I wonder why it does not work. Anybody can help about this ?
I put the error below.

I had a similar problem recently where on the remote server they were
different "applications" - check the "management" level isn't a separate
"application" under IIS.

Regards

Rob
 
T

tdavisjr

Did you upload the bin folder which has your web application assembly?
Seems like the asp.net compiler can't find your codebehind class files.
 
J

J R

Rob,

Actually I'm using frontpage extension and I'm creating the management
folder from remote. I dont know if that folder's going to inherit the
permission from the parent folder.
Any reference technical papper talk about this ?
btw, thanks a lot Guyz.

I uploaded everything but still stuck anyway.
 
J

JR

Hi guyz,

I have an error when I upload my application to remote server.
It works fine in local server.

I have 2 projects:
1 is in the root directory and the other one is in the management directory
like this : www.abc.com/management/index.aspx
I wonder why it does not work. Anybody can help about this ?
I put the error below.

Thanks

JR


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 type 'management.index'.

Source Error:

Line 1: <%@ Page Language="vb" AutoEventWireup="true"
Codebehind="index.aspx.vb" Inherits="management.index"%>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top