User-1765853593 posted
Hello,
I have installed SSL trial on my local machine to test my web applicaiton.
And got a problems with SSL.
When application is compiled in Debug mode all is working fine.
But if I compile app in Relese mode I'm getting error (in Firefox):
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
In both cases <compilation defaultLanguage="c#" debug="true" > ...
But even if I set debug="false" the same error appears in Release mode.
I wonder how it can be related to application compilation mode?
(using ASP.NET 1.1)
Thanks in advance,
Dmitriy Nagirnyak.