Click here to Skip to main content
15,887,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Logout Problem !!! Pin
pmarfleet9-Feb-08 23:01
pmarfleet9-Feb-08 23:01 
GeneralRe: Logout Problem !!! [modified] Pin
masoodp66610-Feb-08 23:32
masoodp66610-Feb-08 23:32 
AnswerRe: Logout Problem !!! Pin
masoodp66611-Feb-08 0:48
masoodp66611-Feb-08 0:48 
Questionhow to get file from internet by using the webclient Pin
Shaik Haneef9-Feb-08 20:37
Shaik Haneef9-Feb-08 20:37 
AnswerDouble post Pin
pmarfleet9-Feb-08 22:56
pmarfleet9-Feb-08 22:56 
AnswerRe: how to get file from internet by using the webclient Pin
Dave Kreskowiak11-Feb-08 4:34
mveDave Kreskowiak11-Feb-08 4:34 
GeneralProduct List Pin
samkaya9-Feb-08 18:14
samkaya9-Feb-08 18:14 
Generali am getting a server error while viewing a page. Pin
coolsatty9-Feb-08 17:42
coolsatty9-Feb-08 17:42 
I have uploaded a page on the server.when i am viewing it online,it gives me server error with a following error.

Server Error in '/xxxx' 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".




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



coolsatty

GeneralRe: i am getting a server error while viewing a page. Pin
pmarfleet10-Feb-08 7:49
pmarfleet10-Feb-08 7:49 
GeneralRe: i am getting a server error while viewing a page. Pin
coolsatty10-Feb-08 23:42
coolsatty10-Feb-08 23:42 
GeneralRe: i am getting a server error while viewing a page. Pin
pmarfleet10-Feb-08 23:52
pmarfleet10-Feb-08 23:52 
QuestionEnjecting javascript file into master pages Pin
archanasinghvi9-Feb-08 17:03
archanasinghvi9-Feb-08 17:03 
GeneralRe: Enjecting javascript file into master pages Pin
pmarfleet10-Feb-08 7:48
pmarfleet10-Feb-08 7:48 
QuestionHow to get treeview to work when using frames? Pin
mastoj9-Feb-08 13:48
mastoj9-Feb-08 13:48 
GeneralRe: How to get treeview to work when using frames? Pin
mastoj11-Feb-08 19:16
mastoj11-Feb-08 19:16 
AnswerRe: How to get treeview to work when using frames? Pin
iwemeada11-Mar-09 7:27
iwemeada11-Mar-09 7:27 
Generalneeded code for my project Pin
rini9-Feb-08 2:43
rini9-Feb-08 2:43 
GeneralRe: needed code for my project Pin
Justin Perez9-Feb-08 3:13
Justin Perez9-Feb-08 3:13 
QuestionMVC(Model View controller) Pin
deep219-Feb-08 1:10
deep219-Feb-08 1:10 
GeneralRe: MVC(Model View controller) Pin
Justin Perez9-Feb-08 3:15
Justin Perez9-Feb-08 3:15 
QuestionAutomatic display of data when user logs in Pin
n_gchaitra9-Feb-08 1:05
n_gchaitra9-Feb-08 1:05 
GeneralRe: Automatic display of data when user logs in Pin
That's Aragon9-Feb-08 1:15
That's Aragon9-Feb-08 1:15 
GeneralRe: Automatic display of data when user logs in Pin
n_gchaitra10-Feb-08 17:19
n_gchaitra10-Feb-08 17:19 
GeneralRe: Automatic display of data when user logs in Pin
Gandalf_TheWhite9-Feb-08 2:05
professionalGandalf_TheWhite9-Feb-08 2:05 
GeneralRe: Automatic display of data when user logs in Pin
n_gchaitra10-Feb-08 17:28
n_gchaitra10-Feb-08 17:28 

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.