ok here i m with details.
i developed a website in vstudio 2003 in winxp using iis version 5.1.After complettion i have to move it to the webserver having windows server 2003 web edition hacing iis version6.
now i made a virtual directory and when i run my site through localhost\mytasks
following error occured:
"
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 type 'mytasks.Global' is ambiguous: it could come from assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\mytasks_new\eb391b7d\4e328862\App_Code.4v-daxh2.DLL' or from assembly 'C:\Inetpub\wwwroot\mytasks_new\bin\mytasks.DLL'. Please specify the assembly explicitly in the type name.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="mytasks.Global" %>
|
Source File: /mytasks_new/global.asax Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
"
the thing to note is i just copy paste the site. i didnt recompiled the site. moreover on the webserver vstudio 2005 was already installed.
so please tell me the iis configurations if needed or what ever i am required to do.
thnx in advance