Problem in Deploying Web Apllication using ASP.net 2.0
-
hi all, I have created a web application project in asp.net 2.0 and i have created the .msi installable file using the web deployment method of VS 2005. I installed the project and tried to run it using the virtual directory name i gave during the installation process. I got the parser error as 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 'SampleDemo._Default'. Source Error: Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="SampleDemo._Default" %> Line 2: Line 3: Source File: /deploydemo/default.aspx Line: 1 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 then I came to know that the .DLL file in not extracted into the bin folder instead its been extracted to the main folder where other aspx files been extracted. I need to solve this problem. When we follow the steps in VS 2003 its working good.but in 2005 the .DDL file has been extracted to main folder.I don't know its there any problem in the steps i have executed OR its the default procedure of VS 2005 . can any one solve this problem PS:. i need .DLL must be extracted to bin folder.because we ll give that .msi file to our client.it should be in working condition if we execute the .msi file. thanks in advance Senthilraj K