Re: RWW Problem
From: fred (fred_at_fred.com)
Date: 11/02/04
- Next message: fred: "Re: RWW Problem"
- Previous message: The Lazy Slug: "SBS 2003 Standard to Premium"
- In reply to: Marina Roos [SBS-MVP]: "Re: RWW Problem"
- Next in thread: Marina Roos [SBS-MVP]: "Re: RWW Problem"
- Reply: Marina Roos [SBS-MVP]: "Re: RWW Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 2 Nov 2004 08:33:57 -0000
HI,
I get the same response and error whether within the network or from outside
the network, always just get the logon window presented (user name, password
and domain). I get this window three times and then I am presented with a
web page with the following:
Server Error in '/Remote' 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.
Details: To enable the details of this specific error message to be viewable
on the local server machine, 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 "RemoteOnly". To enable the details to be viewable on
remote machines, please set "mode" to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</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="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
When I ran CIECW I gave the FQDN for the web certificate
I hope that this helps.
Regards,
Fred.
"Marina Roos [SBS-MVP]" <marina@roos.nodontwantspam.nl.com> wrote in message
news:OJoR8hFwEHA.344@TK2MSFTNGP10.phx.gbl...
> Hi Fred,
>
> Can you post the ipconfig/all from the server and one from a client? Which
> errormessage do you get if you try servername/remote from inside your
> network? What did you fill in for the web certificate when you run CEICW?
> Your FQDN or your public IP?
>
> --
> Regards,
>
> Marina
> Microsoft SBS-MVP
>
> "fred" <fred@fred.com> schreef in bericht
> news:eiTkGsEwEHA.1512@TK2MSFTNGP12.phx.gbl...
> > Hi,
> >
> > We cannot access the Remote page from either within the network or
> > externally. All users are configured for remote access and are members
of
> > the remote web workplace security group. In all instances we get a
> windows
> > style logon prompt (user, password and domain) window, but never gain
> > access. After about 3 failures we are presented with a failure screen.
I
> > used the CIEW to set up ISA and firewall and did select the remote
access
> > option. Users can access the OWA
> >
> > We have SBS2003 premium with ISA loaded, 2 NICs, one for the network and
1
> > for connection to a broadband cable connection, no external router or
> > firewall.
> >
> > Any help in this matter would be appreciated as I do not know where else
> to
> > try.
> >
> > Yours hopefully,
> > Fred
> >
> >
>
>
- Next message: fred: "Re: RWW Problem"
- Previous message: The Lazy Slug: "SBS 2003 Standard to Premium"
- In reply to: Marina Roos [SBS-MVP]: "Re: RWW Problem"
- Next in thread: Marina Roos [SBS-MVP]: "Re: RWW Problem"
- Reply: Marina Roos [SBS-MVP]: "Re: RWW Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|