Monday, March 26, 2012

Ajax Toolkit installation on windows vista / IIS 7.0

I tried to install the ajax toolkit localy on a windows vista / iis 7.0 system. Whe I try to call the default.aspx page I get the following error:

Serverfehler in der Anwendung "Default Web Site"


HTTP-Fehler 404.3 - Not Found

Beschreibung: Die angeforderte Seite kann aufgrund der für den Webserver konfigurierten MIME (Multipurpose Internet Mail Extensions)-Zuordnungsrichtlinien nicht angezeigt werden. Die angeforderte Seite weist eine unbekannte Dateinamenerweiterung auf. Sie ist daher nicht zul?ssig.

Fehlercode: 0x80070032

Benachrichtigung: ExecuteRequestHandler

Modul: StaticFileModule

Angeforderte URL: http://localhost:80/default.aspx

Physikalischer Pfad: C:\DevTools.Net2005\AjaxSite\default.aspx

Angemeldeter Benutzer: Anonym

Anmeldemethode: Anonym

Handler: StaticFile

Any idea which mime types I have to define? Thanks

This should just work out of the box. You should not need to set any mime types explicitly. Did you make any changes to the Default web site?

No comments:

Post a Comment