Re: installing IIS (Internet Info. Service)
From: Imran Koradia (nojunk_at_microsoft.com)
Date: 08/15/04
- Next message: Kevin Burton: "Function to access the encrypted filesystem."
- Previous message: Phil Jones: "GetInvocationList - Getting the delegates wired up to an event"
- In reply to: Scott M.: "Re: installing IIS (Internet Info. Service)"
- Next in thread: Uzi Barzilai: "Re: installing IIS (Internet Info. Service)"
- Reply: Uzi Barzilai: "Re: installing IIS (Internet Info. Service)"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 14 Aug 2004 23:08:17 -0400
As Scott mentioned, IIS comes with some versions of windows. However, its
not absolutely necessary to install IIS before installing VB .NET although
its definitely a good idea. So, if you happen to install VB .NET before IIS
by any chance, you can do this to make sure your aspx files run on your
machine:
run the following command from within the .net framework directory (usually
%SystemRoot%\Microsoft.NET\Framework\v1.x.xxx\ - the x's denote your
framework version. The latest will have the higher number. eg. .NET
framework version 1.1 will have something like v1.1.4322)
aspnet_regiis.exe -i
the above command basically register's this version of ASP.NET with IIS and
your aspx files should run fine.
hope this helps..
Imran.
"Scott M." <s-mar@nospam.nospam> wrote in message
news:utnSWffgEHA.704@TK2MSFTNGP12.phx.gbl...
> IIS is a component of the Windows operating system. It is not available
> separately from the operating system and it is not available on all
> versions of the Windows operating system. It is included, by not always
> installed by default, Windows NT, Windows 2000, Windows XP Professional
> (not XP Home) and Windows 2003 Server.
>
> If you have one of these versions of Windows, you will need your Windows
> installation CD to install IIS. From Control Panel, choose Add/Remove
> Programs. When that dialog comes up, click Windows Components from the
> icons on the left. Then choose IIS from there.
>
> The installation is straight forward. Once that is done, you can install
> VS.NET.
>
>
> "Uzi Barzilai" <uzib@comcast.net> wrote in message
> news:KDmTc.120932$8_6.35234@attbi_s04...
>> I'll like to install VB.NET on my computer and do it right.
>> I have both: VB.NET (Standard) AND Visual Studio.NET (academic)
>>
>> The book I have "warn" me:
>> "You must install IIS before installing VB"
>>
>> So, before even placing any of those CD into my computer I'll like to
>> know:
>> 1. Does any of these have IIS
>> 2. If yes, how to comply with the above warning.
>> 3. If not - where do I get IIS
>>
>> Thanks,
>> Uzi
>>
>>
>
>
- Next message: Kevin Burton: "Function to access the encrypted filesystem."
- Previous message: Phil Jones: "GetInvocationList - Getting the delegates wired up to an event"
- In reply to: Scott M.: "Re: installing IIS (Internet Info. Service)"
- Next in thread: Uzi Barzilai: "Re: installing IIS (Internet Info. Service)"
- Reply: Uzi Barzilai: "Re: installing IIS (Internet Info. Service)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|