When you use WGX extension without registering the extension in the IIS, you may receive the following "Page not Found" error message..
Back to the top
This problem occurs because you didn't register the .wgx extension within the IIS.
To work around this problem, follow these steps:
- Open your Web.config file
- Find the <httpHandlers> tag
- Change the path value from path="*.wgx" to path="*.aspx"
- Save all your changes
- Rebuild your solution
<sample code="goes here" />
REFERENCES
For more information, click the following article number to view the article in the Gizmox Knowledge Base: