473,407 Members | 2,598 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,407 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 1754
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.