language file not found (404)

Hi,

I just deployed an application with the filevista control. The server is running on windows server 2008. My problem is that when i want to load the page with the control i get the message 'There was a problem retrieving the language file (not found 404)'. This application is an exact copy of another application i made earlier. This application is deployed on a windows server 2008 server and is working alright. Also the application is running fine on my production machine..

Do you have any suggestions where i could find the problem? I scanned all the topics on this forum and tried every solution on it. 

Gerard
Gerard 7/15/2010 8:22 AM
Please check if your project's web.config includes this setting between <system.web> tags:

        <webServices>
          <protocols>
            <add name="HttpPost"/>
          </protocols>
        </webServices>
Cem Alacayir 7/23/2010 5:24 AM