Why does my Visual Project only run in Debug Mode?

209 Views Asked by At

I got an old Visual Studio project which was migrated in another webserver. The project is written in C# and works with Visual WebGui (.wgx). The project creates some forms and the web server load a .wgx file.

Now the problem:

When I start debugging the project it works on the Visual Studio Development Server (localhost:62358/frm_main.wgx).

But when I want to load the frm_main.wgx on the webserver localhost:85/frm_main.wgx, it says Error 404.0.

It is a Windows Server 2008 with an IIS7 web server running. I already checked the web.config. And checked the httphandler section to handle .wgx files.

0

There are 0 best solutions below