Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:667120
More Search Options
RSS Available
Matching Posts
Re: HTTP Handlers stopped working from IIS6 to IIS7 dealing with JavaScript files
Thanks !!! Cheers ! Claude
Posted to
HttpHandlers and HttpModules
(Forum)
by
ClaudeVernier
on 3/3/2009
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"
Posted to
HttpHandlers and HttpModules
(Forum)
by
ClaudeVernier
on 3/3/2009
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"
Posted to
HttpHandlers and HttpModules
(Forum)
by
ClaudeVernier
on 3/3/2009
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
Posted to
HttpHandlers and HttpModules
(Forum)
by
ClaudeVernier
on 3/2/2009
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
Posted to
HttpHandlers and HttpModules
(Forum)
by
ClaudeVernier
on 2/26/2009
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 >
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Channel 9:
Hanselminutes on 9 - Guided Tour inside the Windows Azure Cloud with Patrick Yantz
ASP.NET:
ASP.NET 4.0 ScriptManager Improvements
WindowsClient:
XAML Toolkit CTP = FxCopXaml + XamlDom + System.Xaml.dll support for Silverlight XAML
Channel 9:
Fishbowl for Facebook
WindowsClient:
Free Embeddable Fonts for your WPF Applications
ASP.NET:
Program Manager Position on the ASP.NET PM team
Channel 10:
Microsoft Teams Up with Nielsen
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online