ahmad


{ City } delhi
< Country > india
* Profession * software engineer
User No # 18232
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 0
Questions / { ahmad }
Questions Answers Category Views Company eMail




Answers / { ahmad }

Question { Siebel, 3779 }

What is an iHTTPModule, and explain its implementation with
its limitations?


Answer

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



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.



Anybody with any idea as to how i can resolve this issue
please help.

Thanks

Is This Answer Correct ?    0 Yes 0 No

Question { Northgate is, 4598 }

main difference between asp.net2.0,asp.net1.1,asp.net1.0


Answer

Feaures in 2.0:
Special folders to make integration easier.
navigation controls,
login controls,
new conrols,
Master page,
Website without IIS,
Pesonalization,
Main difference is extended controls, advanced features
like
master pages. .net reduces 70% code than .net1.0

Is This Answer Correct ?    5 Yes 0 No