Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...httpHandlerhttpHandler
Previous
 
Next
New Post
4/16/2007 2:51 PM
 

Here is what is in my web.config for this. Where are the *.axd  strored at, I can't seem to find them.

 

<

httpHandlers> This is for FTB 3.0 support -->add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" /> This is for CAPTCHA support -->add verb="*" path="*.captcha.aspx" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke" /> This is for Serving files, secure, insecure, from database -->add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke" />httpHandlers>

<!--

<

<!--

<

<!--

<

</

 
New Post
4/17/2007 1:09 AM
 

HTTP handlers identify pages that do not actually exist on your website.  Therefore you will not find a FtbWebResource.axd file on your server but within the FreeTextBoxControls.AssemblyResourceHandler assembly you will find a handler declared that will be called each time a request comes in for the .axd file.


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
8/9/2007 3:44 AM
 

Hi, I have a question regarding Httphandler......... Suppose .i am creating my own extension(.test).The steps i have followed...

 

1> I have created a new HttpHandler Class,inherited from IHttpHandler------>    MyHttpHandler:IHttphandler

2>Then i have implemented method ProessRequest property named IReusable.

3> In the third step i have mapped the extension(.test) with aspnet_isapi.dll  into IIS6.4> In Web.confog file i have registered that newly created HttpHandler.

4>From the browser i am not requesting for the page,.

It is working very fine.......but my question is that if i do not create new HttpHandler   i mean  if i just create a new extension and map it in IIS and then in the Web>config file i just register it as the following code....

 

<add path="*.test" verb="*" type="System.Web.UI.PageHandlerFactory" />

 I mean i want that the PageHandlerFactory class will handle the request for the page with extension .test will it work??????????I mean to say that P
Can PageHandlerFactory class handle pages with other extension rather than .aspx?????

 

Plz reply me......i m a bit confused...

 

 
New Post
8/9/2007 3:44 AM
 

Hi, I have a question regarding Httphandler......... Suppose .i am creating my own extension(.test).The steps i have followed...

 

1> I have created a new HttpHandler Class,inherited from IHttpHandler------>    MyHttpHandler:IHttphandler

2>Then i have implemented method ProessRequest property named IReusable.

3> In the third step i have mapped the extension(.test) with aspnet_isapi.dll  into IIS6.4> In Web.confog file i have registered that newly created HttpHandler.

4>From the browser i am not requesting for the page,.

It is working very fine.......but my question is that if i do not create new HttpHandler   i mean  if i just create a new extension and map it in IIS and then in the Web>config file i just register it as the following code....

 

<add path="*.test" verb="*" type="System.Web.UI.PageHandlerFactory" />

 I mean i want that the PageHandlerFactory class will handle the request for the page with extension .test will it work??????????I mean to say that P
Can PageHandlerFactory class handle pages with other extension rather than .aspx?????

 

Plz reply me......i m a bit confused...

 

 
New Post
8/9/2007 8:59 AM
 

I am not sure if it can handle that or now.

You mgiht just give it a quick try.  I know a few clients that have mapped a few new file extensions to not use .aspx for their files but I am not 100% sure how it was done.


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...httpHandlerhttpHandler


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out