cancel
Showing results for 
Search instead for 
Did you mean: 

General Discussions

technomancer
Adept I

technical assistance form doesn't work

I already tried thrice and I just get 

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

5 Replies

Are you trying to open an AMD Service Request? : Online Service Request | AMD 

Try using a different browser and see if it works. Also could a temporary AMD Server problem in your region. So I would wait a day or two and see if it starts working.

If it is a AMD Service Request you are trying to open, What City and State or Country are you located in?

i live in cyprus

Maybe one of the Moderators can check to see if they are having any problems in Cyprus with their Servers.

Are you still having problems connecting to AMD Support?

AMD Moderator is looking into the issue but did say he hasn't heard of any problems with the AMD Servers that serves Cyprus.

0 Likes

I fixed my problem

I could fill the form but I would get that error when i pressed submit

if i try again i have to submit something

0 Likes