Click here to Skip to main content
15,918,889 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionerror while loading an ASPX page Pin
demane23-Nov-06 18:57
demane23-Nov-06 18:57 
AnswerRe: error while loading an ASPX page Pin
R.Palanivel24-Nov-06 1:27
R.Palanivel24-Nov-06 1:27 
AnswerRe: error while loading an ASPX page Pin
iamrashida8325-Nov-06 7:48
iamrashida8325-Nov-06 7:48 
QuestionMaximum Image upload size Pin
sundarDATA23-Nov-06 18:55
sundarDATA23-Nov-06 18:55 
AnswerRe: Maximum Image upload size Pin
Britney S. Morales24-Nov-06 3:16
Britney S. Morales24-Nov-06 3:16 
GeneralRe: Maximum Image upload size Pin
sundarDATA28-Nov-06 18:25
sundarDATA28-Nov-06 18:25 
Questionaspx 2.0 deployment and class object Pin
Haseeb Mukhtar23-Nov-06 18:24
Haseeb Mukhtar23-Nov-06 18:24 
AnswerRe: aspx 2.0 deployment and class object Pin
Grapes-R-Fun24-Nov-06 14:36
Grapes-R-Fun24-Nov-06 14:36 
Something as simple as creating an object should not cause problems! In order to properly troubleshoot this, you have to see the exception... in your web.config change your custom error tag to the following:

<customerrors mode="RemoteOnly">

You may have other elements/attributes associated with your customErrors, but you should be able to get the idea. Now, you should be able to see the actual exception ONLY when you access the application from the hosting server. Also, check your event viewer to see if asp.net has logged any application errors/warnings.

I got a couple of questions, did you precompile your web project? Did you send over the Website, or the whole solution?

Nila

"...for that, I will need a large cup of coffee and a brand muffin!" -Samantha Bea

Questionwhat is the use of cruise control? Pin
Tridip Bhattacharjee23-Nov-06 18:23
professionalTridip Bhattacharjee23-Nov-06 18:23 
Questionhow to use hibernate with c#? Pin
Tridip Bhattacharjee23-Nov-06 18:22
professionalTridip Bhattacharjee23-Nov-06 18:22 
QuestionWebserver Pin
BINOVAR23-Nov-06 18:03
BINOVAR23-Nov-06 18:03 
AnswerRe: Webserver Pin
Britney S. Morales24-Nov-06 3:23
Britney S. Morales24-Nov-06 3:23 
GeneralRe: Webserver Pin
BINOVAR24-Nov-06 7:03
BINOVAR24-Nov-06 7:03 
AnswerRe: Webserver Pin
iamrashida8325-Nov-06 7:53
iamrashida8325-Nov-06 7:53 
Question"datagrid paging" Pin
ravikiranreddydharmannagari23-Nov-06 17:39
ravikiranreddydharmannagari23-Nov-06 17:39 
QuestionProblem with client side scripting Pin
Sun Rays23-Nov-06 16:42
Sun Rays23-Nov-06 16:42 
AnswerRe: Problem with client side scripting Pin
Grapes-R-Fun24-Nov-06 14:40
Grapes-R-Fun24-Nov-06 14:40 
QuestionASP.Net Applications and accessibility! Pin
sam L23-Nov-06 12:10
sam L23-Nov-06 12:10 
AnswerRe: ASP.Net Applications and accessibility! Pin
Pete O'Hanlon24-Nov-06 3:16
mvePete O'Hanlon24-Nov-06 3:16 
GeneralRe: ASP.Net Applications and accessibility! Pin
sam L24-Nov-06 13:13
sam L24-Nov-06 13:13 
GeneralRe: ASP.Net Applications and accessibility! Pin
sam L25-Nov-06 21:04
sam L25-Nov-06 21:04 
GeneralRe: ASP.Net Applications and accessibility! Pin
Pete O'Hanlon26-Nov-06 22:35
mvePete O'Hanlon26-Nov-06 22:35 
QuestionASP with AJAX Pin
Now_Loading23-Nov-06 9:57
Now_Loading23-Nov-06 9:57 
AnswerRe: ASP with AJAX Pin
Fred_Smith23-Nov-06 10:03
Fred_Smith23-Nov-06 10:03 
GeneralRe: ASP with AJAX Pin
Now_Loading23-Nov-06 11:22
Now_Loading23-Nov-06 11:22 

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.