Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to restrict the users not to enter any value on the address bar. Pin
Christian Graus20-Feb-08 22:12
protectorChristian Graus20-Feb-08 22:12 
GeneralRe: how to restrict the users not to enter any value on the address bar. Pin
N a v a n e e t h20-Feb-08 22:44
N a v a n e e t h20-Feb-08 22:44 
GeneralRe: how to restrict the users not to enter any value on the address bar. Pin
_AK_20-Feb-08 22:21
_AK_20-Feb-08 22:21 
GeneralRe: how to restrict the users not to enter any value on the address bar. Pin
N a v a n e e t h20-Feb-08 23:01
N a v a n e e t h20-Feb-08 23:01 
AnswerRe: how to restrict the users not to enter any value on the address bar. Pin
dilipv20-Feb-08 21:31
dilipv20-Feb-08 21:31 
Generalchanging color of edit row in gridview Pin
mohd imran abdul aziz20-Feb-08 18:46
mohd imran abdul aziz20-Feb-08 18:46 
GeneralRe: changing color of edit row in gridview Pin
dilipv21-Feb-08 0:16
dilipv21-Feb-08 0:16 
Questionwhy this error(Server Error in '/' Application) is distrubing the deployed application???? Pin
pashitech20-Feb-08 18:32
pashitech20-Feb-08 18:32 
Hi All,
When I browse my application which is already deplyed
I am getting the fallowing error.
I found this error is comming if a Number is comming in the URL, I mean when the number comes its making % internally and giving error
I am unable to find the reason behind it PLEASE HELP ME TO SOLVE THIS ERROR

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>

THANKS, IN ADVANCE
Pashi...

prashanth,
s/w Engineer,
Integra Micro Systems.

AnswerRe: why this error(Server Error in '/' Application) is distrubing the deployed application???? Pin
N a v a n e e t h20-Feb-08 20:11
N a v a n e e t h20-Feb-08 20:11 
QuestionHow to use AnimationExtender of Ajax Control Toolkit [modified] Pin
ThienK2720-Feb-08 17:24
ThienK2720-Feb-08 17:24 
QuestionURGENT! - Passing value from one page to another? Pin
John Sundar20-Feb-08 17:12
John Sundar20-Feb-08 17:12 
GeneralRe: URGENT! - Passing value from one page to another? Pin
Abhijit Jana20-Feb-08 19:00
professionalAbhijit Jana20-Feb-08 19:00 
GeneralRe: URGENT! - Passing value from one page to another? Pin
John Sundar20-Feb-08 19:35
John Sundar20-Feb-08 19:35 
GeneralRe: URGENT! - Passing value from one page to another? Pin
Abhijit Jana20-Feb-08 20:35
professionalAbhijit Jana20-Feb-08 20:35 
GeneralRe: URGENT! - Passing value from one page to another? Pin
John Sundar20-Feb-08 20:50
John Sundar20-Feb-08 20:50 
GeneralRe: URGENT! - Passing value from one page to another? Pin
John Sundar20-Feb-08 21:04
John Sundar20-Feb-08 21:04 
GeneralRe: URGENT! - Passing value from one page to another? Pin
N a v a n e e t h20-Feb-08 19:36
N a v a n e e t h20-Feb-08 19:36 
GeneralRe: URGENT! - Passing value from one page to another? Pin
Christian Graus20-Feb-08 21:01
protectorChristian Graus20-Feb-08 21:01 
GeneralRe: URGENT! - Passing value from one page to another? Pin
J4amieC20-Feb-08 23:04
J4amieC20-Feb-08 23:04 
QuestionWhich control can I use? Pin
ss.mmm20-Feb-08 11:28
ss.mmm20-Feb-08 11:28 
AnswerRe: Which control can I use? Pin
Christian Graus20-Feb-08 11:51
protectorChristian Graus20-Feb-08 11:51 
General(performacne) difference between Session and static class Pin
Seishin#20-Feb-08 11:03
Seishin#20-Feb-08 11:03 
GeneralRe: (performacne) difference between Session and static class Pin
Guffa20-Feb-08 11:33
Guffa20-Feb-08 11:33 
Questionconfusion over asynchronous methods inside web service Pin
ekynox20-Feb-08 10:31
ekynox20-Feb-08 10:31 
GeneralRe: confusion over asynchronous methods inside web service Pin
Venkatesh Mookkan20-Feb-08 15:49
Venkatesh Mookkan20-Feb-08 15:49 

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.