How to set favicon for a mobile page .
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi , I have created simple web application in .net 2.0 C# . I have added this code to add a favicon. This is working fine, if I inherit my page from "System.Web.UI.Page". but it is not working if I inherit from "System.Web.UI.MobileControls.MobilePage" .Please tell me the reason and resolution for this?
-
Hi , I have created simple web application in .net 2.0 C# . I have added this code to add a favicon. This is working fine, if I inherit my page from "System.Web.UI.Page". but it is not working if I inherit from "System.Web.UI.MobileControls.MobilePage" .Please tell me the reason and resolution for this?
Rename the icon file to favicon.ico and put it in the root of your site, it should work automatically then.