config.web errors
W2K server. My first problem was tht when I downloaded the .net framwork
SDK, the QuickStart files were not downloaded. I have the folders but no
files. I copied the application to my server from the QuickStart web site
but I do not have the the DLLs that are located in the bin directory. When
I try running the application I get the following error message:
Error Message: Could not load assembly 'Personalization'. Please make sure
that your assemblies are placed in D:\www\bin\
Source Error:
Line 8:
Line 9: <httpmodules>
Line 10: <add type="Personalization#Personalization.UserStateModule"
/>
Line 11: </httpmodules>
Line 12:
Source File: D:\www\ASP\config.web Line: 10
I tried renaming the D:\www\ASP\config.web and got the following Parser Error
message:
Parser Error Message: 'PortalModule' is not a valid base class to inherit
from
Source Error:
Line 1: <%@ Page Inherits="PortalModule" Description="Main Portal Page"
%>
Line 2:
Line 3: <%@ Register TagPrefix="LoginModule" TagName="LoginModule" Src="modules/login/login.aspx"
%>
Source File: D:\www\ASP\default.aspx Line: 1
Any Suggestions?
-- Steve

