RE: Server Error in '/Remote' Application.
- From: "Reodd" <Reodd@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 18 Apr 2005 03:33:05 -0700
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>
> |
>
>
.
- Follow-Ups:
- RE: Server Error in '/Remote' Application.
- From: Crina Li (MSFT)
- RE: Server Error in '/Remote' Application.
- Prev by Date: RE: Event ID 1065 & 1030
- Next by Date: RE: Enabling Auditing for files and folders
- Previous by thread: Firewall & ICA web authentication
- Next by thread: RE: Server Error in '/Remote' Application.
- Index(es):
Relevant Pages
|
Loading