Silkmoth
-
5/21/2009 4:42:00 AM
Portaltemplate.aspx Rewrite Fails
We have several developers using Kentico on Vista and XP machines without problems. However, one Vista Business/IIS7 installation has a problem we can't resolve. The administration and CMS areas work perfectly but we can't view the web sites created.
We've reinstalled Kentico and been through IIS settings but without success. When we attempt to view a site we get this error in the browser:
Server Error in '/' Application. -------------------------------------------------------------------------------- The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
The problem is that requests for pages are written incorrectly. For example, a request to
/Home.aspx is rewritten as: /Home.aspx/PortalTemplate.aspx
and /About-Us.aspx is rewritten as: /About-Us.aspx/alTemplate.aspx
i.e. the last part of the PortalTemplate.aspx name - the first few characters can be overwritten depending on the length of the page requested.
However, if we go to: http://localhost/cmspages/portaltemplate.aspx?aliaspath=/About-Us
We get the page delivered correctly, so this part works.
|