473,322 Members | 1,431 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

ASP ... ? somone help PLEASE!


I know this sound stupid but i just dont know which way to turn....

i have a MS hosting package so i know i need to use an ASP language -
but which one, there would sem to be severeal ASP,ASP.NET, ASP VB, C#
all kinds ????

And do is there any software that ill produce the code for me?
HELP PLEASE!

Zac

--
zac123
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------

Sep 29 '05 #1
6 1746
On Wed, 28 Sep 2005 08:54:03 -0500, zac123
<za***********@mail.codecomments.com> wrote:

I know this sound stupid but i just dont know which way to turn....

i have a MS hosting package so i know i need to use an ASP language -
but which one, there would sem to be severeal ASP,ASP.NET, ASP VB, C#
all kinds ????

And do is there any software that ill produce the code for me?


First, you don't need to use any of these. Plain HTML works just
fine. Second, ASP is one technology, ASP.NET is another. ASP.NET
programming can be done in many languages, the most common being VB or
C#. And third, if you're going to have an ASP.NET site, you'll need
to learn to write code yourself.

You may just want to use any wizards or site packages your host has
available instead.

Jeff
Sep 29 '05 #2

"Jeff Cochran" <je*********@zina.com> wrote in message
news:43***************@msnews.microsoft.com...
On Wed, 28 Sep 2005 08:54:03 -0500, zac123
<za***********@mail.codecomments.com> wrote:

I know this sound stupid but i just dont know which way to turn....

i have a MS hosting package so i know i need to use an ASP language -
but which one, there would sem to be severeal ASP,ASP.NET, ASP VB, C#
all kinds ????

And do is there any software that ill produce the code for me?


The Visual Studio 2005 express edition is free, and it produces forms and
code for you.,

http://lab.msdn.microsoft.com/vs2005/
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm

Sep 29 '05 #3
"zac123" <za***********@mail.codecomments.com> wrote in message
news:za***********@mail.codecomments.com...
i have a MS hosting package
I assume you mean Internet Information Services (IIS).
so i know i need to use an ASP language
You don't, so long as you're only serving out static HTML pages.

As soon as you want to put any /code/ behind this, say to read
databases, or whatever, then you need to start looking at
programming langauges.
but which one, there would sem to be several ASP,ASP.NET,
ASP VB, C# all kinds ????
Active Server Pages (ASP) is the /technology/ that allows you to
write code (in any suitable /language/) to make these things happen.
IIS natively supports VBScript, JScript and JavaScript out of the box.

ASP.Net is the latest "version" of ASP, allowing you to use the "new"
langauges, VB.Net, C# (and others).
And do is there any software that ill produce the code for me?


That really depends on what you want to do but, essentially, I would
start from the position of "No, there isn't"; if you find products that will
help you along the way, it's a bonus.

HTH,
Phill W.
Sep 29 '05 #4
On Thu, 29 Sep 2005 12:29:10 +0200, "Egbert Nierop \(MVP for IIS\)"
<eg***********@nospam.invalid> wrote:
in <eG**************@TK2MSFTNGP12.phx.gbl>

"Jeff Cochran" <je*********@zina.com> wrote in message
news:43***************@msnews.microsoft.com...
On Wed, 28 Sep 2005 08:54:03 -0500, zac123
<za***********@mail.codecomments.com> wrote:

I know this sound stupid but i just dont know which way to turn....

i have a MS hosting package so i know i need to use an ASP language -
but which one, there would sem to be severeal ASP,ASP.NET, ASP VB, C#
all kinds ????

And do is there any software that ill produce the code for me?


The Visual Studio 2005 express edition is free, and it produces forms and
code for you.,

http://lab.msdn.microsoft.com/vs2005/


Quite suitable for learning, but for production? Nah, me thinks not.

---
Stefan Berglund
Sep 29 '05 #5

"Stefan Berglund" <ke****@in.thegroups> wrote in message
news:gi********************************@4ax.com...
On Thu, 29 Sep 2005 12:29:10 +0200, "Egbert Nierop \(MVP for IIS\)"
<eg***********@nospam.invalid> wrote:
in <eG**************@TK2MSFTNGP12.phx.gbl>

"Jeff Cochran" <je*********@zina.com> wrote in message
news:43***************@msnews.microsoft.com...
On Wed, 28 Sep 2005 08:54:03 -0500, zac123
<za***********@mail.codecomments.com> wrote:
I know this sound stupid but i just dont know which way to turn....

i have a MS hosting package so i know i need to use an ASP language -
but which one, there would sem to be severeal ASP,ASP.NET, ASP VB, C#
all kinds ????

And do is there any software that ill produce the code for me?


The Visual Studio 2005 express edition is free, and it produces forms and
code for you.,

http://lab.msdn.microsoft.com/vs2005/


Quite suitable for learning, but for production? Nah, me thinks not.


Yes, for production as well. If not, please comment.

If we analyze the request of the requester, there is -no- issue of asking
for an enterprise application, if he was requesting how to write an
enterprise application, without any experience, it would be like asking how
to build a bridge without any skills. Don't you agree?

Sep 30 '05 #6
On Fri, 30 Sep 2005 12:49:27 +0200, "Egbert Nierop \(MVP for IIS\)"
<eg***********@nospam.invalid> wrote:
in <eZ**************@TK2MSFTNGP10.phx.gbl>
"Stefan Berglund" <ke****@in.thegroups> wrote in message
news:gi********************************@4ax.com.. .
On Thu, 29 Sep 2005 12:29:10 +0200, "Egbert Nierop \(MVP for IIS\)"
<eg***********@nospam.invalid> wrote:
in <eG**************@TK2MSFTNGP12.phx.gbl>

"Jeff Cochran" <je*********@zina.com> wrote in message
news:43***************@msnews.microsoft.com.. .
On Wed, 28 Sep 2005 08:54:03 -0500, zac123
<za***********@mail.codecomments.com> wrote:

>
>I know this sound stupid but i just dont know which way to turn....
>
>i have a MS hosting package so i know i need to use an ASP language -
>but which one, there would sem to be severeal ASP,ASP.NET, ASP VB, C#
>all kinds ????
>
>And do is there any software that ill produce the code for me?

The Visual Studio 2005 express edition is free, and it produces forms and
code for you.,

http://lab.msdn.microsoft.com/vs2005/


Quite suitable for learning, but for production? Nah, me thinks not.


Yes, for production as well. If not, please comment.

If we analyze the request of the requester, there is -no- issue of asking
for an enterprise application, if he was requesting how to write an
enterprise application, without any experience, it would be like asking how
to build a bridge without any skills. Don't you agree?


I most definitely agree. But I'd never use a bridge built by anyone with no
bridge building skills.

---
Stefan Berglund
Sep 30 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: adrianTNT | last post by:
Hello, I am very new to php, I need a script, is probably simple for the ones that know a bit of php: I need the script to read links from a web page and return them as variable names, for...
1
by: Numberwhun | last post by:
Hello everyone! I am trying to learn java and have run into kind of a snag. Here is the code that I have so far: ------ <begin_code> ---------- import javax.swing.*; import...
1
by: HolaGoogle | last post by:
Hi all, Please help me with the following..it's realy urgent and i tried everything i could and i can't get it work properly!! Thanks in advance. Here's what i'm trying to accomplish: in my...
0
by: s_erez | last post by:
Hi, This is a realy tricky one. I have an ASP.NET application where some pages are reading data from a DB and presenting reports. In order for the user to wait while the page is reading data from...
2
by: rked | last post by:
I get nameSPAN1 is undefined when I place cursor in comments box.. <%@ LANGUAGE="VBScript" %> <% DIM ipAddress ipAddress=Request.Servervariables("REMOTE_HOST") %> <html> <head> <meta...
7
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title>...
4
by: pshindle | last post by:
DB2 Team - I just downloaded and unzipped the new Fixpack 9 for DB2 ESE V8 for Windows (FP9_WR21350_ESE.exe). I then burned the unzipped Fixpack files to a CD. I proceded to install this...
1
PEB
by: PEB | last post by:
POSTING GUIDELINES Please follow these guidelines when posting questions Post your question in a relevant forum Do NOT PM questions to individual experts - This is not fair on them and...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.