What is an iHTTPModule, and explain its implementation with
its limitations?
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
| Is This Answer Correct ? | 0 Yes | 0 No |
What for use web.sitemap in asp.net?
How to fetch a data from one table to another table in asp.net ?
Why and where this web.config file is used?
Name two properties common in every validation control?
Explain ViewState?
which is the new version of IIS SERVER
Which protocol is used to call web service?
How does the cookies work in asp.net?
What are the different types of Session state management options available with ASP.NET?
what is asp dotnet
Hi, I Dont know about Application and Session State management. Can anyone explain me with simple example?
How many types of sessions are there in asp net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)