LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 03-11-2012, 02:24 PM   #1
brownstone73
LQ Newbie
 
Registered: Mar 2012
Posts: 6

Rep: Reputation: Disabled
Moved to Linux hosting servers from Windows - .aspx pages


Hi,

New here and have searched for this issue and tried a few attempts to get my forms working, but I'm just not getting anywhere.

I am now at the point of looking for someone to do it for me and I will just pay the person. I had bad experiences with free lancing websites, which is why I'd rather have an expert help me on this one.

Basically, I have a website that used to run on Windows which contained 2 .aspx pages. I recently moved to Linux web hosting servers at hostgator and now those 2 pages are obviously not working as .asp is compatible with Windows. I would appreciate it if someone could help me out on getting the forms compatible to Linux, the data from the forms should be sent to a different web service and I woud also like to have some sort of statistics of how many leads were sent from the 2 forms.

I do not mind paying for services rendered as I have spent time and time on this, but are just unsuccessful.

Thanks,
Henry
 
Old 03-11-2012, 07:25 PM   #2
elfenlied
Member
 
Registered: Dec 2004
Posts: 83

Rep: Reputation: 8
Do you know what these two .aspx pages do? Are they just collecting information in a form and sending it to another page as a POST or is it something more fancy than that?
 
Old 03-12-2012, 01:44 AM   #3
leslie_jones
Member
 
Registered: Sep 2011
Posts: 130

Rep: Reputation: Disabled
I'm hearing you about the freelancer type sites. In my view, giant con and fleecing tanks mostly - with a few gems to be found. I'm sure you'll get plenty of help to ace this, so chin up and let's start at the beginning:

Elfenlied pretty nails it - forget about the asp/aspx aspect of it, other than it won't run on Linux it doesn't matter. You know this is going to require a rewrite - and I'm guessing into either PHP or Perl.

Six million dollar question(s): What do the pages/scripts actually do? Do they interact with a database (Jet/Access/SqlServer)? What level of coding are you at yourself and comfortable with?
 
Old 03-12-2012, 06:14 AM   #4
brownstone73
LQ Newbie
 
Registered: Mar 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks for the response guys.

Both pages are collecting data from users and are sent/posted to a web service. Unfortunately I am still on baby stages with regards to php/perl. I do have the specification, but have done a sample of what is required below.

Service location: http://www....
Class Name: Service
Web Method: Name Request(string Name, string Surname, string Home, string Cell, string Work, string Email, string IdNum, string Amount, string NetSalary, string Employed, string Citizen, string Income, string Account, string DebtReview, string Industry, string Permission, string FromURL, string Code)
Web Method Type: int
Web Method Response: Success: 5
Web Method Response: Failure: 0 – Catch Exception
1 – Applicant failed minimum criteria
2 – Applicant applied already (1 Month Range)
3 – Submission to Bruma Finance Failed
4 – Applicant age Not over 21
Required Fields:
Field Name Type Example
Name string John
Surname string Smith
Home string 0215551234
Cell string 0831234567
Work string 0215551234
Email string john.smith@gmail.com
IdNum string (13 digit valid id/no spaces)
Amount string 15000
NetSalary string 25000
Employed string Yes/No
Citizen string Yes/No
Income string Yes/No
Account string Yes/No
DebtReview string Yes/No
Industry string Yes/No
Permission string Yes/No
FromURL string Name
Code string Name

Important Notes: Please duplicate the following form found on:
http://www.justmoney.co.za/loans/sho...provider=Bruma
 
Old 03-30-2012, 05:26 AM   #5
brownstone73
LQ Newbie
 
Registered: Mar 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Hi Guys,

Is there anyone that can do the job I posted below, I can pay for the service. Please get in touch if you interested.

Thanks!
 
Old 03-30-2012, 05:28 AM   #6
leslie_jones
Member
 
Registered: Sep 2011
Posts: 130

Rep: Reputation: Disabled
I'd try Elance.com myself, it's pretty safe there for all concerned.
 
Old 03-30-2012, 05:43 AM   #7
brownstone73
LQ Newbie
 
Registered: Mar 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks, but I have gave up on freelance sites. I just want someone with Linux experience that can create forms and have the data sent to a web service, that's it.
 
Old 03-30-2012, 05:57 AM   #8
leslie_jones
Member
 
Registered: Sep 2011
Posts: 130

Rep: Reputation: Disabled
Then the best place to find one, if you are offering to pay, is via a REPUTABLE site like Elance which holds payment with Escrow so (a) you don't get scammed (b) the provider is not ripped off by a non paying customer.

I don't think anyone will write custom code for you here on a promise of payment, so you either need to find someone or learn to write it yourself. Sorry if that's a bit blunt, but that's the way the world is. People will HELP you for free, but you'd need to start doing some of the work yourself.
 
Old 03-30-2012, 06:13 AM   #9
brownstone73
LQ Newbie
 
Registered: Mar 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
That's alright, like I said in my first email. I have knowledge and know how to program it using Windows, this is currently working. I want to move the site to Linux and the 2 pages are in .aspx. I do not have much knowledge it coding the forms to work in a linux environment.

Thanks for all your replies anyway.
 
Old 03-30-2012, 06:29 AM   #10
leslie_jones
Member
 
Registered: Sep 2011
Posts: 130

Rep: Reputation: Disabled
I didn't see your first email, but I did read your first post.

The issue is not really a Linux 'thing', it's a web coding thing. You'll need to recode it into something like PHP. That's not Linux specific and your best starting point will be one of the coding forums. Perhaps this one: http://www.codingforums.com/ ?

If you discover you have Linux specific issues with the PHP then there is plenty of help here, but web coding issues are a little out of scope for this forum, which is why I suspect you've not been overwhelmed with replies.

Have fun with it, looks really straightforward to me.
 
Old 03-30-2012, 06:42 AM   #11
brownstone73
LQ Newbie
 
Registered: Mar 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks Leslie, appreciate it.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mail on Linux servers die after non-mail hosting Windows server shut off gimpy530 Linux - Server 11 05-14-2010 05:03 PM
Previously installed Linux and Windows moved to new hardware chevalier Linux - General 3 10-16-2007 07:54 AM
Managed Linux servers for your web hosting needs DragonSlayer48DX Linux - News 1 04-26-2007 04:24 PM
LXer: Managed Linux Servers for Your Web Hosting Needs LXer Syndicated Linux News 0 04-21-2007 03:46 AM
LXer: Avantex Hosting Elevates Linux Servers LXer Syndicated Linux News 0 09-09-2006 09:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 02:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration