Click here to Skip to main content
15,914,201 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to detect design time Pin
minhpc_bk17-Aug-06 15:25
minhpc_bk17-Aug-06 15:25 
GeneralRe: How to detect design time Pin
matthias s.17-Aug-06 23:18
matthias s.17-Aug-06 23:18 
GeneralRe: How to detect design time Pin
minhpc_bk18-Aug-06 0:22
minhpc_bk18-Aug-06 0:22 
QuestionPageIndex change gives error from 2nd to 1st page Pin
bubberz17-Aug-06 10:10
bubberz17-Aug-06 10:10 
AnswerRe: PageIndex change gives error from 2nd to 1st page Pin
minhpc_bk18-Aug-06 12:09
minhpc_bk18-Aug-06 12:09 
GeneralRe: PageIndex change gives error from 2nd to 1st page Pin
bubberz18-Aug-06 16:32
bubberz18-Aug-06 16:32 
QuestionSecurity using Sessions Pin
Armando_Ramirez17-Aug-06 9:14
Armando_Ramirez17-Aug-06 9:14 
QuestionProblem after upgrading to asp.net 2 Pin
Rookie17-Aug-06 7:51
Rookie17-Aug-06 7:51 
I upgrade my site from asp.net 1 to 2.0 and everything work fine on localhost. However, after I upload my website to my host and I got the following message:


Server Error in '/asi_web' 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>


I check my web.config file and the <customErrors mode> is "Off" and I also check to see if my web.config file is valid by copying it to notepad and view it in a browser. Everything looks OK. I also call our host to check if asp.net 2 is installed and they told me it is. Therefore, I am stuck and do not know what to do. Any help would greatly reduce my pressure from my boss. OMG | :OMG:




Rookie Programmer
AnswerRe: Problem after upgrading to asp.net 2 Pin
Guffa17-Aug-06 12:02
Guffa17-Aug-06 12:02 
GeneralRe: Problem after upgrading to asp.net 2 Pin
Rookie17-Aug-06 14:19
Rookie17-Aug-06 14:19 
AnswerRe: Problem after upgrading to asp.net 2 Pin
Guffa18-Aug-06 0:28
Guffa18-Aug-06 0:28 
Questioniframe -- URGENT Pin
lehya17-Aug-06 7:26
lehya17-Aug-06 7:26 
AnswerRe: iframe -- URGENT Pin
Grapes-R-Fun17-Aug-06 11:29
Grapes-R-Fun17-Aug-06 11:29 
AnswerRe: iframe -- URGENT Pin
Guffa17-Aug-06 12:26
Guffa17-Aug-06 12:26 
Questionsugest datagrid delete codeing [modified] Pin
omi9817-Aug-06 5:39
omi9817-Aug-06 5:39 
AnswerRe: sugest datagrid delete codeing Pin
minhpc_bk17-Aug-06 20:14
minhpc_bk17-Aug-06 20:14 
GeneralRe: sugest datagrid delete codeing Pin
omi9818-Aug-06 1:47
omi9818-Aug-06 1:47 
GeneralRe: sugest datagrid delete codeing Pin
minhpc_bk18-Aug-06 12:09
minhpc_bk18-Aug-06 12:09 
GeneralRe: sugest datagrid delete codeing Pin
omi9820-Aug-06 7:31
omi9820-Aug-06 7:31 
QuestionDrop Down Lists storage in SQL server [modified] Pin
Dayekh17-Aug-06 5:37
Dayekh17-Aug-06 5:37 
AnswerRe: Drop Down Lists storage in SQL server Pin
Guffa17-Aug-06 6:38
Guffa17-Aug-06 6:38 
GeneralRe: Drop Down Lists storage in SQL server Pin
Dayekh17-Aug-06 22:20
Dayekh17-Aug-06 22:20 
AnswerRe: Drop Down Lists storage in SQL server Pin
postmaster@programmingknowledge.com17-Aug-06 22:13
postmaster@programmingknowledge.com17-Aug-06 22:13 
GeneralRe: Drop Down Lists storage in SQL server Pin
Dayekh17-Aug-06 22:21
Dayekh17-Aug-06 22:21 
QuestionIntegration between ASP .NET and PHP based forums Pin
paul.m@antuk.com17-Aug-06 5:30
paul.m@antuk.com17-Aug-06 5:30 

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.