May 17, 2012 at 5:35 PM
Edited May 17, 2012 at 6:55 PM
|
We just "evolve" to the latest trunk version of N2 our site. Everything works fine while running inside Visual Studio.
However, when we try to edit pages using the site running on IIS, we are getting 404 errors on WebResources.axd?.... files.
Acording to this: http://blogs.telerik.com/blogs/posts/07-03-26/debugging-asp-net-2-0-web-resources-decrypting-the-url-and-getting-the-resource-name.aspx
we were able to identify some missing javascript files,
- WebUIValidation
- Focus.js
- WebForms.js
We check the entire N2CMS source code and we were unable to find any of those files... Where are they? If it is required while we try to edit a content, then, they must be somewhere! :)
Any hint or idea are more than welcome!
|
|
Coordinator
May 20, 2012 at 9:39 PM
|
WebResource.axd is the way ASP.NET transmits embedded resources to the browser. N2 uses some scripts in .net framework. It's possible this functionality needs to be explicitly enabled on IIS7.
|
|