Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterHint for error 404 on IIS7 for Page Extension Handling = Never use page extensionHint for error 404 on IIS7 for Page Extension Handling = Never use page extension
Previous
 
Next
New Post
2/9/2010 7:06 PM
 

 I spent some time with 404 error after setting Page Extension Handling = Never use page extension.

Worked on my local environment but not on hosted server. Since it is always very difficult to get information from hosting company and sometimes information is even not correct I recommend everybody having problems with handler mapping simply add to web.config line like:

<system.webServer>
  <handlers>
      <add name="ASP.NET *" path="*" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" requireAccess="None" preCondition="classicMode,runtimeVersionv2.0,bitness32" />

It could save your time and maybe solve problems. :-)

Mike

 

 
New Post
2/10/2010 1:25 AM
 

Mike

Thanks for your input.  My suspicion is that your host has your site hosted under iis 'classic' mode in IIs7, which mimics the behaviour of IIS6.  The entry you've provided maps the wildcard extensions to the aspnet_isapi.dll runtime, which is why it works for you. 

Your local test setup probably is in 'native' iis7 mode, which processes the asp.net requests directly rather than going through an ISAPI dll.

-Bruce

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterHint for error 404 on IIS7 for Page Extension Handling = Never use page extensionHint for error 404 on IIS7 for Page Extension Handling = Never use page extension


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.

Please note : If you are posting a new thread for the Url Master module, please include the following information where applicable:

- Url Master version

- DotNetNuke version

- Example Url where possible

- If there is an error, please post the full error text and/or stack trace (from the DotNetNuke event log).