I have asp.net ashx handler which was handling some httpcontext related thing. Now i hosted that into a windows service with HttpListenerContext. Problem is some properties are not equivalent like I have in my httphandler as
context.Response.Write("somestring")
context.Request.PathInfo
Any idea what should i change against to get PathInfo PathInfo and Response.Write(somestring) to work
Kamran Shahid Application Developer (MCP,MCAD,MCSD.NET,MCTS,MCPD.net[web])