PHP and ASP.NET Server Scripts

Status
Not open for further replies.

austinki

New Member
Messages
2
Reaction score
0
Points
0

ah-blabla

New Member
Messages
375
Reaction score
7
Points
0
I want to use either a PHP or ASP.NET server script with a flash app gallery to create thumbnails and load images to improve the quality of the images and increase the speed of loading.

The page my gallery is on is http://velden.x10hosting.com/busbar_production.html
My PHP and ASP.Net scripts are saved at http://velden.x10hosting.com/gallery_busbar/thumb.php and thumb.aspx

Please can you help me as the reason I used your hosting was becuase you support ASP.NET and PHP.
PHP and ASP are supported. Your page is working fine for me. The script at the second link just seems to print it's own address and do nothing else.
 

austinki

New Member
Messages
2
Reaction score
0
Points
0

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
The X10 servers run Linux rather than Windows and Apache rather than IIS. They run Mono to support ASP.Net 2.0; 3.5 isn't supported. Moreover, some assemblies supported under IIS aren't under Mono. For these reasons, PHP might be the better choice.

If you want help fixing the scripts, post a minimal test case and describe the expected and actual behaviors.
 
Status
Not open for further replies.
Top