473,804 Members | 3,453 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

does url rewriting use isapi

.... and if so how (using basic asp, not .net)?

thanks

Mark
www.iosilver - Silver Jewellery

Aug 1 '06 #1
6 1538

trooperbill wrote:
... and if so how (using basic asp, not .net)?

thanks
http://www.google.co.uk/search?hl=en...e+Search&meta=

--
Mike Brind

Aug 1 '06 #2

"trooperbil l" <ma******@gmail .comwrote in message
news:11******** *************@s 13g2000cwa.goog legroups.com...
... and if so how (using basic asp, not .net)?
Yes URL rewriting uses ISAPI. You need to create a C++ ISAPI filter project
and write code in the OnUrlMap in the implementation of CHttpFilter. Have
fun ;)
thanks

Mark
www.iosilver - Silver Jewellery

Aug 1 '06 #3

Anthony Jones wrote:
"trooperbil l" <ma******@gmail .comwrote in message
news:11******** *************@s 13g2000cwa.goog legroups.com...
... and if so how (using basic asp, not .net)?

Yes URL rewriting uses ISAPI. You need to create a C++ ISAPI filter project
and write code in the OnUrlMap in the implementation of CHttpFilter. Have
fun ;)
thanks

Mark
www.iosilver - Silver Jewellery
anyone know a method that will work on shared hosting?

Aug 2 '06 #4
nope
"mark r" <ma******@gmail .comwrote in message
news:11******** *************@7 5g2000cwc.googl egroups.com...
>
Anthony Jones wrote:
>"trooperbill " <ma******@gmail .comwrote in message
news:11******* **************@ s13g2000cwa.goo glegroups.com.. .
... and if so how (using basic asp, not .net)?

Yes URL rewriting uses ISAPI. You need to create a C++ ISAPI filter
project
and write code in the OnUrlMap in the implementation of CHttpFilter.
Have
fun ;)
thanks

Mark
www.iosilver - Silver Jewellery

anyone know a method that will work on shared hosting?

Aug 2 '06 #5
On Wed, 02 Aug 2006 04:21:36 -0500, mark r <ma******@gmail .comwrote:
Anthony Jones wrote:
>"trooperbill " <ma******@gmail .comwrote in message
news:11******* **************@ s13g2000cwa.goo glegroups.com.. .
... and if so how (using basic asp, not .net)?

Yes URL rewriting uses ISAPI. You need to create a C++ ISAPI filter
project
and write code in the OnUrlMap in the implementation of CHttpFilter.
Have
fun ;)

anyone know a method that will work on shared hosting?
If you can create virtual directories, you may be able to use a wildcard
redirect. Configure the virtual directory so that it redirects to the
exact URL you enter, and use a URL such as this:

*;*;/index.asp?url=$ V&$P

The first *; tells IIS that this is a wildcard redirect. The second
matches any URL, and $V and $P embed the file and query portions of the
matched URL, respectively.

--
Justin Piper
Bizco Technologies
http://www.bizco.com/
Aug 3 '06 #6
mark r wrote:
>
anyone know a method that will work on shared hosting?
Get a new hosting company that is running Linux and use mod_rewrite.

--

Regards,

Travis Spencer

Aug 4 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
3262
by: Irene | last post by:
Hi, I have an asp page that allows a user to search for info in a DB and add info to a DB. The search uses "ADODB.Connection" objects in the page, but the add will use a call to an isapi dll via the "Microsoft.XMLHTTP" object. The results of the isapi dll will be displayed to the user without refreshing the asp page. I have a code snippet below for the isapi call. WHat is happening is that the xmlhttp.responseText from the snippet...
3
2260
by: Lionel Schiepers | last post by:
I rencently tested an web application with ISAPI extensions that internally use managed extensions but the call to the ISAPI failed. I receive the following message: "A dynamic link library (DLL) initialization routine failed." in my browser. These ISAPI extension work when they execute under W2K or WXP. To reproduce the problem, I've create a simple isapi extension with visual studio 2002 and visual studio 2003 and changed the code with:
2
339
by: Juha Borenius | last post by:
I read Robert Chartier's article from 15 seconds (http://www.15seconds.com/issue/030522.htm) and tried it myself. URL rewriting seems to work fine as long as original file exists. For example: redirecting from /mysample/default.html to /mynewsample/default.html works when original file exists. But when original file doesn't exist or request file is not specified (requesting for a directory /mysample/), IIS throws an error. Seems that...
2
2276
by: Thedotnetteer | last post by:
hi. I wrote a very simple httpmodule to transform calls as www.mysite.com/users/john to www.mysite.com/userspage.aspx?id=john the problem is that my module is called only when the called page has an ..aspx extension (or an extension which is associated with aspnet), thus making the module unuseful.
4
1284
by: Serg | last post by:
I can't add .* to ISS mappings, so how do I handle the situation when the url looks something like this: http://MyUrl/2004/10/23 I could require the users to type http://MyUrl/2004/10/23/index.toc, but I prefer not to. There must be a way to set this in IIS? Thanks for help - Sergey
4
1900
by: Serg | last post by:
How do I install ISAPI filter in IIS? I need ISAPI filter to process folder paths such as http://MyUrl/folder1/folder2/folder3 There is no "ISAPI filters" tab in my IIS. Thanks!
3
1196
by: DC | last post by:
Hi, I need something that rewrites a URL like myserver.com/parm1/val1/parm2/val2 to myserver.com/default.aspx?parm1=val1&parm2=val2
3
1642
by: daddywhite | last post by:
I need to rewrite a URL like: FROM: /mypage.asp?my_id=78 TO: /contact-us Where contact us is the name of that page stored ion a database. I can easily use a ISAPI filter to change it to:
0
1043
by: CGambino | last post by:
Hello, I was attempting to implement simple URL Rewriting using an HTTP Module with an event on BeginRequest and powered by a Context.RewritePath. I got everything to work fine. When I was using FileMon, I noticed that aspnet_wp.exe attempts 2 file access for the file that's rewritten, and doesn't find it. I am trying to rewrite html files and have configured IIS to use the aspnet_isapi.dll. I have removed "check if file exists".
0
9705
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9576
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10567
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10323
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7613
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5515
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4291
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3809
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.