Click here to Skip to main content
15,896,153 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Get file path from file upload control Pin
busbyam26-Apr-11 13:01
busbyam26-Apr-11 13:01 
GeneralRe: Get file path from file upload control Pin
Orcun Iyigun27-Apr-11 5:44
Orcun Iyigun27-Apr-11 5:44 
AnswerRe: Get file path from file upload control Pin
Prasanta_Prince26-Apr-11 18:19
Prasanta_Prince26-Apr-11 18:19 
GeneralRe: Get file path from file upload control Pin
Orcun Iyigun27-Apr-11 5:45
Orcun Iyigun27-Apr-11 5:45 
AnswerRe: Get file path from file upload control Pin
walterhevedeich26-Apr-11 18:47
professionalwalterhevedeich26-Apr-11 18:47 
GeneralRe: Get file path from file upload control Pin
Orcun Iyigun27-Apr-11 5:46
Orcun Iyigun27-Apr-11 5:46 
QuestionFavicon not found Pin
GenJerDan26-Apr-11 9:35
GenJerDan26-Apr-11 9:35 
AnswerRe: Favicon not found Pin
busbyam26-Apr-11 12:56
busbyam26-Apr-11 12:56 
Browsers automatically ask for a favicon.ico when they load your page, there is nothing that you can do to stop this.

If it is the error that is bothering you there are only two options. Create a blank favicon.ico file or add a hack to prevent the error when it is a favicon.ico request.

this is a link to the yahoo advice on fav icons.

http://developer.yahoo.com/performance/rules.html#favicon[^]

Just thought, if you are using System.Routing you can add an Ignore route that stops the asp.net handler from trying to work with the favicon file. The should stop the request going though you asp.net pipeline and triggering and unhandled execption alert
GeneralRe: Favicon not found Pin
GenJerDan27-Apr-11 14:53
GenJerDan27-Apr-11 14:53 
QuestionMoving Files Pin
kheer26-Apr-11 6:40
kheer26-Apr-11 6:40 
AnswerRe: Moving Files Pin
GenJerDan26-Apr-11 8:09
GenJerDan26-Apr-11 8:09 
AnswerRe: Moving Files Pin
Simon_Whale26-Apr-11 12:30
Simon_Whale26-Apr-11 12:30 
GeneralRe: Moving Files Pin
kheer26-Apr-11 17:06
kheer26-Apr-11 17:06 
GeneralRe: Moving Files Pin
Simon_Whale26-Apr-11 21:56
Simon_Whale26-Apr-11 21:56 
Questionhelp with data - while completing a process Pin
Simon_Whale26-Apr-11 5:43
Simon_Whale26-Apr-11 5:43 
AnswerRe: help with data - while completing a process Pin
David Mujica27-Apr-11 4:24
David Mujica27-Apr-11 4:24 
GeneralRe: help with data - while completing a process Pin
Simon_Whale27-Apr-11 5:27
Simon_Whale27-Apr-11 5:27 
GeneralSuggest you look at some ASP.NET controls Pin
David Mujica27-Apr-11 9:56
David Mujica27-Apr-11 9:56 
QuestionCustom Access Rule page Pin
Naunt26-Apr-11 0:02
Naunt26-Apr-11 0:02 
AnswerRe: Custom Access Rule page Pin
Ravi Sant26-Apr-11 5:30
Ravi Sant26-Apr-11 5:30 
GeneralRe: Custom Access Rule page Pin
Naunt26-Apr-11 18:46
Naunt26-Apr-11 18:46 
QuestionForm submit gridview's pagination issue. Pin
vanikanc25-Apr-11 5:27
vanikanc25-Apr-11 5:27 
AnswerRe: Form submit gridview's pagination issue. Pin
Prasanta_Prince26-Apr-11 0:58
Prasanta_Prince26-Apr-11 0:58 
GeneralRe: Form submit gridview's pagination issue. Pin
vanikanc26-Apr-11 2:16
vanikanc26-Apr-11 2:16 
GeneralRe: Form submit gridview's pagination issue. Pin
Prasanta_Prince26-Apr-11 3:35
Prasanta_Prince26-Apr-11 3:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.