Blank page. application won't start

0
0

The application runs in visual studio but when it is deployed, it won’t start and display only a blank page after a few seconds of hourglass.

The server is Win 2012 R2, with ASP.NET 4.5 and WebSockets

The web site allows anonymous authentication.

What’s wrong ?

  • You must to post comments
1
0

To  update the thread. The problem has been solved, it was related to debug code in the app.

  • You must to post comments
0
0

Hi Luca,

I’m using build 1.3.9.0

The breakpoints are always reached in debug mode. I get the problem when I deploy to a server (2 servers out of 3, one is working).

I’ve added a message box as the first instruction of Program.Main. No difference, it is not displayed.

Then I’ve made different tests and the result is surprising: apparently, when the DEBUG constant is in your build, you can deploy it and it works. If you remove the DEBUG constant from your build, the application won’t start.

This is very strange. Please have a look at that.

Pierre

 

  • You must to post comments
0
0

Hi Pierre,

What build are you using?

If you put a break point in Program.Main is it reached?

If yes, what happens if you show a black form or message box and do not load the rest of the app?

If you want to send me directly a join.me like we did in the past, I’m available.

Best,

Luca

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.