Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > Programming > ASP

ASP Discuss about ASP scripting problems or help others with their ASP scripting issues.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-18-2010, 09:37 AM
iimmdeepak iimmdeepak is offline
Senior Member
 
Join Date: May 2010
Location: Indore,india
Posts: 249
iimmdeepak is on a distinguished road
Default Asp Advantages

hi all
i m new and want to start the web development so can any one suggest the advantages of asp over other language.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-01-2011, 12:01 PM
Pooja thakur Pooja thakur is offline
Junior Member
 
Join Date: Apr 2011
Posts: 8
Pooja thakur is on a distinguished road
ASP stands for Active Server Page or programming.Basically sever site programming.

There are multiple advantages of ASP over other languages:

1)Consistent Programming Model

2)Direct Support for Security

3)Easy Application Deployment and Maintenance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-12-2011, 07:29 AM
tenantfile tenantfile is offline
Junior Member
 
Join Date: Apr 2011
Posts: 7
tenantfile is on a distinguished road
Asp is the Active server programming it deals with the server means that it is a server programming.its having the following advantages
1.it provides the 3-tier architecture
2.we can easily deploy the new applications.
3.its framework is compatible with around 55 language.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-16-2011, 04:37 PM
tylerlongtw tylerlongtw is offline
Senior Member
 
Join Date: May 2011
Posts: 392
tylerlongtw is on a distinguished road
one more good thing about ASP.Net is its a server side programming, having server controls which makes the site more secure rather than to using the simple html client side controls.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-28-2011, 07:49 AM
tylerlongtw tylerlongtw is offline
Senior Member
 
Join Date: May 2011
Posts: 392
tylerlongtw is on a distinguished road
ASP is a server side script and it can perform many backend processing jobs for a web site, same way it can't do many things particularly the client end operations as it has no control over the client end events or user controls. ASP is a server side script and it can perform many backend processing jobs for a web site, same way it can't do many things particularly the client end operations as it has no control over the client end events or user controls. So there are many advantages and disadvantages of using ASP to manage web pages. We may not like to say disadvantages of ASP and it is better to say the limitation of any server side scripting language, as these limitations are faced by other scripting languages like PHP, JSP, Perl etc. We will try to understand where ASP can be used and where it should not be used.Using server side scripting language like ASP we can manage the content of any page and such dynamic code ( or content ) for the web browsers can be generated based on various conditions we set in our ASP program. To a visitor the back end script or processing is of no use. They are more interested in design, content, speed etc. So there is no point in asking ASP engine to work when there is simple html content to be displayed at browser end. This will also improve the loading speed of the page. The user browser does not understand scripts we run at server. Brower understands JavaScript (if enabled), html, CSS etc. So what ever output we want to be send to the browser has to be written using these languages. So the task we want to be performed at client end can't be written at server end using ASP.ASP engine finishes its job of processing the code and then send the codes to users browser. From this point on words till again the page request comes back to server, there is no control of ASP on the page. So we should not expect ASP to perform some tasks which are likely to happen at the client browser end. This will be clear when we discuss some of the task and where ( client or server side ) the task is to be completed and which script will take care of it. There are some tasks we can do at both the ends and the situation on which they are to be used we will try to discuss in next page.ASP Introduction ASP Introduction Basic File structure for simple ASP script Advantage Disadvantage of ASP Tasks ASP Can do Different requirement for redirecting users Escaping double quotes and printing to screen.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-09-2011, 02:43 PM
uswah uswah is offline
Junior Member
 
Join Date: May 2011
Posts: 7
uswah is on a distinguished road
HTML is used only to create static web pages (which displays information) With the use of ASP one can create dynamic web pages,where client can communicate with the web server and vice versa. Thus using ASP interactive webpages can be created.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 06-09-2011, 04:12 PM
tylerlongtw tylerlongtw is offline
Senior Member
 
Join Date: May 2011
Posts: 392
tylerlongtw is on a distinguished road
ASP is very important language.
If any one want to develop a huge website.
ASP help to create any thing of your requirements.
I like to work in ASP.
Thanks for sharing good post.

If any one need help regarding ASP.
Please ask me any question.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-05-2011, 11:04 AM
Loan2day Loan2day is offline
Member
 
Join Date: Jun 2011
Posts: 80
Loan2day is on a distinguished road
the most important thing about language is that it has drag and drop functionality which helps many novice user to learn it very quickly without any much coding.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-16-2011, 12:46 PM
Christopher Christopher is offline
Junior Member
 
Join Date: Dec 2011
Posts: 18
Christopher is on a distinguished road
ASP or Active Server Pages is a server side programming language and part of Microsoft’s (IIS) Internet Information Server. ASP can help deliver dynamic content to the client from databases and can dynamically generate interactive pages. An asp page normally consists of HTML and scripting code. In asp, the browser calls .asp file instead of .html and the server processes the script and returns a html page to the browser.
Advantages of ASP
Performance: ASP.NET improves performance by utilizing the strengths of JIT compilation, automatic resource optimization, runtime profiling, automatic memory management, early binding, better caching and exception handling.
Inbuilt data caching module: ASP.NET has a data caching module to decide on which data on the ASP page should be cached and when to empty this cache and when to re-query.
Support for Tools: With ASP you can drag and drop your web controls just like how it is done in Visual Basic controls. All you have to do is just double click to write a server program for the control.
Ease of Use: ASP pages are just HTML pages with ASP programs encapsulated between <% and %> tags. To run an asp file you just have to place it into a directory in your server and run it provide you have proper authorization. All you have to do to make some changes is just edit your asp file and the modification will be executed.
Flexibility: With ASP you can code your scripts in both VBScript and Microsoft Jscript. There are also existing modules to support languages like Python, perl along with solutions to incorporate other languages. So even if you are new to ASP you can use your previous knowledge in other programming languages like VB and JavaScript while migrating to ASP. This makes it easier to learn ASP even with just html knowledge.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-07-2012, 12:08 PM
gaurav467 gaurav467 is offline
Senior Member
 
Join Date: Oct 2011
Posts: 166
gaurav467 is on a distinguished road
ASP.NET improves performance by utilizing the strengths of JIT compilation, automatic resource optimization, runtime profiling, automatic memory management, early binding, better caching and exception handling.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 03-26-2012, 05:28 AM
loenmilton loenmilton is offline
Member
 
Join Date: Mar 2012
Posts: 29
loenmilton is on a distinguished road
hi,
thanks for sharing this information..............
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 03-26-2012, 07:29 AM
Smohil Smohil is offline
Senior Member
 
Join Date: Feb 2012
Posts: 334
Smohil is on a distinguished road
Quote:
Originally Posted by tylerlongtw View Post
ASP is a server side script and it can perform many backend processing jobs for a web site, same way it can't do many things particularly the client end operations as it has no control over the client end events or user controls. ASP is a server side script and it can perform many backend processing jobs for a web site, same way it can't do many things particularly the client end operations as it has no control over the client end events or user controls. So there are many advantages and disadvantages of using ASP to manage web pages. We may not like to say disadvantages of ASP and it is better to say the limitation of any server side scripting language, as these limitations are faced by other scripting languages like PHP, JSP, Perl etc. We will try to understand where ASP can be used and where it should not be used.Using server side scripting language like ASP we can manage the content of any page and such dynamic code ( or content ) for the web browsers can be generated based on various conditions we set in our ASP program. To a visitor the back end script or processing is of no use. They are more interested in design, content, speed etc. So there is no point in asking ASP engine to work when there is simple html content to be displayed at browser end. This will also improve the loading speed of the page. The user browser does not understand scripts we run at server. Brower understands JavaScript (if enabled), html, CSS etc. So what ever output we want to be send to the browser has to be written using these languages. So the task we want to be performed at client end can't be written at server end using ASP.ASP engine finishes its job of processing the code and then send the codes to users browser. From this point on words till again the page request comes back to server, there is no control of ASP on the page. So we should not expect ASP to perform some tasks which are likely to happen at the client browser end. This will be clear when we discuss some of the task and where ( client or server side ) the task is to be completed and which script will take care of it. There are some tasks we can do at both the ends and the situation on which they are to be used we will try to discuss in next page.ASP Introduction ASP Introduction Basic File structure for simple ASP script Advantage Disadvantage of ASP Tasks ASP Can do Different requirement for redirecting users Escaping double quotes and printing to screen.
Good information thanks for your sharing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



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


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.