I installed TrialDB on my workstation to connect against SQL Server database. But I'm getting parser error while invoking TrialDB.aspx.
I also made the following changes suggested in this forum, but still getting the same error.
- Edited the Web.config with new ODBC names, DB user id and password and made sure it is on root directory of the web directory tree.
- Edited Global.asx and replaced "act_db" with "TrialDB"
- Set the virtual directory permission for ASP.NET (built-in) user and enabled windows authentication.
What am I missing here? Do I need to rebuild the project again? I don't have VSTUDIO 2003
at hand to do so.. but I intend to get a copy soon. Any suggestion to fix this issue is greatly appreciated.
Thanks.
Regards,
Raj Kathamuthu
Parser Error
Description: Anerror occurred during the parsing of a resource required to servicethis request.Please review the following specific parse error detailsand modify your source file appropriately.
Parser Error Message: Could not load type 'TrialDB_dotnet.WinMain'.
Source Error:
Line 1: <%@ Import Namespace="WebEAV" %> |
Source File: C:\Inetpub\wwwroot\trialDB\TrialDB.aspx Line: 3