Prerequisites for VS

I installed IIS and FPSE after installing VS.NET becasue I wanted to go ahead and get started learning VB.NET. Now that I have IIS and FPSE installed, what parts of VS.NET do I need to re-install


Answer this question

Prerequisites for VS

  • berndku

    Nothing doesn't work as of yet. 
    It was stated that IIS and FPSE must be installed prior to installing VS.NET.  They weren't available at the time I installed VS.NET.  They became available later and I then installed them. Now that I have done so, what parts of VS.NET must I re-install so that when I get to that part in my training, it will work   I am a college professor doing a prep for a course in VB.NET so I am going through a textbook to learn it. Both the textbook and the pre-requisite notes on teh VS.NET CD were pretty explicit about pre-installing IIS and FPSE. Do I need to completely reinstall VS.NET (5 hours) or just part of it

  • MDBD

    What does not work or what do you want to learn (do). Actually to work with Visual Studio .net, installing .net Framework SDK and Visual Studio .net (everything on the dvd including msdn, visio, etc.), should be enough.

  • Relapse

    You can go to the framework directory under \windows\microsoft.net\framework\vxxxx and run

    aspnet_regiis.exe -i

  • Prerequisites for VS