Click here to Skip to main content
15,891,810 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Error Pin
AlexeiXX329-Nov-08 6:42
AlexeiXX329-Nov-08 6:42 
AnswerRe: Error Pin
Christian Graus29-Nov-08 13:44
protectorChristian Graus29-Nov-08 13:44 
GeneralRe: Error Pin
Nishant Singh29-Nov-08 21:00
Nishant Singh29-Nov-08 21:00 
QuestionWeb.config confusion Pin
sajjadlashari29-Nov-08 1:05
sajjadlashari29-Nov-08 1:05 
AnswerRe: Web.config confusion Pin
Guffa29-Nov-08 7:55
Guffa29-Nov-08 7:55 
Questionwebconfig error for web hosting server applications Pin
pavanip29-Nov-08 0:06
pavanip29-Nov-08 0:06 
AnswerRe: webconfig error for web hosting server applications Pin
Brij29-Nov-08 0:51
mentorBrij29-Nov-08 0:51 
GeneralRe: webconfig error for web hosting server applications Pin
pavanip29-Nov-08 0:56
pavanip29-Nov-08 0:56 
I published my code and deployed it in server.
when i open some pages i am getting this error.

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>
GeneralRe: webconfig error for web hosting server applications Pin
pavanip29-Nov-08 0:57
pavanip29-Nov-08 0:57 
AnswerRe: webconfig error for web hosting server applications Pin
Brij29-Nov-08 2:16
mentorBrij29-Nov-08 2:16 
GeneralRe: webconfig error for web hosting server applications Pin
pavanip29-Nov-08 3:51
pavanip29-Nov-08 3:51 
GeneralRe: webconfig error for web hosting server applications Pin
Brij30-Nov-08 0:16
mentorBrij30-Nov-08 0:16 
GeneralRe: webconfig error for web hosting server applications Pin
pavanip30-Nov-08 20:51
pavanip30-Nov-08 20:51 
QuestionExport to excel Pin
shanthi jothi28-Nov-08 23:46
shanthi jothi28-Nov-08 23:46 
AnswerRe: Export to excel Pin
Nishant Singh29-Nov-08 21:16
Nishant Singh29-Nov-08 21:16 
QuestionProblem Regarding TreeView Pin
ais0728-Nov-08 23:24
ais0728-Nov-08 23:24 
AnswerRe: Problem Regarding TreeView Pin
Brij28-Nov-08 23:47
mentorBrij28-Nov-08 23:47 
QuestionRe: Problem Regarding TreeView Pin
ais0729-Nov-08 1:12
ais0729-Nov-08 1:12 
AnswerRe: Problem Regarding TreeView Pin
Nishant Singh29-Nov-08 1:23
Nishant Singh29-Nov-08 1:23 
GeneralRe: Problem Regarding TreeView Pin
ais0729-Nov-08 23:35
ais0729-Nov-08 23:35 
AnswerRe: Problem Regarding TreeView Pin
Brij30-Nov-08 0:20
mentorBrij30-Nov-08 0:20 
Question[Message Deleted] Pin
shanthi jothi28-Nov-08 21:24
shanthi jothi28-Nov-08 21:24 
AnswerRe: E-Mail send Pin
Abhijit Jana28-Nov-08 21:31
professionalAbhijit Jana28-Nov-08 21:31 
QuestionStatus bar url capture Pin
sandeepgupta.ism28-Nov-08 20:37
sandeepgupta.ism28-Nov-08 20:37 
AnswerRe: Status bar url capture Pin
Abhijit Jana28-Nov-08 20:43
professionalAbhijit Jana28-Nov-08 20:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.