Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4546026
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T15:53:44+00:00 2026-05-21T15:53:44+00:00

I have an exception in project: The controller for path ‘/Content/Images/CustomFavicon.ico’ was not found

  • 0

I have an exception in project:
The controller for path ‘/Content/Images/CustomFavicon.ico’ was not found or does not implement IController.

I have found answer here: I'm getting a "Does not implement IController" error on images and robots.txt in MVC2

which gives me description of my problem and solution for it.

However I am weak on regular expressions, so have the same problem.
How can i modify this expression to math both paths of icon expression for example below:

(/.*)?CustomFavicon.ico?(/.*)

if my html link file look

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head id="ctl00_Head1">
  <link rel="shortcut icon" HREF="/Content/Images/CustomFavicon.ico">
  <link rel="icon" href="/Content/Images/CustomFavicon.ico" type="image/x-icon"><title>
   Home Page
  </title></head>
<body>

acodring to my test (see below), it finds only one match which also contains html I don’t want:

see here my test: http://regexr.com?2tl4a

This is going to be used in my Global.aspx file:

routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
  routes.IgnoreRoute("{resource}.aspx/{*pathInfo}");
  //ignore route for ico files
  routes.IgnoreRoute("{*favicon}", new { favicon = @"(.*/)?CustomFavicon.ico(/.*)?" });
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T15:53:45+00:00Added an answer on May 21, 2026 at 3:53 pm

    From your regex I am not sure what you want to match. I modified it a bit so that the two path are matched.

    (?:\/.*?)CustomFavicon.ico
    

    See here your modified example

    If you want to have this in a capturing group, then put brackets around it, like:

    ((?:\/.*?)CustomFavicon.ico)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a long time polling controller in my MVC3 project. It has its
I used to have my progress view controller in my current project. Then I
I´m getting a lazy initialization exception. A have a controller method with the annotation
How have you used the Exception.Data property in C# projects that you've worked on?
I have an exception handler . In my asp.net application. It’s written in Global.asax.
I have thread exception handler which saves the exception stack trace and should close
I have an exception handler for the type SqlException and I'm looking at the
I have an exception being thrown from a C# method, that takes a generic
I have following exception in the foreach loop Unable to cast object of type
I prefer to have the exception handling logic further up in the call stack,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.