I wanted to deploy the compiled version of the catalog on a staging server so I can show what is possible with the product but I keep getting a 404 not found when it try to resolve the url http://localhost/WebGuiCatalog/MainForm.wgx.
I went through the documentation and cannot find the solution to the problem.
Here's what I did so far:
- My machine
- Compile the project and publish it to a temporary directory
- Made sure I had the dll and the web config in the target directory
- Copy the file to the staging serveur
- Staging
- Created an application pool (.NET 4.0/Classic/Enable 32 bits)
- Created an application in the web site linked to the new application pool
- Created a script map for *.wgx linked to C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll
- Made sure the ISAPI-dll is installed and enabled
And that's that. 404 not found.
Any idea?