Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Friendly Url Pr...Friendly Url Pr...Excluding Extensions not working - IIS7Excluding Extensions not working - IIS7
Previous
 
Next
New Post
6/18/2010 9:51 PM
 

Hi,

I can get your module to work up until the last change, which is in IIS7. Links are setup correctly, but I get a 404 when it is requested. I have have put the <modules runAllManagedModulesForAllRequests="true"> code in place in my site web.config file and I still get the 404. Am I missing something?

FYI - DNN site with IIS7 and Windows Server 2008.

Thanks in advance

Matt

 
New Post
6/19/2010 12:22 AM
 

Matthew - check to see if you're on IIS 7 classic or IIS7 integrated pipeline. The 'runAllManagedModulesForALlRequests' switch only works with integrated pipeline mode. IIS7 classic requires setting up a wildcard handler and changing the order of the handlers so the wildcard handler comes before the static file handler.

See http://www.ifinity.com.au/Products/KB...

 
New Post
6/19/2010 3:37 PM
 

Okay, I went through this and its still a no go. Made sure wildcard is at the bottom of the handler mappings. I even tried restarting the site and restarting the DNN application on the host level. am I missing a step?

Here is my ignored file types, but I shouldnt be getting a 404 even if this is wrong, right?

ignoreFileTypesRegex="(\.gif)|(\.png)|(\.css)|(\.js)|(\.jpg)|(\.html)|(\.htm)"

DNN version is 05.04.01

 
New Post
6/19/2010 4:02 PM
 

changed it to this from another post with still no avail. No pages will work

ignoreFileTypesRegex="(?&lt;!linkclick\.aspx.+)(?:\.pdf$|\.gif$|\.png$|\.css$|\.js$|\.jpg$|\.html$|\.htm$|\.axd|\.swf$|\.flv$|\.ico$)"

 
New Post
6/19/2010 4:02 PM
 

changed it to this from another post with still no avail. No pages will work

ignoreFileTypesRegex="(?&lt;!linkclick\.aspx.+)(?:\.pdf$|\.gif$|\.png$|\.css$|\.js$|\.jpg$|\.html$|\.htm$|\.axd|\.swf$|\.flv$|\.ico$)"

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Friendly Url Pr...Friendly Url Pr...Excluding Extensions not working - IIS7Excluding Extensions not working - IIS7


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.