473,387 Members | 1,579 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.

httpmodule

Hi,
am using httpmodule in my application.

now

<configuration>

<system.web>

<httpModules>

<add type="ImageTracker.ImageTracker.TrackRequest1,Imag eTracker"
name="ImageTracker" />

</httpModules> ....

this works on my local machine , but when I upload it on the hosting server
, it doesnt redirect to the specified subroutine "trackerrequest" in the
imageTracker.dll

Considering that hosting server doesnt support httpmodules, when I called up
"customer care " of hosting service provider, I got a response that
httpmodules are supported on the server.

what could be the probable reason of not working .

help please ,

waiting for reply...

Thanks

Vipul




Nov 18 '05 #1
3 1294
Hi Vipul:

Do you see any error messages?

I'm guessing from the name the module interacts with requests for
image files like .jpg, .gif - if so, do you have requests for these
file extensions going to the ASP.NET runtime with a script mapping
setting in IIS?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 15 Oct 2004 07:46:54 +0100, "ypul" <vi**********@yahoo.com>
wrote:
Hi,
am using httpmodule in my application.

now

<configuration>

<system.web>

<httpModules>

<add type="ImageTracker.ImageTracker.TrackRequest1,Imag eTracker"
name="ImageTracker" />

</httpModules> ....

this works on my local machine , but when I upload it on the hosting server
, it doesnt redirect to the specified subroutine "trackerrequest" in the
imageTracker.dll

Considering that hosting server doesnt support httpmodules, when I called up
"customer care " of hosting service provider, I got a response that
httpmodules are supported on the server.

what could be the probable reason of not working .

help please ,

waiting for reply...

Thanks

Vipul




Nov 18 '05 #2
on my local server i am getting ".net error" of "page not found "
but on my hosting server I am not getting .net error ...I am getting the
normal page not found error

what could be the reason ?
is it that the hosting service has redirected the page and before it reaches
"isapi" or .net framework, the error is traped by IIS and redirected.

how should I find it out ??
vipul
"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:mp********************************@4ax.com...
Hi Vipul:

Do you see any error messages?

I'm guessing from the name the module interacts with requests for
image files like .jpg, .gif - if so, do you have requests for these
file extensions going to the ASP.NET runtime with a script mapping
setting in IIS?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 15 Oct 2004 07:46:54 +0100, "ypul" <vi**********@yahoo.com>
wrote:
Hi,
am using httpmodule in my application.

now

<configuration>

<system.web>

<httpModules>

<add type="ImageTracker.ImageTracker.TrackRequest1,Imag eTracker"
name="ImageTracker" />

</httpModules> ....

this works on my local machine , but when I upload it on the hosting server, it doesnt redirect to the specified subroutine "trackerrequest" in the
imageTracker.dll

Considering that hosting server doesnt support httpmodules, when I called up"customer care " of hosting service provider, I got a response that
httpmodules are supported on the server.

what could be the probable reason of not working .

help please ,

waiting for reply...

Thanks

Vipul



Nov 18 '05 #3
HI vipul:

I thought this wass working on your local machine? Does it not work
locally at all now?

--
Scott
http://www.OdeToCode.com/

On Sat, 16 Oct 2004 07:09:07 +0100, "ypul" <vi**********@yahoo.com>
wrote:
on my local server i am getting ".net error" of "page not found "
but on my hosting server I am not getting .net error ...I am getting the
normal page not found error

what could be the reason ?
is it that the hosting service has redirected the page and before it reaches
"isapi" or .net framework, the error is traped by IIS and redirected.

how should I find it out ??
vipul
"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:mp********************************@4ax.com.. .
Hi Vipul:

Do you see any error messages?

I'm guessing from the name the module interacts with requests for
image files like .jpg, .gif - if so, do you have requests for these
file extensions going to the ASP.NET runtime with a script mapping
setting in IIS?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 15 Oct 2004 07:46:54 +0100, "ypul" <vi**********@yahoo.com>
wrote:
>Hi,
>am using httpmodule in my application.
>
>now
>
><configuration>
>
><system.web>
>
><httpModules>
>
><add type="ImageTracker.ImageTracker.TrackRequest1,Imag eTracker"
>name="ImageTracker" />
>
></httpModules> ....
>
>this works on my local machine , but when I upload it on the hostingserver >, it doesnt redirect to the specified subroutine "trackerrequest" in the
>imageTracker.dll
>
>Considering that hosting server doesnt support httpmodules, when I calledup >"customer care " of hosting service provider, I got a response that
>httpmodules are supported on the server.
>
>
>
>what could be the probable reason of not working .
>
>help please ,
>
>waiting for reply...
>
>Thanks
>
>Vipul
>
>
>
>
>
>
>
>
>


Nov 18 '05 #4

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

Similar topics

0
by: Bruce B | last post by:
Hi group, I'm experiencing some extreme weirdness over the last week with IIS related to it's Mappings and how .NET is behaving. I can't explain the behavior as it seems very random. Our...
2
by: Rob Mayo | last post by:
What I'm trying to do is Create an ASP.Net app that has both Windows-authenticated users and Anonymous users. The idea is this: When authenticated users attempt to access the site, their...
1
by: Ryan Cromwell | last post by:
I have written an httpModule for use in our test environment. If a user goes to http://testserver/SomeApplication/MyPage.aspx it will resolve to the latest version of that application deployed:...
7
by: nail | last post by:
Folks, I develop a HttpModule and it works correct, but one problem is occurs. After I register the httpmodule in the web.config, my pages (not testing http://localhost/site but...
4
by: Danny W | last post by:
Hi There! Is it possible to use HttpModule to replace the built-in ASP.NET Session object? I want to write a HttpModule that will handle storing and retrieving of session values from an external...
2
by: Simon-Pierre Jarry | last post by:
Hi, I created a custom HttpModule for managing the security of my application. in "Init" sub, I regsiter the events doing that : Public Sub Init(ByVal context As System.Web.HttpApplication)...
2
by: walter | last post by:
Hi there, I know there is pool of HttpApplications, and for each request coming in, HttpRuntime will dedicate one from pool to serve the request. My questions are : 1. since HttpModule is plug...
1
by: Faraz | last post by:
Hi everyone, I am running into a slight problem. My understanding is that a custom HttpModule will run for every request made to the server, regardless of the extension. I do not experience this...
0
by: mattdev1000 | last post by:
Hello, I have an HttpModule that uses a lazy fetch to a secondary tier for calculating some values (the calculation is can be multisecond in the worse case). The HttpModule spins up a thread to...
3
by: Joseph Geretz | last post by:
I'm implementing a web application whose purpose in life is to act as a data conduit. Data is posted to my Web app in XML format, my application examines the data and forwards it onward by posting...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
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
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.