Need help configuring IIS with ASP.NET in Vista Home Basic - iis

I have checked the following during turning on Windows features:
IIS,IIS Compatibility and under WWW I have checked .NET extensibility.I do not see an ASP.NET option to check.Will these be enough to have IIS running or am I missing something.
I do not see the IIS page when I type localhost in my browser.Please help.

Your version of Vista does not support ASP on IIS. You'll have to either install asp or upgrade your version of Vista to:
Windows Vista Home Premium Edition
Windows Vista Professional Edition
Windows Vista Ultimate Edition

If you're trying to set up a web server you can take a look at Microsoft's Dreamspark site.
If you're a student and have the capability of proving it you can download a copy of Windows 2003 Server and use it for educational purposes.

Related

IIS6 cannot add new web site on Windows XP virtual PC

I have a developing machine in Windows 7 that has a virtual machine Windows XP Mode with Windows XP professional version 2002 Sevice Pack 3. I installed visual studio environments and IIS6 into virtual, but when I open IIS manager, I can see a default web site and I cannot add a new web site due to I need two web sites with different ports. I need to do it here, ¿How can I do it? As far as I know, with XP professional I can add new web sites.
Thanks
IIS on Windows XP cannot have multiple websites running at the same time and neither can you make additional websites from the IIS Manager.
Also, you are not running IIS 6. You are running IIS 5.1 if you are on XP.

Downgrading IIS version on windows server 2008

Does anyone have an idea if it is possible to downgrade IIS version 7 to lower version of IIS on windows server 2008?
I have an ASP program on win 2000 server and I am planning to migrate this program on new setup on better hardware and software but I am getting HTTP 500 which in detail error logs I see complain of classic asp and IIS 7. In my case obviously the the ASP used (by another programmer) is and old classic ASP platform and now with this conflict I cannot get my web sever operating properly.
Any help/idea would be really appreciated.
Thanks,
Alan

version of windows server/IIS supporting classic ASP 2.0

What is the highest version of Windows Server & IIS that supports classic ASP 2.0?
since IIS 5 that is supported, but not installed by default in later versions.
Open Roles and Features on Windows Server and select ASP as well.
Windows server 2008 and IIS 7.5 support classic ASP.
This link covers the subject of getting classic ASP running on IIS 7.5 fairly comprehensively:
http://learn.iis.net/page.aspx/559/running-classic-asp-applications-on-iis-70-and-iis-75/

Configuring IIS on Windows Vista Home Edition

My friend accidentally bought a laptop with Windows Vista Home Basic Edition. He figured out how to install IIS on it, but it doesn't seem to have either the management console or the admin tools. Is there any way for him to configure a site or import an IIS 6 config file?
EDIT: "Windows Vista Home Edition" --> "Windows Vista Home Basic Edition".
Not entirely certain here, but start the IIS console on another machine and tell it to connect to the laptop? The normal management console snap-ins all support remote operation.
Yu need to go back into Windows Component Setup and choose to install the Managemnet console(s).
Control Panel>Programs->Turn Windows Feature on and off.
You will see Internet Information Services in there, go under there and you will find the management console(s).
And yes, they are available to be installed on Vista Home. Once installed you can setup by opening Control Panel->Adminstrative Tools and you will see the IIS manager in there.
Per Microsoft Technet, IIS Management Console is unavailable on Windows Vista Home Basic and Starter Editions though it is available on Home Premium and above. And I can confirm it doesn't appear in the list of options when I install IIS.
Okay, not being on Vista I don't know for sure, but on XP the application which controls IIS is %SystemRoot%\system32\inetsrv\iis.msc. Perhaps hunting around for iis.msc would be a first step.
You should be able to do an upgrade to home premium. I'm pretty sure it's available at quite a low cost. My Home Basic laptop came with a CD that had all the necessary stuff for upgrading to a different version of Windows (I upgraded to Linux). If you really want IIS to do development work, you should really upgrade. Or if you just want .Net, you can install VS.Net Express and use the development server.

HTTPS in IIS 5.1

I'm using IIS 5.1 in Windows XP on my development computer. I'm going to set up HTTPS on my company's web server, but I want to try doing it locally before doing it on a production system.
But when I go into the Directory Security tab of my web site's configuration section, the "Secure communication" groupbox is disabled. Is there something I need to do to make this groupbox enabled?
That is because IIS 5.1 under the limited Windows XP version is limited to only HTTP. You need to have a full version of IIS 6.0 on Windows 2003 to do this. Luckily you can download a VHD image of Windows 2003 from Microsoft and run it under a Virtual PC instance. Plus I would recommend this since you are trying to be careful and use a machine close to your production environment. IIS 5.1 version is never deployed as a production machine so you cannot guarantee anything and the differences between IIS 5.1 and IIS 6.0 are significant enough where the VM is worth your while.
You may need to manually create a certificate first (on WinXP there does not seem to be a built-in mechanism, so you need to use OpenSSL). Check out these two links:
Enabling SSL in IIS on Windows XP Professional
Enabling SSL (HTTPS) for IIS in Windows XP

Resources