RE: Server Error in '/Remote' Application.



Just wanted to thank you for this post.
After much searching on the WWW you have provided the perfect solution.
Thanks Crina...I hope that Kevin is as successful as I have been in
resolving this issue.
Any idea what will have caused this?? just for future ref. (I installed SP1,
yes silly I know.
Best regards

"Crina Li (MSFT)" wrote:

> 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@xxxxxxxxxxxxxxxxxxxxxxxxx>
> | 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: Cant get OMA going
    ... Hi, Alan. ... To enable the details of this specific error message to be viewable ... The current error page you are seeing can be replaced by a custom ... |> Microsoft Online Partner Support ...
    (microsoft.public.exchange.clients)
  • Re: TIMESTAMP instead of new/old row - RESOLVED
    ... Kevin had this issue dead on. ... Error message: Prepared statement',@loc_location ... other tables will have DELETE concurrency ... > public string Loc_PartNo; ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Can I change the "You cant go to the specified record" messag
    ... Keep clearing fields until you get the error message. ... Are you using custom navigation ... Private Sub Form_BeforeUpdate ...
    (microsoft.public.access.forms)
  • Re: Create ASPNET Website
    ... If the application uses custom assemblies place them in the bin ... need to provide the full error message as Kristofer said. ... But in component services it ... >>for ASPNET hosting. ...
    (microsoft.public.inetserver.iis)
  • Re: Error message on Word 2002
    ... I just cannot print on a custom ... "Beth Melton" wrote: ... > Microsoft Office MVP ... >> I also get an error message on Word when trying to investigate using ...
    (microsoft.public.word.application.errors)

Loading