Click here to Skip to main content
15,915,093 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Grid View Pin
_AK_23-May-09 2:23
_AK_23-May-09 2:23 
GeneralRe: Grid View Pin
rmaya24-May-09 18:11
rmaya24-May-09 18:11 
GeneralRe: Grid View Pin
_AK_24-May-09 19:35
_AK_24-May-09 19:35 
AnswerRe: Grid View Pin
padmanabhan N23-May-09 2:35
padmanabhan N23-May-09 2:35 
QuestionWierd ASP error Pin
Matt Cavanagh22-May-09 22:54
Matt Cavanagh22-May-09 22:54 
AnswerRe: Wierd ASP error Pin
Herman<T>.Instance25-May-09 4:41
Herman<T>.Instance25-May-09 4:41 
GeneralRe: Wierd ASP error Pin
Matt Cavanagh25-May-09 17:59
Matt Cavanagh25-May-09 17:59 
Questionruntime error after publishing Pin
EmZan22-May-09 21:36
EmZan22-May-09 21:36 
when i try to access my website from my ftp space this error appeared
i tried to edit the config file but nothing new


any suggestion?


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><br />
<system.web><br />
        <customErrors mode="Off"/><br />
    </system.web><br />
</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.



<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

AnswerRe: runtime error after publishing Pin
Manas Bhardwaj22-May-09 22:48
professionalManas Bhardwaj22-May-09 22:48 
AnswerRe: runtime error after publishing Pin
adatapost23-May-09 21:49
adatapost23-May-09 21:49 
QuestionGetting Error while executing Pin
phani2548522-May-09 20:39
phani2548522-May-09 20:39 
AnswerRe: Getting Error while executing Pin
Ramesh Swaminathan22-May-09 21:25
Ramesh Swaminathan22-May-09 21:25 
AnswerRe: Getting Error while executing Pin
Manas Bhardwaj22-May-09 22:51
professionalManas Bhardwaj22-May-09 22:51 
Questionnet3.5 documentation Pin
Member 387988122-May-09 19:32
Member 387988122-May-09 19:32 
AnswerRe: net3.5 documentation Pin
Ramesh Swaminathan22-May-09 19:50
Ramesh Swaminathan22-May-09 19:50 
AnswerRe: net3.5 documentation Pin
Manas Bhardwaj22-May-09 22:52
professionalManas Bhardwaj22-May-09 22:52 
QuestionError when trying to login once moved to IIS Server Pin
milkyline22-May-09 18:05
milkyline22-May-09 18:05 
AnswerRe: Error when trying to login once moved to IIS Server Pin
Ramesh Swaminathan22-May-09 18:27
Ramesh Swaminathan22-May-09 18:27 
GeneralRe: Error when trying to login once moved to IIS Server Pin
milkyline23-May-09 8:57
milkyline23-May-09 8:57 
GeneralRe: Error when trying to login once moved to IIS Server Pin
adatapost29-May-09 4:25
adatapost29-May-09 4:25 
QuestionRemote WMI Connection issue Pin
ssircar197122-May-09 8:56
ssircar197122-May-09 8:56 
AnswerRe: Remote WMI Connection issue Pin
Herman<T>.Instance25-May-09 3:18
Herman<T>.Instance25-May-09 3:18 
Questionthis.Profile is not latest after Profile.Save() Pin
NetQuestions22-May-09 7:24
NetQuestions22-May-09 7:24 
AnswerRe: this.Profile is not latest after Profile.Save() Pin
adatapost23-May-09 21:51
adatapost23-May-09 21:51 
GeneralRe: this.Profile is not latest after Profile.Save() Pin
NetQuestions25-May-09 5:56
NetQuestions25-May-09 5:56 

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.