I'm getting a 404 error when i'm trying to access edit mode with the following url http://[host]/editui/edit/. If I type http://[host/editui/edit/default.aspx evertyhing works fine. This problem only apperas in the production environment, in our test enviroment which are identical everthing works fine. Any help will be appreciated.
The site are running on windows 2003 server with iis6.
Have you checked that Wildcard Application Maps in IIS under HomeDirectory Tab / Configuration button has an entry for aspnet_isapi.dll ? It should be C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll . This is sometimes missing depending on how you installed the web site. I have had similar problems related to this missing entry.
Thanks for your replys. Yes I have entry for aspnet_isapi.dll i wildcard application maps, and global.asax has inheritance from EPiServer.Global. I'm still having this issue.
I'm getting a 404 error when i'm trying to access edit mode with the following url http://[host]/editui/edit/. If I type http://[host/editui/edit/default.aspx evertyhing works fine. This problem only apperas in the production environment, in our test enviroment which are identical everthing works fine. Any help will be appreciated.
The site are running on windows 2003 server with iis6.