Link to home
Start Free TrialLog in
Avatar of zimoux
zimouxFlag for United States of America

asked on

Custom Module in IIS 6 not working under /_wmcs (windows RMS)

Hello I am working on IIS 6 with VS 2005. I have written a simple hellowolrd module that add a text at the beginning and the end of the request. I when into "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\web.config"
and I added :"<add name="HelloWorldModule" type="IIS6Module.HelloWorldModule"/> and I also created a bin folder in my web application where I copied  the DLL. When I load any page in that site I see my text inserted at the top and the bottom of the page. Now I added the bin folder  to the RMS website (C:\Inetpub\wwwroot\_wmcs\Licensing) and when I browse "http://localhost/_wmcs/Licensing/License.asmx", I don't see my text.  So I have edited the web.config in "C:\Inetpub\wwwroot\_wmcs\Licensing" and now I'm when I browse "http://localhost/_wmcs/Licensing/License.asmx", I get the following error: "Could not load type IIS6Module.HelloWorldModule from assembly System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a."
Any idea ?
ASKER CERTIFIED SOLUTION
Avatar of Praveen DM
Praveen DM
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial