473,503 Members | 2,046 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

iHttpModule

CD
Hi,
I have created a HttpModule to do some preprocessing for a web
application. This preprocessing is to be done before each page of the
application is loaded. I have created a separate project compiled it and
added a reference to it in the web application. The code is working fine.
Now i need to deploy this ihhtpModule in the GAC. I have added the
following lines of code in the web.config file of the web application
<httpModules>
<add name="Authenticate" type="myModules.AuthModule, Authenticate" />
</httpModules>
where Authenticate is my dll name, myModules is the namespace and AuthModule
is the class name. This works fine when i use a local copy of the httpModule
but throws an error when i deploy the same in the GAC.
I ahve added these lines in the web.config file to refer to the GAC.
<assemblies>
<add assembly="Authenticate, version=1.0.0.0, Culture=neutral,
PublicKeyToken=d1a87f2cb11b878f" />
</assemblies>
Anybody with any idea as to how i can resolve this issue please help.

Thanks

Nov 19 '05 #1
1 1100
I've replied to the other thread.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"CD" <CD@discussions.microsoft.com> wrote in message
news:82**********************************@microsof t.com...
Hi,
I have created a HttpModule to do some preprocessing for a web
application. This preprocessing is to be done before each page of the
application is loaded. I have created a separate project compiled it and
added a reference to it in the web application. The code is working fine.
Now i need to deploy this ihhtpModule in the GAC. I have added the
following lines of code in the web.config file of the web application
<httpModules>
<add name="Authenticate" type="myModules.AuthModule, Authenticate"
/>
</httpModules>
where Authenticate is my dll name, myModules is the namespace and
AuthModule
is the class name. This works fine when i use a local copy of the
httpModule
but throws an error when i deploy the same in the GAC.
I ahve added these lines in the web.config file to refer to the
GAC.
<assemblies>
<add assembly="Authenticate, version=1.0.0.0, Culture=neutral,
PublicKeyToken=d1a87f2cb11b878f" />
</assemblies>
Anybody with any idea as to how i can resolve this issue please help.

Thanks

Nov 19 '05 #2

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

Similar topics

0
1165
by: moid | last post by:
Sir we are implementing front controller in asp.net. we implement three event-handler 1. PreRequestHandlerExecute 2. PostRequestHandlerExecute 3. BeginRequest we just want to initialize...
2
2361
by: Kenneth Myhra | last post by:
Hi, We have been trying to develop an IHTTPModule (that was supposed to replace or take over the ISAPI Filters, as far as we know). We have developed one in C# and it seems to be working. The...
2
1638
by: Kenneth Myhra | last post by:
Hi all, We are trying to make an ISAPI Filter, in .NET by implementing the IHttpModule interface, that will authorize the request for certain binary file types (GET), this is working fine. But we...
8
2904
by: =?Utf-8?B?UGhpbGlw?= | last post by:
When is the IHttpModule Dispose driven ?....at application recycle time ? I developed a test HttpModule to trace INIT, BeginRequest, EndRequest and Dispose....and the Dispose never gets driven. ...
1
1454
by: Eric Goforth | last post by:
Hello, I found a C# example on the web that used an httpmodule. I've translated it to VB.NET and the website compiles fine, but when I build the website the iHttpModule doesn't compile, I can't...
0
7282
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,...
1
6998
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7464
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5586
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5018
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...
0
3171
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...
0
1516
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 ...
1
741
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
391
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.