You should be able to configure the http module using
applicationHost.config file located at Windows\System32\inetsrv\config.

Regards
Nandika


On Wed, Nov 6, 2013 at 11:39 AM, Ayashkantha Ramasinghe <
[email protected]> wrote:

> Hi,
>
> I created HttpModule and registered it in the IIS7 using IIS Manager(UI)
> and it shows as it is running but while I am calling IIS loading the
> default website into the browser, the output file of the created dll isn't
> being written. the code is very simple, the init of it is like,
>
> public void Init(HttpApplication application)
> {
>   using (System.IO.StreamWriter file = new
> System.IO.StreamWriter(@"C:\Users\Ayash\Desktop\abc\IISTEST.txt"))
>   {
>     file.Write("Init");
>     file.Flush();
>   }
> }
>
> Please somebody help.
>
>
> Thanks and Regards,
> -Ayash
>



-- 
Nandika Jayawardana
Senior Technical Lead
WSO2 Inc ; http://wso2.com
lean.enterprise.middleware
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to