Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Old 09-11-2006, 10:27 PM What is ASP?
Junior Talker

Posts: 1
Trades: 0
I'm a newbie to website creation.

I have most of my site complete but need to create an order form. I am using FrontPage and am hosted by GoDaddy, which requires a form called "GDform.ASP"

I am so lost I can't quite figure out the question!

When I am creating my form on FrontPage I go to Page Properties and tell it that I would like the info to be sent to my email. I then get a message that reads, "Form cannot be configured to send results via email. The Web site may be located at a disk-based location, or on a server that has not been configured to send email. Would you like to remove the email recipient?"

Is this problem related to not being an ASP form? Or is it something else? My email GoDaddy *is* configured.

Thoughts?

Thanks.
edhis is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-13-2006, 04:10 AM Re: What is ASP?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
No, the problem is more likely related to FrontPage not "knowing" where the form is.

Have you tried Godaddy technical for information on how to code the form?
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-19-2006, 08:12 PM Re: What is ASP?
FreelanceITs's Avatar
Skilled Talker

Posts: 52
Name: Shay
Location: United States
Trades: 0
Active Server Pages or ASP, as it is more commonly known, is a technology that enables you to make dynamic and interactive web pages. ASP uses server-side scripting to dynamically produce web pages that are not affected by the type of browser the web site visitor is using.

The default scripting language used for writing ASP is VBScript, although you can use other scripting languages like JScript (Microsoft's version of JavaScript).

ASP pages have the extension .asp instead of .htm, when a page with the extension .asp is requested by a browser the web server knows to interpret any ASP contained within the web page before sending the HTML produced to the browser. This way all the ASP is run on the web server and no ASP will ever be passed to the web browser.

Any web pages containing ASP cannot be run by just simply opening the page in a web browser. The page must be requested through a web server that supports ASP, this is why ASP stands for Active Server Pages, no server, no active pages.

***Make sure that your settings are correct via a program called Araneae. You can find a download at this link....
http://www.snapfiles.com/download/dlaraneae.html **
FreelanceITs is offline
Reply With Quote
View Public Profile Visit FreelanceITs's homepage!
 
Old 09-19-2006, 09:23 PM Re: What is ASP?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
That's one hell of a first post! Someone (besides me) should give that girl some Talkupation.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 09-19-2006, 09:57 PM Re: What is ASP?
ablaye's Avatar
Ultra Talker

Posts: 437
Location: WebmasterGround.com
Trades: 5
Quote:
Originally Posted by ADAM Web Design View Post
That's one hell of a first post! Someone (besides me) should give that girl some Talkupation.
How do you know it is a girl?
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
ablaye is offline
Reply With Quote
View Public Profile Visit ablaye's homepage!
 
Old 09-19-2006, 11:06 PM Re: What is ASP?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Quote:
Name: Shay
Shay's a girl's name.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 09-20-2006, 03:58 PM Re: What is ASP?
Experienced Talker

Posts: 32
Name: adam
Trades: 0
Quote:
Shay's a girl's name.
mans name in the uk, think its Irish.
__________________

Please login or register to view this content. Registration is FREE
||
Please login or register to view this content. Registration is FREE
||
L146705 is offline
Reply With Quote
View Public Profile Visit L146705's homepage!
 
Old 09-29-2006, 02:30 PM Re: What is ASP?
FreelanceITs's Avatar
Skilled Talker

Posts: 52
Name: Shay
Location: United States
Trades: 0
Smiling.... yes 'Shay' is a girls name. Been away for awhile. Thanks for the comment Adam.... wink.
__________________

Please login or register to view this content. Registration is FREE
-Bid your price & Get Paid
FreelanceITs is offline
Reply With Quote
View Public Profile Visit FreelanceITs's homepage!
 
Old 10-06-2006, 07:59 AM Re: What is ASP?
Junior Talker

Posts: 1
Name: Kanhaiya K Mishra
Trades: 0
Its a powerfull scripting language to create dynamic webpage. To run an active server page u need IIS with Frontpage server Extension Install on your web server. To Post a simple mail u need to Use CDONT and few lines of ASP code. U useful Information on www.4guysfromrolla.com
d4desi.com is offline
Reply With Quote
View Public Profile
 
Old 10-06-2006, 11:06 AM Re: What is ASP?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Actually, you don't need FrontPage server extensions at all to run ASP. ASP is a scripting language native to IIS.

Technically, you don't need IIS either, with the advent of Chilisoft ASP (although it runs like crap.) IIS is the much better version, though.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 10-07-2006, 04:23 PM Re: What is ASP?
Novice Talker

Posts: 7
Name: Musicmaza
Trades: 0
ASP is a technique and uses visual basic language to run. It is powerful tool to connect to database.

Best Regards

Musicmaza
<please create a forum signature>

Last edited by vangogh; 10-08-2006 at 07:05 PM..
musicmaza is offline
Reply With Quote
View Public Profile
 
Old 10-10-2006, 06:55 AM Re: What is ASP?
saadatshah's Avatar
Extreme Talker

Posts: 215
Name: Syed Saadat Ali
Location: Lahore, Pakistan
Trades: 0
www.w3schools.com
__________________
- -- --- ---- ----- ------ ------- ---------------
If you have knowledge, let others light their candles in it.
saadatshah is offline
Reply With Quote
View Public Profile Visit saadatshah's homepage!
 
Old 10-17-2006, 05:04 AM Re: What is ASP?
Novice Talker

Posts: 6
Trades: 0
another ASP learning site: http://www.4guysfromrolla.com/
dumack is offline
Reply With Quote
View Public Profile
 
Old 10-17-2006, 05:08 PM Re: What is ASP?
Novice Talker

Posts: 4
Trades: 0
Seems like there's a trend that development is shifting to ASP.net, so may not be worth your while to pick up ASP. Anyway, looks like most sites are using php these days.
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
projectw3 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to What is ASP?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.43954 seconds with 12 queries