RE: Server Error in '/Remote' Application.
From: Crina Li (v-crinal_at_online.microsoft.com)
Date: 03/23/05
- Next message: Gabriel: "vpn access with linksys wag54g, how do you set this up?"
- Previous message: Jerry zhao : "RE: Exporting Exchange Mailboxes with EXMERGE for backup"
- In reply to: TechLan Consulting: "Server Error in '/Remote' Application."
- Messages sorted by: [ date ] [ thread ]
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>
|
- Next message: Gabriel: "vpn access with linksys wag54g, how do you set this up?"
- Previous message: Jerry zhao : "RE: Exporting Exchange Mailboxes with EXMERGE for backup"
- In reply to: TechLan Consulting: "Server Error in '/Remote' Application."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|