G
Guest
Hi;
This works fine on my development system but fails on IIS on Win 2003. I
have requests for filename.txt, filename.rtf, etc that must go to my ASP.NET
code. I have the following in my web.config:
<httpHandlers>
<add verb="*" path="report-create.*" type="ReportCreate"/>
<add verb="*" path="report-view.*" type="ReportView"/>
<add verb="*" path="template-file.*" type="TemplateFile"/>
</httpHandlers>
And in IIS I went for my app to properties, Directory tab, Configuration
button, and added application exceptions for .txt, .rtf, etc giving them the
executable c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll
I then restarted IIS.
But, it still does not send those requests to my code. If I use an extension
of .aspx then I do get the request.
Any ideas?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
This works fine on my development system but fails on IIS on Win 2003. I
have requests for filename.txt, filename.rtf, etc that must go to my ASP.NET
code. I have the following in my web.config:
<httpHandlers>
<add verb="*" path="report-create.*" type="ReportCreate"/>
<add verb="*" path="report-view.*" type="ReportView"/>
<add verb="*" path="template-file.*" type="TemplateFile"/>
</httpHandlers>
And in IIS I went for my app to properties, Directory tab, Configuration
button, and added application exceptions for .txt, .rtf, etc giving them the
executable c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll
I then restarted IIS.
But, it still does not send those requests to my code. If I use an extension
of .aspx then I do get the request.
Any ideas?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm