954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Which server i install on my windows 7 to run asp

Please tell me which server i should install to run the asp files or pages, give the link of the best sever for windows 7 and also tell me the setting of server

waiting for your reply

Regards

Rizwan

Rizi004
Newbie Poster
10 posts since Jun 2011
Reputation Points: 10
Solved Threads: 0
 

Oops - I've posted twice :-(
Can this one be deleted?

LaxLoafer
Junior Poster in Training
68 posts since Aug 2011
Reputation Points: 43
Solved Threads: 12
 

Hi Riswan

You'll need a web server in order to process Active Server Pages (ASP).

Microsoft's web server is part of Internet Information Services (IIS). This is usually installed to server editions of Microsoft operating systems, such as Windows 2008. It'll work on Windows 7 also, and should be adequate for development purposes, but suspect there are limitations that might make it unsuitable for demanding enterprise applications.

IIS is not installed on Windows 7 by default. You can find out how to install and configure it on Microsoft's TechNet here...

To get started in writing ASP scripts, I would suggest installing Visual Web Developer Express , which is available for free from Microsoft. You'll find the installation includes a development web server that requires little or no configuration, which should help you to get up to speed.

Note that ASP and ASP.NET are two different languages. ASP.NET is a newer scripting language, based on the .NET Framework, and integrates better with newer versions of IIS. ASP on the other hand uses good old COM.

LaxLoafer
Junior Poster in Training
68 posts since Aug 2011
Reputation Points: 43
Solved Threads: 12
 

THANKS LaxLoafer

Rizi004
Newbie Poster
10 posts since Jun 2011
Reputation Points: 10
Solved Threads: 0
 

IIS is not installed on the Basic version, but on higher versions it can be "enabled" simply by "Add/remove Windows components".

ArtistScope
Junior Poster
150 posts since Jun 2010
Reputation Points: 5
Solved Threads: 14
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: