Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

Login error (wingate latest version)

May 31 06 4:34 am

Hello, i.m having trouble when trying to enter the username and password with the machines that passes by wingate on this site:

http://www.bdap.min-financas.pt/

The description of the error is this: "Server Error in '/' Application.Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>"

CAN YOU HELP US ON THIS?? THANKS :)

May 31 06 7:17 am

Hi

That looks to be some sort of problem on the web server you are accessing. You may need to contact them to get around this.

Does it work through a direct connection to their site?

Adrien

May 31 06 10:43 pm

Yes..with a direct connection it works fine.
So the problem is with the users. and this user also is an adimistrator and on the wingate as "unrestricted rights".
I also talked to the guys on the server and they dont think is on their side.

Jun 01 06 10:38 pm

Hi

I just tried that site and didn't get that error. Is that after you authenticated?

How is your browser configured to connect? using NAT or proxy?

Adrien
Post a reply