Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computer Certification > Microsoft Certification > Can't access my transcript

Reply
Thread Tools

Can't access my transcript

 
 
Ryan
Guest
Posts: n/a
 
      01-05-2009
Is anybody else having issues accessing their transcript? I'm getting the
following:

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

Ryan
 
Reply With Quote
 
 
 
 
Yasser
Guest
Posts: n/a
 
      03-04-2009
I've the same problem,,, i need to recieve my mcts certification but i can't
because of this problem ,,,,,,,,,please anyone help

"Ryan" wrote:

> Is anybody else having issues accessing their transcript? I'm getting the
> following:
>
> Server Error in '/MCP' 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>
>
> Ryan

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transcript is missing MCSD =?Utf-8?B?Q2hyaXN0b3BoZXIgRy4gTGV3aXM=?= MCSD 3 01-06-2005 01:39 PM
A new certification on my transcript Thierry DEMAN [MVP] Microsoft Certification 5 12-22-2004 10:40 PM
Confusion in Transcript Vikram MCSD 1 07-01-2004 04:28 PM
MS Transcript - Failed Exams? Next MCSD 3 05-18-2004 11:04 AM
Re: MCP Transcript Verification |{evin MCSE 0 07-27-2003 05:29 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57