Archive

Posts Tagged ‘iis7’

IIS 7.0 can be installed on XP or not ?

I found that many people were thinking regarding IIS 7.0 installation on XP. To answer this question I did few searches and found out that IIS 7.0 is only for Vista+ or Windows Server 2008+ .

Here is the source

http://forums.iis.net/p/1156627/1899483.aspx

So answer to above question is , IIS 7.0 can not be installed on XP :-)

If you want to use IIS 7.0 on XP then you can do it by downloading latest virtual server build which is available for free on the internet and then install vista on it.

Then install IIS on vista and enjoy IIS 7.0 but make sure your computer can run XP and VISTA, both at the same time.

Categories: IIS Tags: , , , , , , , , , , , , , , , , , ,

Problem in IIS 7.0 during publishing of ASP.NET web application built on framework 3.5

There were two errors which I faced

  1. HTTP Error 500.19 – Internal Server Error  0×80070021
  2. HTTP Error 404.3 – Not Found  0×80070032

How to remove HTTP Error 500.19 – Internal Server Error?

Error Code 0×80070021

This error occurs when IIS is not installed completely i.e. You’ve install IIS but asp.net isn’t installed and by default asp.net doesn’t install automatically so you have to install asp.net.

I’ve windows vista so I went to control panel > Program and Features > Turn Windows features on or off

There I selected IIS and asp.net as shown below

image

Read more…