----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: LovedJohnySmith Message 2 in Discussion Anand-- Highly appreciate if you can post your error message - this would help us to give a guidence to solve the problem ASAP. Quick Note: If you'd expereienced with the 'Sys' undefined error message, then please do follow the steps below:- 1. Open the Web.Config file of your ASP.NET AJAX Enabled Web Application 2. Within the <httpHandlers> </httpHandlers> section, add the following entry <add verb="GET" path="ScriptResource.axd" type="Microsoft.Web.Handlers.ScriptResourceHandler" validate="false"/> The <httpHandlers> section must be available within the <system.web> </system.web> sections in your web.config. In fact there would already be 2 add verb entries under which you can append the above entry. 3. Save the Web.Config file. 4. You must be able to run the pages without the error now. 5. This is well documented in the Release Notes that accompany the Beta installer. It is still available at your C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025\ReleaseNotes.txt This post is for the benefit of people who miss reading this information while installation. Thanks, Smith http://johnysmith.spaces.live.com ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
