View Full Version : .net isn't installing
Hi I am trying to install the .net framework 1.1 on my windows xp machine. I seems like it installs (or atleast it starts to run ) then after the dialog that says "windows is preparing for installation" the dialog box closes and that's the end of the install. I thought that it may install that quick but my asp.net pages won't display right. Any help with this would be greatly appreciated.
Roelf
06-13-2005, 01:52 PM
as far as i know, you have to reinstall IIS to make sure the proper settings are done to serve aspx pages the right way. I dont know how long it takes to install .NET framework so for that part, i cannot tell if it went ok or not.
JamieR
06-13-2005, 06:03 PM
Weird...
I have the dotNet framework installed without IIS and it installed fine :confused:
I don't use IIS but I do have the framework installed just in case I ever get into one of the dotNet languages :)
If it wont install with IIS then you will have to get rid of IIS, install the framework and then reinstall IIS.
Jamie,
Roelf
06-13-2005, 07:54 PM
what i meant is: when you install IIS first and then .net framework, things dont work.
If you want to serve aspx pages, you have to install .net framework first and then IIS
Freon22
06-14-2005, 03:30 AM
This is what you are going to have to do.
How to repair IIS mapping after you remove and reinstall IIS
Here is the link, the samething happened to me after I remaped it everything worked fine. It shows you how to setup the mapping to the frameworks so dotnet work work.
http://support.microsoft.com/?id=306005
To fix IIS mappings for ASP.NET, run the Aspnet_regiis.exe utility:
1. Click Start, and then click Run.
2. In the Open text box, type cmd, and then press ENTER.
3. At the command prompt, type the following, and then press ENTER:
"%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -i
In this path, version represents the version number of the .NET Framework that you installed on your server. You must replace this placeholder with the actual version number when you type the command.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.