Answered by:
Help on installing ASP.NET Correctly, before I mess it up

Question
-
User1738831244 posted
Ok, I have been have quit a few issues with ASP.net running correctly so I finally bit the bullet and reinstalled XP pro and it's clean as a whistle now and running great. So before I get the installation sequence out of order I thought I would ask first, what is the correct sequence for installing asp.net?
1. I have have IIS 5.1 running now
2. Microsoft.net Framework 2.0 is installed - (it was installed when I reinstalled my video driver)
That's where I am at.
Do I need ASP 1.1, 2.0 sp2, 3.0 sp2 and 3.5 sp1 or can just install 3.5 sp1? From what I understand 3.0 and 3.5 need ASP 2.0 sp2 in order to function but I am not sure.
Once I install these framework packages is that all there is to it or is there something more that needs to be configured. I am not trying to setup an internet server, just develop within ASP.net and upload to my hosting provider where ASP runs on the server.
Thanks for the help
JT
Tuesday, September 29, 2009 11:03 PM
Answers
-
User-1171043462 posted
For development just install VS 2005 or VS 2008 as per your reqts and it will automatically install all frameworks needed
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, September 30, 2009 1:41 AM -
User-880529193 posted
Hi,
Just install VS2005 or VS2008 and it will automatically install all frameworks. After installing Run/Open your VS studio and try to create a project and run it. Theirs no need to configure.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, September 30, 2009 2:06 AM
All replies
-
User-1659704165 posted
Hi,
First of All which version UR isntalling Vs2005,Vs2008
1} /*Do I need ASP 1.1, */
Totally Depends On requirement
2} /**2.0 sp2, 3.0 sp2 and 3.5 sp1 or can just install 3.5 sp1**/
if U want functionality of 3.0,3.05 then install..
if Ur installing 3.0,3.5 u have Install 2.0 and It Service packs Becuase 3.0 and 3.5 R extension of 2.0 Not a Independent frameworkWednesday, September 30, 2009 1:36 AM -
User-1171043462 posted
For development just install VS 2005 or VS 2008 as per your reqts and it will automatically install all frameworks needed
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, September 30, 2009 1:41 AM -
User-880529193 posted
Hi,
Just install VS2005 or VS2008 and it will automatically install all frameworks. After installing Run/Open your VS studio and try to create a project and run it. Theirs no need to configure.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, September 30, 2009 2:06 AM -
User1738831244 posted
Great thanks to you all!
I am installing VS 2008. I was using Expression Web, but I ran into a lot of trouble with it always crashing when developing a .net site so I am switching over to VS 2008 with a fresh install so hopefully I won't run into this issue again.
Wednesday, September 30, 2009 11:01 AM -