Click here to Skip to main content
15,888,113 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Bulk insert from dataset into db? Pin
thatraja11-Feb-10 20:50
professionalthatraja11-Feb-10 20:50 
AnswerRe: Bulk insert from dataset into db? Pin
Abhishek Sur11-Feb-10 20:46
professionalAbhishek Sur11-Feb-10 20:46 
AnswerRe: Bulk insert from dataset into db? Pin
T M Gray12-Feb-10 4:11
T M Gray12-Feb-10 4:11 
AnswerRe: Bulk insert from dataset into db? Pin
beginner in C#.net12-Apr-11 4:11
beginner in C#.net12-Apr-11 4:11 
QuestionNeed to contact code project member. Pin
Hema Bairavan11-Feb-10 20:12
Hema Bairavan11-Feb-10 20:12 
AnswerRe: Need to contact code project member. Pin
i gr811-Feb-10 21:51
i gr811-Feb-10 21:51 
GeneralRe: Need to contact code project member. Pin
Hema Bairavan12-Feb-10 0:20
Hema Bairavan12-Feb-10 0:20 
Questionrun time error Pin
prateekfgiet11-Feb-10 18:16
prateekfgiet11-Feb-10 18:16 
i have made a web application which run smoothly at local system but when i uploaded on web server and trying to login it gives runtime error

error is:

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



Thanks in advance
AnswerRe: run time error Pin
i gr811-Feb-10 20:01
i gr811-Feb-10 20:01 
QuestionOut of Placed things in server [solved] Pin
Mehdi Ghiasi11-Feb-10 9:27
Mehdi Ghiasi11-Feb-10 9:27 
AnswerRe: Out of Placed things in server Pin
Abhishek Sur11-Feb-10 11:43
professionalAbhishek Sur11-Feb-10 11:43 
GeneralRe: Out of Placed things in server Pin
Anurag Gandhi11-Feb-10 17:55
professionalAnurag Gandhi11-Feb-10 17:55 
QuestionEntityDatasource Pin
Sider8911-Feb-10 8:45
Sider8911-Feb-10 8:45 
AnswerRe: EntityDatasource Pin
Not Active11-Feb-10 9:20
mentorNot Active11-Feb-10 9:20 
GeneralRe: EntityDatasource Pin
Sider8911-Feb-10 9:48
Sider8911-Feb-10 9:48 
Questionhow to display image from database Pin
netJP12L11-Feb-10 7:18
netJP12L11-Feb-10 7:18 
AnswerRe: how to display image from database Pin
Not Active11-Feb-10 8:16
mentorNot Active11-Feb-10 8:16 
GeneralRe: how to display image from database Pin
netJP12L11-Feb-10 10:46
netJP12L11-Feb-10 10:46 
AnswerRe: how to display image from database Pin
T M Gray11-Feb-10 10:46
T M Gray11-Feb-10 10:46 
QuestionColor parameter in query string ? Pin
paper6711-Feb-10 6:01
paper6711-Feb-10 6:01 
AnswerRe: Color parameter in query string ? Pin
Steve Wellens11-Feb-10 7:36
Steve Wellens11-Feb-10 7:36 
AnswerRe: Color parameter in query string ? Pin
Abhishek Sur11-Feb-10 11:46
professionalAbhishek Sur11-Feb-10 11:46 
Questionreportviewer Pin
arkiboys11-Feb-10 3:43
arkiboys11-Feb-10 3:43 
AnswerRe: reportviewer Pin
Pranay Rana11-Feb-10 19:01
professionalPranay Rana11-Feb-10 19:01 
GeneralRe: reportviewer Pin
arkiboys12-Feb-10 10:43
arkiboys12-Feb-10 10: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.