Thanks for your reply. I already have that. Below is my web.config [formatting and spaces got messed up with copy/paste. There are no typos). Any other ideas?
Thanks.
<?xmlversion="1.0"?>
<configuration>
<system.web>
<httpRuntimerequestValidationMode="2.0"/>
<compilationdebug="true"strict="false"explicit="true"targetFramework="4.0"/>
</system.web>
<system.webServer>
<modulesrunAllManagedModulesForAllRequests="true"/> </system.webServer>
</configuration>
Goran