Hi Tamir,
I'm having issues with getting yourDNN framework module working. First of all it doesn't register the .wgx file in IIS7 but even when added manually it won't run your sample. It comes up with the following error:
Server Error in Application "test.local"
HTTP Error 404.0 - Not Found
Description: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Error Code: 0x80070002
Notification: MapRequestHandler
Module: IIS Web Core
Requested URL: http://test.local:80/MainForm.wgx?vwginstance=&vwgstateless=1
Physical Path: C:\inetpub\wwwroot\test\MainForm.wgx
Logon User: Anonymous
Logon Method: Anonymous
Handler: StaticFile
I have followed your instructions and have also installed the common, forms, and server .dlls in the bin directory. I've also inserted:
<Applications>
<Application Code="MainForm" Type="VWGSampleApp.MainForm, VWGSampleApp" />
</Applications>
into the web.config.
I must be missing something, any suggestions?
Regards
Taz