The virtual path maps to another application
i m facing one problem when i host my asp.net aplication on another system which has XP Professional.There is a framework1.1
Error:
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: The virtual path '/UserControl/Header.ascx' maps to another application, which is not allowed.
Source Error:
Line 1: <%@ Register TagPrefix="uc1" TagName="Header" Src="../UserControl/Header.ascx" %>
Line 2: <%@ Page language="c#" Codebehind="Login.aspx.cs" AutoEventWireup="false" Inherits="RecruitmentManagementSystem.Forms.Login" %>
Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
It is working fine on the sytem where I develop this appliaction there I have win-2000 server.
There is no other appliaction exists on my other PC where I hosted this application.I m not getting to which other application it is mapped.
Regards
deepti
Regards,
Deepti
__________________
Regards,
Deepti
|