Click here to Skip to main content
15,898,373 members
Home / Discussions / C#
   

C#

 
GeneralRe: HTTPModule to filter .asp pages Pin
AWebDude25-Mar-04 9:42
AWebDude25-Mar-04 9:42 
GeneralRe: HTTPModule to filter .asp pages Pin
Heath Stewart25-Mar-04 9:46
protectorHeath Stewart25-Mar-04 9:46 
GeneralRe: HTTPModule to filter .asp pages Pin
AWebDude25-Mar-04 9:50
AWebDude25-Mar-04 9:50 
GeneralRe: HTTPModule to filter .asp pages Pin
Heath Stewart25-Mar-04 9:52
protectorHeath Stewart25-Mar-04 9:52 
GeneralRe: HTTPModule to filter .asp pages Pin
AWebDude25-Mar-04 10:13
AWebDude25-Mar-04 10:13 
GeneralRe: HTTPModule to filter .asp pages Pin
AWebDude25-Mar-04 10:35
AWebDude25-Mar-04 10:35 
GeneralRe: HTTPModule to filter .asp pages Pin
Heath Stewart25-Mar-04 10:41
protectorHeath Stewart25-Mar-04 10:41 
GeneralIt Worked !! HTTPModule to filter .asp pages Pin
AWebDude25-Mar-04 13:38
AWebDude25-Mar-04 13:38 
Great!!!! I really appreciate the help.

It worked but I still need to test the full project I'm working on.

What I'm trying to do is that my company has a list of customers who have their mini sites on our server. For example http://www.mysite.com/customer1/default.asp. Most of the customers have this link on their business documents.

We have 2 domains pointing to same IP. Let's say you type www.mysite.com or www.mycompany.com and both goes to same location.

Now my company is making one domain a whole different site but they don't want to bother customers to change their mini site location.

So, my project is to check the url on new domain and if the url has a customer folder name within, I should redirect it to other domain to correct url. All the pages are in .asp

I'm planning to have all the customer folder names in one XML file and use HttpModule class to check the folder name in XML file and redirect it. THe challenge here is that if url doesn't have matching folder in XML it should'n do anything and display the file from local server.

I don't know if you have any interest in this but if you do I can bug you again in case I get stuck somewhere.

Many thanks for your help.
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 8:18
protectorHeath Stewart25-Mar-04 8:18 
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 8:36
protectorHeath Stewart25-Mar-04 8:36 
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 11:17
protectorHeath Stewart25-Mar-04 11:17 
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 11:40
protectorHeath Stewart25-Mar-04 11:40 
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 11:44
protectorHeath Stewart25-Mar-04 11:44 
GeneralRe: Resize Control at Design Time Pin
Jeremy Kimball25-Mar-04 13:05
Jeremy Kimball25-Mar-04 13:05 
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 13:44
protectorHeath Stewart25-Mar-04 13:44 
GeneralRe: Resize Control at Design Time Pin
Jeremy Kimball25-Mar-04 13:48
Jeremy Kimball25-Mar-04 13:48 
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 13:50
protectorHeath Stewart25-Mar-04 13:50 
GeneralRe: Resize Control at Design Time Pin
Jeremy Kimball25-Mar-04 14:06
Jeremy Kimball25-Mar-04 14:06 
GeneralQuestion about WebBrowser editing Pin
profoundwhispers25-Mar-04 6:54
profoundwhispers25-Mar-04 6:54 
GeneralRe: Question about WebBrowser editing Pin
Heath Stewart25-Mar-04 8:15
protectorHeath Stewart25-Mar-04 8:15 
GeneralUsing a #define from an unmanaged dll Pin
schnee2k325-Mar-04 6:42
schnee2k325-Mar-04 6:42 
GeneralRe: Using a #define from an unmanaged dll Pin
Dave Kreskowiak25-Mar-04 7:48
mveDave Kreskowiak25-Mar-04 7:48 
GeneralRe: Using a #define from an unmanaged dll Pin
schnee2k325-Mar-04 8:24
schnee2k325-Mar-04 8:24 
GeneralRe: Using a #define from an unmanaged dll Pin
Dave Kreskowiak25-Mar-04 8:31
mveDave Kreskowiak25-Mar-04 8:31 
GeneralRe: Using a #define from an unmanaged dll Pin
schnee2k325-Mar-04 8:36
schnee2k325-Mar-04 8:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.