473,383 Members | 1,925 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,383 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 1750
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: 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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.