| Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts. |
|
| Author | Messages | |
johnak Posts:3

| | 03/27/2007 2:25 PM |
|
Server Error in '/' Application.
Runtime ErrorDescription: 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 tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".
<pre><!--Web.ConfigConfigurationFile--><configuration><system.web><customErrorsmode=&quot;Off&quot;/></system.web></configuration></pre> |
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 configuration tag to point to a custom error page URL.
<pre><!--Web.ConfigConfigurationFile--><configuration><system.web><customErrorsmode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/></system.web></configuration></pre> |
| | | |
| |
| johnak Posts:3

| | 03/27/2007 2:27 PM |
| | Acutally both items under skins return the error (IE7). | | | |
| John Mitchell Posts:3085


| | 03/27/2007 2:30 PM |
| Hi John, We'll need to see what the real error is before we can identify the problem. Please modify the web.config customErrors="Off" and retry. | | | |
| johnak Posts:3

| | 03/27/2007 4:26 PM |
| | I'm sorry I wasn't clear. It is your site, home page, where I am having the problem. | | | |
| John Mitchell Posts:3085


| | 03/27/2007 5:04 PM |
| | Ok, I see, thank you for letting me know. It is fixed now. | | | |
|
|
| Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts. |
|
|
|