UPDATE ok If i change these two isapifilters in the applicationhost.config it fixes my problem.
<isapiFilters>
<clear />
<filter name="Exchange OWA Cookie Authentication ISAPI Filter" path="C:\Program Files\Microsoft\Exchange Server\ClientAccess\owa\auth\owaauth.dll" enabled="true" preCondition="bitness64"/>
<filter name="Exchange ActiveSync ISAPI Filter" path="C:\Program Files\Microsoft\Exchange Server\ClientAccess\sync\bin\AirFilter.dll" enabled="true" preCondition="bitness64"/ />
</isapiFilters>
Why did this happen and is there a way to fix it through the gui instead of in the applicationhost.config file?