I have windows vista ultimate os on my system? I want to install visual studio 2005 and sql server 2005?

Is it necessary to install IIS to develop asp.net web sites and web applications?? If yes did i have to install IIS before installing Visual studio.
I have to work on websites and web applications??
Pls guide me regarding my istallations. Thanks in advance for your help.

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay

This entry was posted on Saturday, April 10th, 2010 at 12:15 pm and is filed under Visual studio 2005 sql server. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.

2 Responses to “I have windows vista ultimate os on my system? I want to install visual studio 2005 and sql server 2005?”

  1. wijen24 Says:

    Simply go to the Microsoft Visual Studio website and download the software. It will automatically install SQL server 2005 as well.

  2. lolvark Says:

    This is a very common question.

    You do not need IIS to develop and debug (step through the code) asp net web sites or web services in net 2.0 (vs2005). When you develop such an app in vs2005 (or express) the site is hosted on a local development server which is installed with vs2005. it works just as it was deployed on a huge windows server with iis 6 or iis 7. However, you vannot host you web app outside your PC. The dev web server does not answer to http traffic on port 80. FOr working across systems you need to host it on IIS. Also, if you use older asp pages (from 10 years ago) you need iis to host and debug.

    And yes, install IIS and all windows updates before installing the net 2.0 sdk and/or vs2005. In fact, the vs2005 install will install the necessary items for IIS when it installs.

    The new microsoft web platform installer (http://www.microsoft.com/web/ ) makes all this much easier if you don’t want to figure out what to install in what order.

    have fun.

Leave a Reply

 

About - Contact - Privacy Policy - Terms of Service