Search

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

Matching Posts

  • Re: HTTP Handlers stopped working from IIS6 to IIS7 dealing with JavaScript files

    Ok, found it... It was in the configuration, in IIS 6.0, I added the handler this way: < add verb ="*" path ="*/TEST/testfile.axd*" type ="TestLibraryV2.Handler.TestHandler, TestLibraryV2"/> Changing it to this in IIS 7.0 fix my problem: < add name ="TestLibraryV2Handler" verb ="GET,HEAD" path ="/Test/Testfile.axd*" preCondition ="integratedMode" type ="TestLibraryV2.Handler.TestHandler" resourceType ="Unspecified"
  • Re: Serving javascript files using HTTPHandler

    Ok, found it... It was in the configuration, in IIS 6.0, I added the handler this way: < add verb ="*" path ="*/TEST/testfile.axd*" type ="TestLibraryV2.Handler.TestHandler, TestLibraryV2"/> Changing it to this in IIS 7.0 fix my problem: < add name ="TestLibraryV2Handler" verb ="GET,HEAD" path ="/Test/Testfile.axd*" preCondition ="integratedMode" type ="TestLibraryV2.Handler.TestHandler" resourceType ="Unspecified"
  • Serving javascript files using HTTPHandler

    Hello, I have an ASP.Net application that uses HTTPHandlers to serve javascript files. It worked great in IIS6 but, on IIS 7.0 and 64bits Windows Server machine, the files are not served anymore. Has something changed ? I saw the new block in the web.config file, it seems to be ok. The view source of the web page contains the SCRIPT INCLUDE to the javascript file that my application requests but calling the functions in the file, fails. Thanks for any comments or hint. French is my primary language
  • HTTP Handlers stopped working from IIS6 to IIS7 dealing with JavaScript files

    Hello, I'm migrating an ASP.Net application from a Windows Server 2003 to a Windows Server 2008. I have created my application pools, copy the web site files and updated my web.config to register my Handlers in the new <system.webServer> section. Still, my handlers are not loaded. I have not written those handlers so I don't understand everything about them, what I know is that they provide services, mainly JavaScript services. For example, "HTTP Request". The HTTP Handler
  • Windows 2008: Is there a change in AssemblyBinding or Web.Extensions ?

    Hello, I am installing our web applications from a DEV server with Windows 2003 to a TEST server with Windows 2008. Running the application, I have this error: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies In the web.config, we have several references to System.Web.Extensions, Version=1.0.61025.0 So, I changed each of those to System.Web.Extensions, Version=3.5.0.0 since the last one
    Posted to Installation and Setup (Forum) by ClaudeVernier on 2/3/2009
  • Re: Error reading Registry on Windows Server 2008.

    Thanks a lot, the error is on me... It was the name of the key that was not found so reading the registry was failling.... I lost one day on this one... Cheers, have a good weekend, Claude
    Posted to Getting Started (Forum) by ClaudeVernier on 1/30/2009
  • Re: Error reading Registry on Windows Server 2008.

    Wow ! Thanks ! I never knew that permissions were assigned to registry keys... However, I went on the 2003 server and nothing special was set, "Users" had Read access. On the 2008 server, it was the same but, I've added the account that runs my Application Pools and grant "Read Access" on the parent key and childrens. The error remains: No value found for requested registry key If you any other ideas... thank you !! Cheers, have a good day ! Claude Vernier
    Posted to Getting Started (Forum) by ClaudeVernier on 1/30/2009
  • Error reading Registry on Windows Server 2008.

    Hello, I have a working ASP.Net 2.0 application working on our Windows Server 2003. I copied the application on my brand new Windows Server 2008. I had to work out some problems about accessing the files and the new interface but, now I've got a problem and I'd like to know if it is related to how the security is implemented. One of the first thing my application is doing, is to read a key in the registry. So I created a REG file from my old 2003 machine and merged it into the 2008 machine
    Posted to Getting Started (Forum) by ClaudeVernier on 1/29/2009
  • Re: What version to choose ?

    Thank you. Your links did gave me some informations but there is still a small bit of answer I am looking for... Does SilverLight supported in Express versions or is it planned to be supported ? In case anyone knows.... Thanks a lot ! Claude Vernier
    Posted to Visual Studio 2008 (Forum) by ClaudeVernier on 9/4/2008
Page 1 of 3 (27 items) 1 2 3 Next >