Possible solutions of your questions

  hosting
<< Previous       help

Question: sorry do not tell me what could be the problem.http://ssdd.win.testforhost.com/register.aspx
Answer:

what version of asp your script?

Question: don`t know(
Answer:

figure it out. in the panel, you may choose two versions of asp.

Question: A little present by me. The site is coded in asp.net so you will need a compatible web server (such as Microsoft IIS or Abyss Web Server). (here)
Answer:

or where you ran this script?

Question: no((( we have running at the moment another script. but we want to update the game. and only this script can work with this game.
Answer:

fix osieki in the script,  the error says that the script is invalid

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1012: Too many characters in character literal

Source Error:


Line 43: g.DrawString(sayi.ToString(), font, Brushes.DarkRed, X, Y);
Line 44: g.CompositingQuality = CompositingQuality.High quality;
Line 45: bmp.Save(Server.MapPath(`/images/captcha.png`), ImageFormat.Png);
Line 46: }
Line 47: protected void sayikontrol(object source, ServerValidateEventArgs args)


Source File: d:\\inetpub\\vhosts\\battlegear.ru\\httpdocs\\register.aspx.cs Line: 45


<< Previous