Click here to Skip to main content
15,901,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: passing com parameters Pin
minhpc_bk25-Aug-06 13:33
minhpc_bk25-Aug-06 13:33 
GeneralRe: passing com parameters Pin
V.28-Aug-06 20:28
professionalV.28-Aug-06 20:28 
Questionwebmethod call with parameter xml Pin
A M SOMAN25-Aug-06 1:29
A M SOMAN25-Aug-06 1:29 
AnswerRe: webmethod call with parameter xml Pin
Sathesh Sakthivel25-Aug-06 1:37
Sathesh Sakthivel25-Aug-06 1:37 
GeneralRe: webmethod call with parameter xml Pin
A M SOMAN27-Aug-06 20:41
A M SOMAN27-Aug-06 20:41 
AnswerRe: webmethod call with parameter xml Pin
minhpc_bk25-Aug-06 13:31
minhpc_bk25-Aug-06 13:31 
GeneralRe: webmethod call with parameter xml [modified] Pin
A M SOMAN27-Aug-06 20:43
A M SOMAN27-Aug-06 20:43 
QuestionDeployment errors in asp.net Pin
Osada Wijekoon25-Aug-06 0:38
Osada Wijekoon25-Aug-06 0:38 
I created the asp.net project.
It contains with java script, htm and aspx.

java script for the menu, when user click the link load the relevent pages.
htm page load without problem, but aspx pages not load, giving the following runtime error.

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".



<configuration>
<system.web>
<customerrors mode="Off">




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.



<configuration>
<system.web>
<customerrors mode="RemoteOnly" defaultredirect="mycustompage.htm">



please help me to fix that error and tell me whats the reason?
i already set the customErrors mode to the off
i need your help immeadatly
thanx


Software Devolper in future.

AnswerRe: Deployment errors in asp.net Pin
Mircea Grelus25-Aug-06 0:56
Mircea Grelus25-Aug-06 0:56 
AnswerRe: Deployment errors in asp.net Pin
Osada Wijekoon25-Aug-06 1:30
Osada Wijekoon25-Aug-06 1:30 
GeneralRe: Deployment errors in asp.net Pin
seee sharp25-Aug-06 1:42
seee sharp25-Aug-06 1:42 
QuestionDatagrid paging........ Pin
Nagraj Naik25-Aug-06 0:19
Nagraj Naik25-Aug-06 0:19 
AnswerRe: Datagrid paging........ [modified] Pin
Suresh Pirsquare25-Aug-06 0:33
Suresh Pirsquare25-Aug-06 0:33 
GeneralRe: Datagrid paging........ Pin
Nagraj Naik25-Aug-06 0:42
Nagraj Naik25-Aug-06 0:42 
QuestionE-Commerce Site Pin
tmoney10125-Aug-06 0:12
tmoney10125-Aug-06 0:12 
AnswerRe: E-Commerce Site Pin
minhpc_bk25-Aug-06 13:28
minhpc_bk25-Aug-06 13:28 
QuestionE-Commerce Site Pin
tmoney10125-Aug-06 0:12
tmoney10125-Aug-06 0:12 
QuestionEventHandler not added when TreeView is created programmatically within if (!IsPostBack) Pin
tengstedt24-Aug-06 23:38
tengstedt24-Aug-06 23:38 
AnswerRe: EventHandler not added when TreeView is created programmatically within if (!IsPostBack) Pin
Mircea Grelus24-Aug-06 23:54
Mircea Grelus24-Aug-06 23:54 
GeneralRe: EventHandler not added when TreeView is created programmatically within if (!IsPostBack) Pin
tengstedt25-Aug-06 0:28
tengstedt25-Aug-06 0:28 
QuestionData type of functions Pin
Kartik Rathi24-Aug-06 23:17
Kartik Rathi24-Aug-06 23:17 
AnswerRe: Data type of functions Pin
Paddy Boyd24-Aug-06 23:24
Paddy Boyd24-Aug-06 23:24 
GeneralRe: Data type of functions Pin
_AK_24-Aug-06 23:29
_AK_24-Aug-06 23:29 
AnswerRe: Data type of functions Pin
Mircea Grelus24-Aug-06 23:27
Mircea Grelus24-Aug-06 23:27 
GeneralRe: Data type of functions Pin
_AK_24-Aug-06 23:29
_AK_24-Aug-06 23:29 

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.