<!-- IIS 7 Script Map Configuration -->
<system.webServer>
<modules runAllManagedModulesForAllRequests="true">
<add name="ScriptCompressionModule" type="Westwind.Web.ScriptCompressionModule,Westwind.Web" />
</modules>
<validation validateIntegratedModeConfiguration="false" />
Should I remove or modify that <modules> element?
Thanks,
Kirk
Take a look at your web.config file and search for Westwind.Web. Most likely there's a reference to a handler or module for Westwind.Web. Not sure where this would come from in your FoxPro application.
+++ Rick ---
Hello. I've been trying to get an app up and running on a new Windows 2008 Server box but am having trouble. I've run the management console several times, as directed, and I've gone through the manual process.
My latest error is:
"Could not load file or assembly 'Westwind.Web' or one of its dependencies. The system cannot find the file specified."
I get this when I navigate to the site itself, or to the admin folder of the site.
Any help would be appreciated.
Thanks!
