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

ASP.NET

 
AnswerRe: Change the DIV shape by using CSS Pin
sashidhar4-Oct-09 23:09
sashidhar4-Oct-09 23:09 
QuestionLoad balancing Pin
Ramkumar_S4-Oct-09 22:50
Ramkumar_S4-Oct-09 22:50 
AnswerRe: Load balancing Pin
Abhijit Jana5-Oct-09 5:20
professionalAbhijit Jana5-Oct-09 5:20 
Questionwhen i upload my code i got this error Pin
kuduva4-Oct-09 21:55
kuduva4-Oct-09 21:55 
AnswerRe: when i upload my code i got this error Pin
Christian Graus4-Oct-09 21:57
protectorChristian Graus4-Oct-09 21:57 
GeneralRe: when i upload my code i got this error Pin
kuduva4-Oct-09 22:01
kuduva4-Oct-09 22:01 
GeneralRe: when i upload my code i got this error Pin
Christian Graus4-Oct-09 22:03
protectorChristian Graus4-Oct-09 22:03 
GeneralRe: when i upload my code i got this error Pin
kuduva4-Oct-09 22:02
kuduva4-Oct-09 22:02 
Now i am getting 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>
GeneralRe: when i upload my code i got this error Pin
Christian Graus4-Oct-09 22:05
protectorChristian Graus4-Oct-09 22:05 
GeneralRe: when i upload my code i got this error Pin
Vasudevan Deepak Kumar4-Oct-09 22:10
Vasudevan Deepak Kumar4-Oct-09 22:10 
GeneralRe: when i upload my code i got this error Pin
Sachin Dubey5-Oct-09 0:31
Sachin Dubey5-Oct-09 0:31 
AnswerRe: when i upload my code i got this error Pin
prashantagro5-Oct-09 2:44
prashantagro5-Oct-09 2:44 
AnswerRe: when i upload my code i got this error Pin
RajeshVyda5-Oct-09 6:37
RajeshVyda5-Oct-09 6:37 
Questionbarcode Pin
mylogics4-Oct-09 21:54
professionalmylogics4-Oct-09 21:54 
AnswerRe: barcode Pin
Christian Graus4-Oct-09 21:56
protectorChristian Graus4-Oct-09 21:56 
GeneralRe: barcode Pin
mylogics4-Oct-09 22:00
professionalmylogics4-Oct-09 22:00 
GeneralRe: barcode Pin
Christian Graus4-Oct-09 22:01
protectorChristian Graus4-Oct-09 22:01 
GeneralRe: barcode Pin
mylogics4-Oct-09 22:08
professionalmylogics4-Oct-09 22:08 
GeneralRe: barcode Pin
Christian Graus4-Oct-09 22:12
protectorChristian Graus4-Oct-09 22:12 
GeneralRe: barcode Pin
mylogics4-Oct-09 22:14
professionalmylogics4-Oct-09 22:14 
GeneralRe: barcode Pin
Christian Graus4-Oct-09 22:15
protectorChristian Graus4-Oct-09 22:15 
GeneralRe: barcode Pin
mylogics4-Oct-09 22:52
professionalmylogics4-Oct-09 22:52 
GeneralRe: barcode Pin
Greg Chelstowski4-Oct-09 23:09
Greg Chelstowski4-Oct-09 23:09 
QuestionUrl rewrite Pin
Ramkumar_S4-Oct-09 21:19
Ramkumar_S4-Oct-09 21:19 
QuestionGraph in asp.net Pin
yrishi4-Oct-09 21:04
yrishi4-Oct-09 21:04 

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.