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
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev