Перейти к содержимому


Фотография

What does this error mean?


  • Пожалуйста, авторизуйтесь для ответа.
5 ответов в данной теме

#1 Пользователь ARFX (WMID 218295735070 )

  • Группа: Пользователи
  • сообщений 5
  • Регистрация: 15-августа 08
  • МестоположениеИран
  • Webmoney BL

Отправлено 22 августа 2008 - 12:26

Hi

I were working on integrating my site withe web money merchant. when my result url was mailto: my address, every thing was correct. but when I changed it to a ashx file in my web site, I receive this error:

Error: 2)
Merchant's website is not available. HTTP_STATUS=500
step=6.1




http://code.google.c...el:Type-Archive

 

<%
%>

using
System.Security.Cryptography;

using
System.Text;

using
System.Web;

using
System;

public
: IHttpHandler

{

context)

{

];

== LMI_PREREQUEST)

{

DataSet1TableAdapters.
();

Q.Z1(

context.Request.Form[
] +

context.Request.Form[
] +

context.Request.Form[
] +

context.Request.Form[
]+

context.Request.Form[
]

);





context.Response.ContentType =
;

DataSet1TableAdapters.
();

();

P.Fill(T, context.Request.Form[
]));

)

context.Response.Write(
);

else

context.Response.Write(
);

}

else

{

] +

context.Request.Form[
] +

context.Request.Form[
] +

context.Request.Form[
] +

context.Request.Form[
] +

context.Request.Form[
] +

context.Request.Form[
] +

context.Request.Form[
] +

context.Request.Form[
];

hash = GetHashString(s);

) == 0)

{

DataSet1TableAdapters.
();

Q.Subscriptions_Complete(context.Request.Form[
]));

}

}

}

s)

{

.UTF8.GetBytes(s);

();

[] baHash = cryptoServiceProvider.ComputeHash(baValue);

.Empty;

baHash)

{

result +=
, B);

}

result;

}

IsReusable

{

get

{

;

}

}

}

 

One other thing that I can't understand is thst how we feed key to md5 method? there is no corresponding code here.

 

Thanks

    • 0
  • Наверх

#2 Пользователь ARFX (WMID 218295735070 )

  • Группа: Пользователи
  • сообщений 5
  • Регистрация: 15-августа 08
  • МестоположениеИран
  • Webmoney BL

Отправлено 25 августа 2008 - 02:56

No answer?

Please, this is almost last part of my development

 

    • 0
  • Наверх

#3 Знаток Патентовед (WMID 194427007413 )

  • Группа: Пользователи
  • сообщений 353
  • Регистрация: 25-марта 06
  • МестоположениеРоссия
  • Webmoney BL

Отправлено 25 августа 2008 - 14:33

This is a php-example of using merchant: http://sourceforge.n...s/merchant-php/ . I think, You would be use this to Your development applyed to ASP-code.

To check MD5-signature You can use https://merchant.web...nf/MD5valid.asp

    • 0
  • Наверх

#4 Знаток Богданов Артём Сергеевич (WMID 415784481911 )

  • Группа: Пользователи
  • сообщений 105
  • Регистрация: 14-апреля 08
  • МестоположениеРоссия, Великий Новгород
  • Webmoney BL

Отправлено 25 августа 2008 - 17:03

Error 500 is mean that "Temporary Server Error", keyword is "Temporary". Server can be repaired and error can be delete.

Sorry for my bad English. I think you understand me correctly.

Изображение
    • 0
  • Наверх

#5 Знаток Патентовед (WMID 194427007413 )

  • Группа: Пользователи
  • сообщений 353
  • Регистрация: 25-марта 06
  • МестоположениеРоссия
  • Webmoney BL

Отправлено 27 августа 2008 - 14:58

Error 500 is mean that "Temporary Server Error", keyword is "Temporary". Server can be repaired and error can be delete.


Sorry for my bad English. I think you understand me correctly.

Sorry for my bad English too.
What server said "Temporary Server Error"? Your server or merchant server?
    • 0
  • Наверх

#6 Продвинутый пользователь drew (WMID 241597957004 )

  • Группа: Пользователи
  • сообщений 73
  • Регистрация: 01-марта 07
  • МестоположениеРоссия
  • Webmoney BL

Отправлено 27 августа 2008 - 15:47

500. Internal server error - this error means that your server(ResultUrl) cant handle merchant.wmtransfer.com request. Review Application log of your server for warnings from ASP.NET application to get detailes of the problem

    • 0
  • Наверх