404 Errors on New DNN 7.1.x Installation

If you are encountering an issue with new DNN 7.1.x installations that causes most of DNN's URLs to result in 404 errors then please try to following fix.

- Within your site's web.config file locate the opening tag for the "modules" section of the web.config file which is:

"<modules>" (without quaotation marks)

- Then modify it so that it reads as follows:

"<modules runAllManagedModulesForAllRequests="true">" (without quotation marks)

- Then save the web.config file and restart your site. That should resolve the issue and allow your links and pages of your new DNN 7.1.x installation to resolve correctly.

Please note that this seems to only be an issue with DNN 7.1.x versions of DNN when ran in IIS 7.5. Different DNN versions or running them within IIS 7.0 shoudl not encounter this same issue.

  • 9 utilizatori au considerat informația utilă
Răspunsul a fost util?

Articole similare

Rectify error "Cannot insert the value null into column 'default language'" in DNN 5.1.2 installations.

There is a known issue with DNN 5.1.2 installations which will cause the error "Cannot insert the...

DNN Upgrade Failed - "Value Cannot Be Null" Error

If you have performed an upgrade to your DNN installation and received the following error after...

DNN login link redirects to home page

The tab id for your portal in your site's database got set to the home page tab id.  There...

URL redirection on dnn site

If you want to enable url redirection for your entire dnn site or pages within your dnn site you...

Lost DNN host account password

If you have forgotten your host account password you can promote another DNN user to have the...