Hi, when call localhost I have this error, why?
Can you help me? Happy new year.
Server Error in '/_aspx' 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: The virtual path '/ver2/Login/Login.aspx.cs' maps to another application, which is not allowed.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="/ver2/Login/Login.aspx.cs"
Line 2: Inherits="Login" %>
Line 3:
Source File: /_Aspx/WebApplication1/ver2/Default.aspx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Server Error in '/_aspx' 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: The file '/_aspx/ver2/Login/Login.aspx.cs' does not exist.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="~/ver2/Login/Login.aspx.cs"
Line 2: Inherits="Login" %>
Line 3:
Source File: /_Aspx/WebApplication1/ver2/default.aspx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
cms9651
Member
175 Points
577 Posts
The virtual path '...' maps to another application, which is not allowed.
Dec 31, 2012 05:13 PM|LINK
Hi, when call localhost I have this error, why?
Can you help me? Happy new year.
oned_gk
All-Star
31659 Points
6472 Posts
Re: The virtual path '...' maps to another application, which is not allowed.
Jan 01, 2013 02:39 AM|LINK
cms9651
Member
175 Points
577 Posts
Re: The virtual path '...' maps to another application, which is not allowed.
Jan 01, 2013 09:06 AM|LINK
thank you and happy new year.
This is the new error: