Search

You searched for the word(s): userid:768764

Matching Posts

  • Re: Wildcard configuration for HttpHandler

    Thanks lot, that is a good one, I think the point is the following part in web.config file and which redirects all the .aspx files. <httpHandlers> <add verb="*" path="*.aspx" type="PageBuilder, AssemblyName"/> </httpHandlers> This works fine with files with known extension, but it does not work when I put the wildcard as below; <httpHandlers> <add verb="*" path="*.*" type="PageBuilder, AssemblyName"/> </httpHandlers>
    Posted to HttpHandlers and HttpModules (Forum) by wpw on 12/2/2007
  • Wildcard configuration for HttpHandler

    Hi Just a simple clarification, which I could't manage to fine while googling, can we configure a HttpHandler to handle any type of url, includinf the once without any files attached at the end just like http://mysever/testsite/ and any file extension when the file is not existing? Thanks in advance wpw
    Posted to HttpHandlers and HttpModules (Forum) by wpw on 11/29/2007
  • Logging request and response messages in full

    Hi I need to monitor the http traffic in both ways and also modify the stream of the request message, I found one post in this forum related to logging using response filters but it is not complete but with that I manage to log the response but it corrupt the output message. Basically, I override the write in stream: write(byte[] buffer, int offset, int count) { previousStream.Write(buffer,offset,count); // convert the buffer to string, raise log event asyn } This corrupts the response out put, I
    Posted to HttpHandlers and HttpModules (Forum) by wpw on 11/8/2007
    Filed under: HttpModule
  • author.dll and owssvr.dll

    Hi I am designing an architecture similar to Sharepoint but with a custom data sorce and server, I am looking at the office integration of the Sharepoint and found that the it is using author.dll and owssvr.dll whenever we create a document outside sharepoint using word 2007 and try to save the same to one of the libraries in share point, as I need to mock the similar behavior in my client server environment, I am trying to understand more on the usage of these dlls in wss3/moss, appreciate, if any
    Posted to HttpHandlers and HttpModules (Forum) by wpw on 11/7/2007
Page 1 of 1 (4 items)