We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Effective Forms Authentication, Part 2
|
Subject: |
|
Error in web.config? |
Date: |
|
2004-04-12 23:44:25 |
From: |
|
Makaio
|
|
With my web.config file setup like the example I get the following error:
Parser Error Message: File or assembly name AuthModule, or one of its dependencies, was not found.
When I change the httpModules settings to:
type="AuthModule.SetIdentity, SetIdentity"
I no longer get that message.
Is it just me or is there an error in the sample code?
Thanks for your help,
Mak
|