Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Server Error in '/' Application
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="jrstone" data-source="post: 1024864" data-attributes="member: 148881"><p>I get the following error when trying to view a webpage on Safari or Firefox on my MacBook Pro with OS 10.6.2. <a href="http://www.schultzconst.com/residential/real-estate/for-rent/default.aspx?id=2" target="_blank">http://www.schultzconst.com/residential/real-estate/for-rent/default.aspx?id=2</a></p><p></p><p>I did originally view it from my PC at work. I have already tried resetting Safari and clearing cookies without success.</p><p></p><p>Server Error in '/' Application.</p><p>Runtime Error</p><p>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 remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.</p><p></p><p>Details: To enable the details of this specific error message to be viewable on remote machines, 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 "Off".</p><p></p><p><!-- Web.Config Configuration File --></p><p></p><p><configuration></p><p> <system.web></p><p> <customErrors mode="Off"/></p><p> </system.web></p><p></configuration></p><p></p><p></p><p>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.</p><p></p><p><!-- Web.Config Configuration File --></p><p></p><p><configuration></p><p> <system.web></p><p> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/></p><p> </system.web></p><p></configuration></p><p></p><p>Any help would be appreciated.</p></blockquote><p></p>
[QUOTE="jrstone, post: 1024864, member: 148881"] I get the following error when trying to view a webpage on Safari or Firefox on my MacBook Pro with OS 10.6.2. [url]http://www.schultzconst.com/residential/real-estate/for-rent/default.aspx?id=2[/url] I did originally view it from my PC at work. I have already tried resetting Safari and clearing cookies without success. Server Error in '/' 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 remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, 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 "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </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="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> Any help would be appreciated. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Server Error in '/' Application
Top