Search the web
Sign In
New User? Sign Up
AspNetHttpHandlersModules · ASP.NET HttpHandlers and HttpModules Discussion and Problem Solving
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1 - 22 of 22   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Hi, I was curious if HttpHandlers or HttpModules could be used to provide URL rewriting. So for instance, the client browser requests: ...
dsacks
Offline Send Email
Mar 27, 2003
2:46 am
2
Try this: http://www.codeproject.com/aspnet/urlrewriter.asp ... From: dsacks [mailto:dennis@...] Sent: Wednesday, March 26, 2003 8:22 PM To:...
Paul Brenner
pbrenner@...
Send Email
Mar 28, 2003
2:00 am
3
You could do this very easily, but I'm not sure if this is the best way, there are ways to configure IIS to do this for you and would not have the delay for...
Bill Andreozzi
billandr@...
Send Email
Mar 28, 2003
2:00 am
4
... Dennis' request is an excellent example of what now can be done in C# or VB.NET very easily, which previously required ISAPI filters written in C++ (and...
Gary Pupurs
gpupurs
Offline Send Email
Apr 2, 2003
5:05 am
5
Below is some sample code for trying this out. It should be enough to get you going. While the code below could go into a compiled HttpModule and then be ...
Gary Pupurs
gpupurs
Offline Send Email
Apr 2, 2003
5:12 am
6
Marc has a great way to allow Dennis' extension-less virtual URL to still be processed by ASP.NET. See below. PS: in the article previously linked by someone...
Gary Pupurs
gpupurs
Offline Send Email
Apr 2, 2003
5:12 pm
7
... Thanks for the help and suggestions. After I read through some explainations about how this all works, I figured I'd need to use the .aspx extension on a...
dennis@...
dsacks
Offline Send Email
Apr 2, 2003
8:16 pm
8
... Or use .html if that's perceived more friendly to users, since that's not used by IIS... -g Gary Pupurs <gp-dev@...> on 04/03/2003...
Gary Pupurs
gpupurs
Offline Send Email
Apr 3, 2003
2:28 pm
9
I am writing a handler factory and need to access the session. There seems to be a distinction between a project accessed through a virtual directory and one...
davidbellis
Offline Send Email
May 2, 2003
3:23 pm
10
hello friends, Presently I am working on HTTPHandlers I have some doubts.. 1.How to include the HTML Files in the HTTPHandler like <!-- include ....-->...
san v
san_murugkar
Offline Send Email
Aug 19, 2003
1:23 pm
11
Glad to hear you are getting your feet wet!! This is a pretty good sample of a basic handler. You can associate a Handler with an extension, such as *.sanv......
toddc@...
Send Email
Aug 19, 2003
4:15 pm
12
I think maybe he just wants to map the .html file extension to the ASP.NET engine? If so, you will need to go into IIS to your vdir properties, go to the...
Eric J. Smith
ejsmith@...
Send Email
Aug 19, 2003
5:14 pm
13
[His full question didnt come through (see bottom for fill message), the HTML comment from the include statement confused YahooGroups, or his email client (I...
Gary Pupurs
gpupurs
Offline Send Email
Aug 19, 2003
5:39 pm
14
hi, I tried what the soln u have given.. But the problem is, for reading the file It ask for physical location of the file but I want to give the virtual...
san v
san_murugkar
Offline Send Email
Aug 20, 2003
2:11 pm
15
hi smith, When the user post the request for some some information say book details with ISBN NO. with my own extension say http:/localhost/ISBN100.ashx My...
san v
san_murugkar
Offline Send Email
Aug 20, 2003
2:12 pm
16
In my application I list files for users to download. Each has a unique extension that my handler is configured to deal with. When a user clicks on one of...
Chris
chris@...
Send Email
Oct 1, 2003
4:32 am
17
I'm looking for some good references / tutorials / examples of using HttpHandlers / HttpModules. Anyone know of some good ones? Jeff...
Jeffrey A Schoolcraft
m005838
Online Now Send Email
Nov 17, 2003
7:44 pm
18
I recommend Microsoft community starter kit to you. It's good reference using HTTP Module. Check it on...
이동범
funnyfox@...
Send Email
Nov 18, 2003
5:33 am
19
Another good reference, not just for ASP.NET HttpHandlers but for everything .NET, is HotBlue. Here's the article links for HttpHandlers and Modules: ...
hotbluesoftware
Offline Send Email
Jan 26, 2004
5:12 pm
20
Hello to everyone I use Server. Transfer () to execute another page in my project. A problem I have is I can't execute pages in another projects. It says...
Mohammad Reza FAKHIMY
negin_ray
Offline Send Email
Feb 11, 2005
3:40 pm
21
I'm developing a web app and need to retrieve data updates from the server. The client requirement is to use C#. All I need to do is to write a C# class that...
Jan
janlmiller61
Offline Send Email
Mar 3, 2005
7:32 pm
22
Oh, forgot to mention that it was suggested to me that my C# class implement IHttpHandler. Jan...
Jan
janlmiller61
Offline Send Email
Mar 3, 2005
7:32 pm
Messages 1 - 22 of 22   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help