Change Default Web Application Icon

Last post 07-17-2008 7:40 AM by naresh.balupari. 4 replies.

Sort Posts:

  • Change Default Web Application Icon

    07-02-2007, 3:31 PM
    • Loading...
    • GregSQL
    • Joined on 07-02-2007, 7:27 PM
    • Posts 63

    In my .NET web application project, the default icon is selected and greyed out. Is there any way to change the default Icon (the Internet explorer icon) for my web application from the stupid circular E (no offense Microsoft) to something more customized?

  • Re: Change Default Web Application Icon

    07-02-2007, 8:42 PM
    Answer
    • Loading...
    • zaladane
    • Joined on 06-19-2007, 6:44 AM
    • California
    • Posts 185

    hello,

    Normally, all you need is to add an icon of size 16x16 in the root folder of your web application and name it "favicon.ico"

    the next step is to add the tag below in the head section of your page  and that will do! I had to delete my IE history to get it to show up though.

    <link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" />

     

    Still in search of the far side.
    --------------------------------
    A code snippet may help you, but a reference to the doc will teach you something for later...Don't just try to solve somebody's problem with a snippet, teach him how to solve it.
  • Re: Change Default Web Application Icon

    07-03-2007, 10:50 AM
    • Loading...
    • GregSQL
    • Joined on 07-02-2007, 7:27 PM
    • Posts 63

    That worked beautifully! Thank you.Big Smile

  • Re: Change Default Web Application Icon

    07-03-2007, 10:56 AM
    • Loading...
    • zaladane
    • Joined on 06-19-2007, 6:44 AM
    • California
    • Posts 185

    Glad i could help!

    Still in search of the far side.
    --------------------------------
    A code snippet may help you, but a reference to the doc will teach you something for later...Don't just try to solve somebody's problem with a snippet, teach him how to solve it.
  • Re: Change Default Web Application Icon

    07-17-2008, 7:40 AM

    hi,

    wonderfull,

    thanks for your reply

Page 1 of 1 (5 items)
Microsoft Communities
Page view counter