PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

ASP to Java conversion

 
 
=?Utf-8?B?QXBwcm9wcmlhdG9y?=
Guest
Posts: n/a
 
      2nd Mar 2006
I’ve adopted a new client’s website to redesign and host. I downloaded it
into FP 2003. The problem is that it uses ASP. My Virtual Private Server is
Unix based Free BSD and won’t work with ASP. Short of Moving this client to a
Windows based server (read expensive) is there any way to convert ASP to
Java? I'll appreciate any input.

Best Regards,
Karl L. Baldwin
MountainLodging™
Vacation Cabin Rental Listing Service
http://www.mountain-lodging.com
&
Web Design, Hosting & SEM
www.websites-online.com
800-418-1483


 
Reply With Quote
 
 
 
 
Tom [Pepper] Willett
Guest
Posts: n/a
 
      2nd Mar 2006
You can't convert asp to java.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
----------
"Appropriator" <(E-Mail Removed)> wrote in message
news:EAD65D9C-CDAD-4636-9883-(E-Mail Removed)...
> I've adopted a new client's website to redesign and host. I downloaded it
> into FP 2003. The problem is that it uses ASP. My Virtual Private Server
> is
> Unix based Free BSD and won't work with ASP. Short of Moving this client
> to a
> Windows based server (read expensive) is there any way to convert ASP to
> Java? I'll appreciate any input.
>
> Best Regards,
> Karl L. Baldwin
> MountainLodgingT
> Vacation Cabin Rental Listing Service
> http://www.mountain-lodging.com
> &
> Web Design, Hosting & SEM
> www.websites-online.com
> 800-418-1483
>
>



 
Reply With Quote
 
Bob Lehmann
Guest
Posts: n/a
 
      2nd Mar 2006
>> Windows based server (read expensive)
Why do you say that?

There are many, very capable Windows hosts who are cheaper than many *Nix
hosts.

Bob Lehmann


"Appropriator" <(E-Mail Removed)> wrote in message
news:EAD65D9C-CDAD-4636-9883-(E-Mail Removed)...
> I’ve adopted a new client’s website to redesign and host. I downloaded

it
> into FP 2003. The problem is that it uses ASP. My Virtual Private Server

is
> Unix based Free BSD and won’t work with ASP. Short of Moving this client

to a
> Windows based server (read expensive) is there any way to convert ASP to
> Java? I'll appreciate any input.
>
> Best Regards,
> Karl L. Baldwin
> MountainLodging™
> Vacation Cabin Rental Listing Service
> http://www.mountain-lodging.com
> &
> Web Design, Hosting & SEM
> www.websites-online.com
> 800-418-1483
>
>



 
Reply With Quote
 
Mark Fitzpatrick
Guest
Posts: n/a
 
      2nd Mar 2006
Karl,
I haven't run into any ASP to JSP based applications that don't cost
way more than the price of hosting the web site in ASP. There's tons of
really, really cheap ASP hosting out there. Check out
http://www.brinkster.com ( as low as about $5 a month) for one.

Hope this helps,
Mark Fitzpatric
Microsoft MVP - FrontPage

"Appropriator" <(E-Mail Removed)> wrote in message
news:EAD65D9C-CDAD-4636-9883-(E-Mail Removed)...
> I've adopted a new client's website to redesign and host. I downloaded it
> into FP 2003. The problem is that it uses ASP. My Virtual Private Server
> is
> Unix based Free BSD and won't work with ASP. Short of Moving this client
> to a
> Windows based server (read expensive) is there any way to convert ASP to
> Java? I'll appreciate any input.
>
> Best Regards,
> Karl L. Baldwin
> MountainLodgingT
> Vacation Cabin Rental Listing Service
> http://www.mountain-lodging.com
> &
> Web Design, Hosting & SEM
> www.websites-online.com
> 800-418-1483
>
>



 
Reply With Quote
 
Chuck Davis
Guest
Posts: n/a
 
      2nd Mar 2006
Here is another: http://minnesotashopper.com/our-hosting-plans.php
"Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Karl,
> I haven't run into any ASP to JSP based applications that don't
> cost way more than the price of hosting the web site in ASP. There's tons
> of really, really cheap ASP hosting out there. Check out
> http://www.brinkster.com ( as low as about $5 a month) for one.
>
> Hope this helps,
> Mark Fitzpatric
> Microsoft MVP - FrontPage
>
> "Appropriator" <(E-Mail Removed)> wrote in message
> news:EAD65D9C-CDAD-4636-9883-(E-Mail Removed)...
>> I've adopted a new client's website to redesign and host. I downloaded it
>> into FP 2003. The problem is that it uses ASP. My Virtual Private Server
>> is
>> Unix based Free BSD and won't work with ASP. Short of Moving this client
>> to a
>> Windows based server (read expensive) is there any way to convert ASP to
>> Java? I'll appreciate any input.
>>
>> Best Regards,
>> Karl L. Baldwin
>> MountainLodgingT
>> Vacation Cabin Rental Listing Service
>> http://www.mountain-lodging.com
>> &
>> Web Design, Hosting & SEM
>> www.websites-online.com
>> 800-418-1483
>>
>>

>
>



 
Reply With Quote
 
Windsun
Guest
Posts: n/a
 
      2nd Mar 2006
ASP has no relation to Java....

ASP Compatibility
a.. ASP is a Microsoft Technology
b.. To run IIS you must have Windows NT 4.0 or later
c.. To run PWS you must have Windows 95 or later
d.. ChiliASP is a technology that runs ASP without Windows OS
e.. InstantASP is another technology that runs ASP without Windows
What is an ASP File?
a.. An ASP file is just the same as an HTML file
b.. An ASP file can contain text, HTML, XML, and scripts
c.. Scripts in an ASP file are executed on the server
d.. An ASP file has the file extension ".asp"
How Does ASP Differ from HTML?
a.. When a browser requests an HTML file, the server returns the file
b.. When a browser requests an ASP file, IIS passes the request to the ASP
engine. The ASP engine reads the ASP file, line by line, and executes the
scripts in the file. Finally, the ASP file is returned to the browser as
plain HTML
-------------------------------------------------------------------------
"Appropriator" <(E-Mail Removed)> wrote in message
news:EAD65D9C-CDAD-4636-9883-(E-Mail Removed)...
> I've adopted a new client's website to redesign and host. I downloaded it
> into FP 2003. The problem is that it uses ASP. My Virtual Private Server
> is
> Unix based Free BSD and won't work with ASP. Short of Moving this client
> to a
> Windows based server (read expensive) is there any way to convert ASP to
> Java? I'll appreciate any input.
>
> Best Regards,
> Karl L. Baldwin
> MountainLodgingT
> Vacation Cabin Rental Listing Service
> http://www.mountain-lodging.com
> &
> Web Design, Hosting & SEM
> www.websites-online.com
> 800-418-1483
>
>



 
Reply With Quote
 
=?Utf-8?B?Q2hhcmxlZQ==?=
Guest
Posts: n/a
 
      14th Aug 2007
Does every web host require a year at a time, or more? This is expensive for
a nonprofit still trying to get ahead. Any ideas?

Char

"Mark Fitzpatrick" wrote:

> Karl,
> I haven't run into any ASP to JSP based applications that don't cost
> way more than the price of hosting the web site in ASP. There's tons of
> really, really cheap ASP hosting out there. Check out
> http://www.brinkster.com ( as low as about $5 a month) for one.
>
> Hope this helps,
> Mark Fitzpatric
> Microsoft MVP - FrontPage
>
> "Appropriator" <(E-Mail Removed)> wrote in message
> news:EAD65D9C-CDAD-4636-9883-(E-Mail Removed)...
> > I've adopted a new client's website to redesign and host. I downloaded it
> > into FP 2003. The problem is that it uses ASP. My Virtual Private Server
> > is
> > Unix based Free BSD and won't work with ASP. Short of Moving this client
> > to a
> > Windows based server (read expensive) is there any way to convert ASP to
> > Java? I'll appreciate any input.
> >
> > Best Regards,
> > Karl L. Baldwin
> > MountainLodgingT
> > Vacation Cabin Rental Listing Service
> > http://www.mountain-lodging.com
> > &
> > Web Design, Hosting & SEM
> > www.websites-online.com
> > 800-418-1483
> >
> >

>
>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      14th Aug 2007
No
- most are month to month
Check out http://www.webhost4life.com/hosting_nosetup.asp

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Charlee" <(E-Mail Removed)> wrote in message newsCACD963-9DCE-4783-B39C-(E-Mail Removed)...
| Does every web host require a year at a time, or more? This is expensive for
| a nonprofit still trying to get ahead. Any ideas?
|
| Char
|
| "Mark Fitzpatrick" wrote:
|
| > Karl,
| > I haven't run into any ASP to JSP based applications that don't cost
| > way more than the price of hosting the web site in ASP. There's tons of
| > really, really cheap ASP hosting out there. Check out
| > http://www.brinkster.com ( as low as about $5 a month) for one.
| >
| > Hope this helps,
| > Mark Fitzpatric
| > Microsoft MVP - FrontPage
| >
| > "Appropriator" <(E-Mail Removed)> wrote in message
| > news:EAD65D9C-CDAD-4636-9883-(E-Mail Removed)...
| > > I've adopted a new client's website to redesign and host. I downloaded it
| > > into FP 2003. The problem is that it uses ASP. My Virtual Private Server
| > > is
| > > Unix based Free BSD and won't work with ASP. Short of Moving this client
| > > to a
| > > Windows based server (read expensive) is there any way to convert ASP to
| > > Java? I'll appreciate any input.
| > >
| > > Best Regards,
| > > Karl L. Baldwin
| > > MountainLodgingT
| > > Vacation Cabin Rental Listing Service
| > > http://www.mountain-lodging.com
| > > &
| > > Web Design, Hosting & SEM
| > > www.websites-online.com
| > > 800-418-1483
| > >
| > >
| >
| >
| >


 
Reply With Quote
 
Rob Giordano \(Crash\)
Guest
Posts: n/a
 
      14th Aug 2007
only the real cheap deals

--

Rob Giordano
Microsoft MVP - FrontPage





"Charlee" <(E-Mail Removed)> wrote in message
newsCACD963-9DCE-4783-B39C-(E-Mail Removed)...
| Does every web host require a year at a time, or more? This is expensive
for
| a nonprofit still trying to get ahead. Any ideas?
|
| Char
|
| "Mark Fitzpatrick" wrote:
|
| > Karl,
| > I haven't run into any ASP to JSP based applications that don't
cost
| > way more than the price of hosting the web site in ASP. There's tons of
| > really, really cheap ASP hosting out there. Check out
| > http://www.brinkster.com ( as low as about $5 a month) for one.
| >
| > Hope this helps,
| > Mark Fitzpatric
| > Microsoft MVP - FrontPage
| >
| > "Appropriator" <(E-Mail Removed)> wrote in message
| > news:EAD65D9C-CDAD-4636-9883-(E-Mail Removed)...
| > > I've adopted a new client's website to redesign and host. I downloaded
it
| > > into FP 2003. The problem is that it uses ASP. My Virtual Private
Server
| > > is
| > > Unix based Free BSD and won't work with ASP. Short of Moving this
client
| > > to a
| > > Windows based server (read expensive) is there any way to convert ASP
to
| > > Java? I'll appreciate any input.
| > >
| > > Best Regards,
| > > Karl L. Baldwin
| > > MountainLodgingT
| > > Vacation Cabin Rental Listing Service
| > > http://www.mountain-lodging.com
| > > &
| > > Web Design, Hosting & SEM
| > > www.websites-online.com
| > > 800-418-1483
| > >
| > >
| >
| >
| >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Java to c# conversion K R Microsoft Dot NET 1 19th Oct 2004 09:15 AM
Java to c# conversion K R Microsoft C# .NET 1 19th Oct 2004 08:51 AM
Java to C# conversion K R Microsoft ASP .NET 0 19th Oct 2004 08:50 AM
Conversion from java to c# daniel li Microsoft C# .NET 0 8th Jun 2004 07:06 PM
conversion from java to c# =?Utf-8?B?ZGFuaWVs?= Microsoft C# .NET 1 31st May 2004 09:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:19 AM.