Click here to Skip to main content
15,920,383 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondouble array Pin
yesu prakash9-Aug-07 17:36
yesu prakash9-Aug-07 17:36 
AnswerRe: double array Pin
Guffa9-Aug-07 18:15
Guffa9-Aug-07 18:15 
AnswerRe: double array Pin
S A R I T H9-Aug-07 18:34
S A R I T H9-Aug-07 18:34 
GeneralRe: double array Pin
yesu prakash9-Aug-07 18:51
yesu prakash9-Aug-07 18:51 
GeneralRe: double array Pin
S A R I T H9-Aug-07 18:56
S A R I T H9-Aug-07 18:56 
QuestionHow to show Text in Tamil Fonts Pin
Kurian_Kurian9-Aug-07 17:21
Kurian_Kurian9-Aug-07 17:21 
AnswerRe: How to show Text in Tamil Fonts Pin
Prashant C9-Aug-07 18:48
Prashant C9-Aug-07 18:48 
GeneralHaving .net framework handle .htm and .html files [modified] Pin
eggsovereasy9-Aug-07 10:13
eggsovereasy9-Aug-07 10:13 
So I tried adding .htm, .html, and even .* to the mapping configuration in IIS to aspnet_isapi.dll and have a httpHandler to handle .htm and .html files like this:

<br />
<httphandlers><br />
  <add type="Project.HttpHandlers.HtmExtensionHandler, Project.HttpHandlers" path="*.htm, *.html" verb="*"><br />
</add><br />
</httphandlers><br />


But when I type in something.html I get a 404 page from IIS (not .net), when I attach the debugger to the asp.net worker process it never goes into the http handler.

Is there some reason why IIS won't give these requests to .net? I have also tried with my own made up extensions, but nothing. If I put a blank index.htm file in place and request index.htm then it goes through the handler as expected.

I've also tried using an HttpModule to set up an event handler on BeginRequest to rewrite the path, but the HttpModule also never gets called if there is no place holder file.

Last modified: 16mins after originally posted --



GeneralRe: Having .net framework handle .htm and .html files Pin
Guffa9-Aug-07 10:16
Guffa9-Aug-07 10:16 
AnswerRe: Having .net framework handle .htm and .html files Pin
Guffa9-Aug-07 14:45
Guffa9-Aug-07 14:45 
Questionnot abul to see error indication blue lines in VS.NET IDE Pin
jayaramp49-Aug-07 8:49
jayaramp49-Aug-07 8:49 
QuestionWizard template evnts Pin
kjosh9-Aug-07 8:33
kjosh9-Aug-07 8:33 
Questionlunch application directly from IE and firefox Pin
aziz_subaie9-Aug-07 8:03
aziz_subaie9-Aug-07 8:03 
AnswerRe: lunch application directly from IE and firefox Pin
Guffa9-Aug-07 10:25
Guffa9-Aug-07 10:25 
GeneralRe: lunch application directly from IE and firefox Pin
aziz_subaie9-Aug-07 17:54
aziz_subaie9-Aug-07 17:54 
AnswerRe: lunch application directly from IE and firefox Pin
Guffa9-Aug-07 18:21
Guffa9-Aug-07 18:21 
GeneralRe: lunch application directly from IE and firefox Pin
aziz_subaie9-Aug-07 18:45
aziz_subaie9-Aug-07 18:45 
QuestionDynamic dropdown in user control Pin
peacefulmember9-Aug-07 7:29
peacefulmember9-Aug-07 7:29 
QuestionWizard control events [modified] Pin
kjosh9-Aug-07 7:23
kjosh9-Aug-07 7:23 
QuestionGo back Pin
Tarik Guney9-Aug-07 6:15
Tarik Guney9-Aug-07 6:15 
QuestionIf we have ASP.NET AJAX, why should we learn Ajax? Pin
ctlqt129-Aug-07 5:59
ctlqt129-Aug-07 5:59 
AnswerRe: If we have ASP.NET AJAX, why should we learn Ajax? Pin
jcdevnet9-Aug-07 6:44
jcdevnet9-Aug-07 6:44 
AnswerRe: If we have ASP.NET AJAX, why should we learn Ajax? Pin
Christian Graus9-Aug-07 15:48
protectorChristian Graus9-Aug-07 15:48 
AnswerRe: If we have ASP.NET AJAX, why should we learn Ajax? Pin
S A R I T H9-Aug-07 17:52
S A R I T H9-Aug-07 17:52 
QuestionBuilding a ASP.net that generate graph on webpage, using excel sheet as a data source Pin
sheva1019-Aug-07 5:09
sheva1019-Aug-07 5:09 

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.