Hi all,

I have issue with Version 0.8.2.2648. I am using win 2008 x 64/ iis7/ sharepoint foundation 2010/ sharepoint designer 2010


if i config web.config file the same iis6 using following xml statement:


<httpModules >
      <add name="AjaxRequestModule" type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web, Version=0.8.2.2648, Culture=neutral, PublicKeyToken=f58c952e9aa5b80a" />
    </httpModules>

i can login to sharepoint designer but i get the following error


The <code>web.config</code> file for this
project is missing the required AjaxRequestModule.


<div style="MARGIN-LEFT: 48px">Example

<code><system.web>
<httpModules>
<add
name="AjaxRequestModule" type="Coolite.Ext.Web.AjaxRequestModule,
Coolite.Ext.Web"
/>
</httpModules>
</system.web>
</code>

More
information available at "
<a href="https://examples1.ext.net/#/Getting_Started/Introduction/Overview/">Getting
Started
</a>".



if i config web.config file for iis7 using following:

<validation validateIntegratedModeConfiguration="false" />
    <modules runAllManagedModulesForAllRequests="true">
      
      <add name="AjaxRequestModule" preCondition="managedHandler" type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web" />
    </modules>
    <handlers>


      <add name="AjaxRequestHandler" verb="*" path="*/coolite.axd" preCondition="integratedMode" type="Coolite.Ext.Web.ResourceManager"/>
    </handlers>

i can not login to sharepoint designer ????


Hic, i was tried my best but even to resolve it, pls help me if you have any idea.


Many thanks,