•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 426,595 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,654 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 242 | Replies: 2
![]() |
| |
•
•
Join Date: Feb 2008
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 0
hello i am Anand kumar .. the below is the error discription after hosting my web page..
WWW.rxthirdeye.com is the webaddress...
i hope u will provide me suggestion to clear it...
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".
WWW.rxthirdeye.com is the webaddress...
i hope u will provide me suggestion to clear it...
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".
•
•
Join Date: Dec 2007
Posts: 84
Reputation:
Rep Power: 1
Solved Threads: 4
you should place this code in your web config ,within the
i dont know the proper reason for this customerrors mode off.But its working.
<system.web> <customErrors mode="Off"> </customErrors> </system.web>
i dont know the proper reason for this customerrors mode off.But its working.
•
•
Join Date: Nov 2006
Location: Nasik-India
Posts: 21
Reputation:
Rep Power: 2
Solved Threads: 0
there is an error in your project. To view the error on your local machine from where you are browsing the site--change the web.config settings.
<trace enabled="true"
requestLimit="10"
pageOutput="True"
traceMode="SortByTime"
localOnly="false"
mostRecent="true"/>
This will display the error details on your page.
You can set the Page output to false (this will not display the error details on the page you are viewing) and set the localonly to false.
You can then view the error in the trace.axd file. The Trace.axd file can be viewed like this :
WWW.rxthirdeye.com/trace.axd
I hope this helps.
Regards
Sunil Punjabi
<trace enabled="true"
requestLimit="10"
pageOutput="True"
traceMode="SortByTime"
localOnly="false"
mostRecent="true"/>
This will display the error details on your page.
You can set the Page output to false (this will not display the error details on the page you are viewing) and set the localonly to false.
You can then view the error in the trace.axd file. The Trace.axd file can be viewed like this :
WWW.rxthirdeye.com/trace.axd
I hope this helps.
Regards
Sunil Punjabi
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Front Page error when opening .HTM file (HTML and CSS)
- Optimum Online Web Hosting. (Networking Hardware Configuration)
- Cant figure this error out: "The page you requested, has produced an error" (ASP)
- php error when using invision board (PHP)
- free hosting to daniweb people (Web Hosting Deals)
- Virtual Hosting Multiple Websites (Linux Servers and Apache)
Other Threads in the ASP.NET Forum
- Previous Thread: Code-Behind Files coding for random numbers
- Next Thread: VB: Datatable either not saving data or data is being reset


Hybrid Mode