RE: Server Error in '/Remote' Application.

From: Crina Li (v-crinal_at_online.microsoft.com)
Date: 03/23/05


Date: Wed, 23 Mar 2005 08:55:13 GMT

Hi Kevin,

Thank you for posting in SBS newsgroup; it is my pleasure to work with you
in this post.

There are several causes for this error. For example, the Local Service and
Network Service accounts do not have Full Control to the "Temporary ASP.NET
Files" folder. To resolve this issue, please follow these steps:

1. Add Local Service and Network Service account Read & Execute, List
Folder Contents, and Read permissions to
%windir%\Microsoft.NET\Framework\v1.1.4322.
2. Add Local Service and Network Service account Full Control permission to
%windir%\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files.

To perform further research, please follow the steps below to turn off the
friendly error messages and post the detailed message.

1. Make a copy of Inetpub\Remote\Web.config for backup purpose.
2. Open Web.config with Notepad
3. Replace <customErrors mode="On" defaultRedirect="error.aspx" /> with
<customErrors mode="Off" />
4. Save the file.
5. Go to command prompt, type "iisreset"
6. Logon to RWW using the administrator account, and also try it using a
regular user account.
7. You should receive a more detailed error message. Please attach the
detailed error message to the newsgroup so that I can better understand
this issue.
8. Replace Web.config with the original one and iisreset when testing is
done.

I look forward to your reply. Thanks for your cooperation.

Best regards,

Crina Li (MSFT)

Microsoft CSS Online Newsgroup Support

Get Secure! - www.microsoft.com/security

=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Thread-Topic: Server Error in '/Remote' Application.
From: =?Utf-8?B?VGVjaExhbiBDb25zdWx0aW5n?= <TechLan
Consulting@discussions.microsoft.com>
| Subject: Server Error in '/Remote' Application.
| Date: Tue, 22 Mar 2005 12:31:06 -0800
| Lines: 47
| Newsgroups: microsoft.public.windows.server.sbs
| |
| I get the below message when logging onto x.x.x/remote (my company server)
| The message appears whether I log on locally to the machine, or whether I
| access remotely from outside the company, i.e. I cannot access the server
or
| workstations through the normal remote screen.
|
| I can access x.x.x/exchange successfully as well as the company intranet.
|
| Please assist if possible - I've run out of ideas ...and forums :-)
| Thx,
| Kevin
|
|
|
| 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>
|



Relevant Pages

  • RE: Lsass.exe - when trying to update a password.
    ... Mine is/was a Dell pre-installed windows 2003sbs ... Shortly before this error message, i lost all use of network ... >> Thank you for posting to the SBS Newsgroup. ... >>>connections and the server could not access anyone, ...
    (microsoft.public.windows.server.sbs)
  • Re: VPN Error
    ... 894903 You receive a "The Windows SharePoint Services virtual server has not ... is denied" error message when you log on to Windows SharePoint ... Microsoft CSS Online Newsgroup Support ... This newsgroup only focuses on SBS technical issues. ...
    (microsoft.public.windows.server.sbs)
  • RE: Group policy resultant set of policy
    ... Thank you for posting to the SBS Newsgroup. ... What is the full content of the error message? ... Did you install any updates on your server or client workstations? ... Enable Windows Firewall Domain Profile Allow remote ...
    (microsoft.public.windows.server.sbs)
  • RE: Company web and Administration NO GO!
    ... I understand that you cannot access the Companyweb. ... http://localhost on the SBS Server? ... error message word by word to the Newsgroup for accurate research. ...
    (microsoft.public.windows.server.sbs)
  • Re: Publishing WebForms to Production System
    ... Its already Off but same error message. ... <!-- CUSTOM ERROR MESSAGES ... Set trace enabled="true" to enable application trace logging. ... > and upload the modified web.config file to your server. ...
    (microsoft.public.dotnet.framework.aspnet)