473,387 Members | 1,549 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Default.aspx and httpHandlers

1
Hello !

I wrote small proxy script working as httpHandler in my virtual directory. So, all what I need to do, is to be able to run another (f.ex: Default.aspx) .aspx application (website) located in this directory.

f.ex:
http://my_server/virt_dir/ - runs my Handler (proxy)

and moreover, I want to run:
http://my_server/virt_dir/Default.aspx

In my web.config:

<httpHandlers>
<add verb="*" path="*" type="Proxy.Proxy, Proxy" />
</httpHandlers>

Does Anyone know the solution of this problem??? I really need it.

bob.
Aug 3 '07 #1
1 1461
jhardman
3,406 Expert 2GB
Hello !

I wrote small proxy script working as httpHandler in my virtual directory. So, all what I need to do, is to be able to run another (f.ex: Default.aspx) .aspx application (website) located in this directory.

f.ex:
http://my_server/virt_dir/ - runs my Handler (proxy)

and moreover, I want to run:
http://my_server/virt_dir/Default.aspx

In my web.config:

<httpHandlers>
<add verb="*" path="*" type="Proxy.Proxy, Proxy" />
</httpHandlers>

Does Anyone know the solution of this problem??? I really need it.

bob.
moving to the .NET forum. Someone here should be able to answer you, Frinny at least is a genius.

Jared
Aug 3 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Michael | last post by:
Hi I would like to use an existing ASPX page as a HTTP handler so that I can do something like this.... <system.web> <httpHandlers> <add verb="*" path="Global.aspx"...
0
by: Chance Hopkins | last post by:
Does anyone know how to get a custom httpHandler to fire for all applications in machine.config for an assembly in the GAC, without using seperate location tags? For instance, this works for a...
0
by: vinny | last post by:
hi, After calling my httphandlers , i want the default httphandler also to be called. How do i call the default httphandler? Because the pages where i am using my own httphandler, returns a...
0
by: Anonieko Ramos | last post by:
Answer. Use IHttpHandler. thanks Ro ry for coming up with this code. It processes css file to add variables. neat idea using System; using System.IO; using System.Text; using...
7
by: Shaul Feldman | last post by:
Hello, the question is how can I masquerade ASPX files behind HTML extension? Thank you in advance. -- With the best wishes, Shaul Feldman
3
by: Hope Paka | last post by:
I want to use my custom url extension instead of .aspx. I can achieve this by writing a custom handler that implements the IHttpHandlerFactory. In the GetHandler method of the IHttpHandlerFactory i...
24
by: John Rivers | last post by:
ASPX which means ASPX pages, the code-behind concept, User Controls, Web Controls etc. is very poorly designed and makes it extremely hard to develop professional quality web applications. ASPX...
1
by: Alexander | last post by:
then set up application mappings in IIS, ..ext = c:\windows\microsoft.net\framework\v1.1.4322\aspnet_isapi.dll and now scripts <%= DateTime.Now %> doesnt work, how can i fix this?
1
by: amir | last post by:
Hi, When compiling a page in VS2005 this morning I received 101 messages regarding schema problems in my web.config file. When I go to view an aspx page in my IIS, IE just displays a blank...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.