Thanks Wim. I will try with some compilation options.

Another question. When I try to generate PDF reports using the ISAPI connector, the same solution that works correctly under the built-in httpd connector produces 0 bytes PDF files.

is there any configuration parameter that should be tweaked at IIS level (something related to the http requests and responses mechanism maybe)?

thanks again. Regards.
________________________
Mario Diethelm Guallar



------ Original Message ------
From: "Wim Dumon" <w...@emweb.be>
To: "Mario Diethelm Guallar" <mariodiethe...@gmail.com>; witty-interest@lists.sourceforge.net
Sent: 30-03-2015 10:24:17
Subject: Re: [Wt-interest] IIS Api connection

Hello Mario,


Maybe this is related to the availability of the DLLs required by your application, which may prevent the application from starting up? I'm not aware of differences in deployment of release vs debug binaries.

BR,
Wim.


On 28 March 2015 at 23:41, Mario Diethelm Guallar <mariodiethe...@gmail.com> wrote:
Hi,

I am trying to configure an existing Wt application to run with Microsoft IIS. I have followed the wiki instructions and I have succeed running the Debug version. The problem starts when I try to run the Release version.

At IIS level I have configured one virtual directory for each dll, Debug and Release, under the same Web Site (Default Web Site) and using the same Application Pool (DefaultAppPool), with all configuration tweaks recommended in the ISAPI wiki.

When I surf to the Debug version all run smoothly (including the resource folder and local file folder stuff) but when I try to use the Release version I get a "Service Unavailable, HTTP Error 503: The service is unavailable" at browser level and at IIS level the application pool stop running.

The source code is exactly the same for both Debug and Release versions but using different compilation/linking options (including code optimization options for the release version). Before start a backtracking session to figure out what compiler/linker options are generating the problem I would like to ask if you already have any documented issue about this situation.

Thanks. Regards.

________________________
Mario Diethelm Guallar



------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to