Parser Error ASP.NET

  • Thread starter Thread starter Rob Meade
  • Start date Start date
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
 
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.
 
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.
 
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

Back
Top