Hi we have both 1.1 and 2.0 .Net framework on the same IIS server our
product only runs on 1.1 at the minute. Does anybody know a way of
setting the IIS server to use 1.1 .Net framework as the default
instead of it going straight to version 2.0

This issues is driving me round the bend.

Thanks

Ethan
Ethan@ether-ray.co.uk

Re: Arghh - >.Net 1.1 Framework on IIS, by Steve

Steve
Fri Feb 23 09:32:58 CST 2007

Double check the website default settings, right click on Websites and check
the script mappings and verify which ISAPI is mapped. When you installed
.NET 2.0, it shouldn't have changed the default if .NET 1.1 was set.

Steve Schofield
Windows Server MVP - IIS


"Ethan Duffell" <ethan.duffell@gmail.com> wrote in message
news:1172243633.596039.58290@s48g2000cws.googlegroups.com...
> Hi we have both 1.1 and 2.0 .Net framework on the same IIS server our
> product only runs on 1.1 at the minute. Does anybody know a way of
> setting the IIS server to use 1.1 .Net framework as the default
> instead of it going straight to version 2.0
>
> This issues is driving me round the bend.
>
> Thanks
>
> Ethan
> Ethan@ether-ray.co.uk
>


Re: Arghh - >.Net 1.1 Framework on IIS, by Steve

Steve
Fri Feb 23 09:34:20 CST 2007

This is the procedure I'm talking about.
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/4c840252-fab7-427e-a197-7facb6649106.mspx?mfr=true

--

Steve Schofield
Windows Server MVP - IIS


"Ethan Duffell" <ethan.duffell@gmail.com> wrote in message
news:1172243633.596039.58290@s48g2000cws.googlegroups.com...
> Hi we have both 1.1 and 2.0 .Net framework on the same IIS server our
> product only runs on 1.1 at the minute. Does anybody know a way of
> setting the IIS server to use 1.1 .Net framework as the default
> instead of it going straight to version 2.0
>
> This issues is driving me round the bend.
>
> Thanks
>
> Ethan
> Ethan@ether-ray.co.uk
>


Re: Arghh - >.Net 1.1 Framework on IIS, by Ethan

Ethan
Fri Feb 23 09:54:32 CST 2007

Steve thanks for this,

We currently have a new 2003 server which has .Net 1.1 and 2.0 on it,
i need it to always create a site in 1.1 as a default, maybe i miss
read the post and document, im assuming this is done through the
web.config tab in IIS


On 23 Feb, 15:32, "Steve Schofield" <s...@orcsweb.com> wrote:
> Double check the website default settings, right click on Websites and check
> the script mappings and verify which ISAPI is mapped. When you installed
> .NET 2.0, it shouldn't have changed the default if .NET 1.1 was set.
>
> Steve Schofield
> Windows Server MVP - IIS
>
> "Ethan Duffell" <ethan.duff...@gmail.com> wrote in message
>
> news:1172243633.596039.58290@s48g2000cws.googlegroups.com...
>
>
>
> > Hi we have both 1.1 and 2.0 .Net framework on the same IIS server our
> > product only runs on 1.1 at the minute. Does anybody know a way of
> > setting the IIS server to use 1.1 .Net framework as the default
> > instead of it going straight to version 2.0
>
> > This issues is driving me round the bend.
>
> > Thanks
>
> > Ethan
> > E...@ether-ray.co.uk- Hide quoted text -
>
> - Show quoted text -



Re: Arghh - >.Net 1.1 Framework on IIS, by Steve

Steve
Fri Feb 23 10:44:34 CST 2007

You need to make sure the root website contains the script mappings to .NET
1.1.
http://support.microsoft.com/default.aspx/kb/816782

--

Thank you,

Steve Schofield
Windows Server MVP - IIS
ASPInsider Member - MCP

http://www.orcsweb.com/
Managed Complex Hosting
#1 in Service and Support

"Ethan Duffell" <ethan.duffell@gmail.com> wrote in message
news:1172246072.901813.135200@z35g2000cwz.googlegroups.com...
> Steve thanks for this,
>
> We currently have a new 2003 server which has .Net 1.1 and 2.0 on it,
> i need it to always create a site in 1.1 as a default, maybe i miss
> read the post and document, im assuming this is done through the
> web.config tab in IIS
>
>
> On 23 Feb, 15:32, "Steve Schofield" <s...@orcsweb.com> wrote:
>> Double check the website default settings, right click on Websites and
>> check
>> the script mappings and verify which ISAPI is mapped. When you installed
>> .NET 2.0, it shouldn't have changed the default if .NET 1.1 was set.
>>
>> Steve Schofield
>> Windows Server MVP - IIS
>>
>> "Ethan Duffell" <ethan.duff...@gmail.com> wrote in message
>>
>> news:1172243633.596039.58290@s48g2000cws.googlegroups.com...
>>
>>
>>
>> > Hi we have both 1.1 and 2.0 .Net framework on the same IIS server our
>> > product only runs on 1.1 at the minute. Does anybody know a way of
>> > setting the IIS server to use 1.1 .Net framework as the default
>> > instead of it going straight to version 2.0
>>
>> > This issues is driving me round the bend.
>>
>> > Thanks
>>
>> > Ethan
>> > E...@ether-ray.co.uk- Hide quoted text -
>>
>> - Show quoted text -
>
>


Re: Arghh - >.Net 1.1 Framework on IIS, by Steve

Steve
Fri Feb 23 11:50:08 CST 2007

This seem to be the exact command to just change the root settings.
do this command in the v1.1 folder. Make sure to back up your metabase and
try on a test machine before hand.

aspnet_regiis -sn w3svc

--

~Steve


"Ethan Duffell" <ethan.duffell@gmail.com> wrote in message
news:1172246072.901813.135200@z35g2000cwz.googlegroups.com...
> Steve thanks for this,
>
> We currently have a new 2003 server which has .Net 1.1 and 2.0 on it,
> i need it to always create a site in 1.1 as a default, maybe i miss
> read the post and document, im assuming this is done through the
> web.config tab in IIS
>
>
> On 23 Feb, 15:32, "Steve Schofield" <s...@orcsweb.com> wrote:
>> Double check the website default settings, right click on Websites and
>> check
>> the script mappings and verify which ISAPI is mapped. When you installed
>> .NET 2.0, it shouldn't have changed the default if .NET 1.1 was set.
>>
>> Steve Schofield
>> Windows Server MVP - IIS
>>
>> "Ethan Duffell" <ethan.duff...@gmail.com> wrote in message
>>
>> news:1172243633.596039.58290@s48g2000cws.googlegroups.com...
>>
>>
>>
>> > Hi we have both 1.1 and 2.0 .Net framework on the same IIS server our
>> > product only runs on 1.1 at the minute. Does anybody know a way of
>> > setting the IIS server to use 1.1 .Net framework as the default
>> > instead of it going straight to version 2.0
>>
>> > This issues is driving me round the bend.
>>
>> > Thanks
>>
>> > Ethan
>> > E...@ether-ray.co.uk- Hide quoted text -
>>
>> - Show quoted text -
>
>


Re: Arghh - >.Net 1.1 Framework on IIS, by MikeL

MikeL
Fri Feb 23 12:41:41 CST 2007

Start/Programs/Adminitrative Tools/IIS. Expand Web Sites ... Go to your web
app in the list. Right-click/Properties. Click ASP.NET tab. Set the version.

"Ethan Duffell" <ethan.duffell@gmail.com> wrote in message
news:1172243633.596039.58290@s48g2000cws.googlegroups.com...
> Hi we have both 1.1 and 2.0 .Net framework on the same IIS server our
> product only runs on 1.1 at the minute. Does anybody know a way of
> setting the IIS server to use 1.1 .Net framework as the default
> instead of it going straight to version 2.0
>
> This issues is driving me round the bend.
>
> Thanks
>
> Ethan
> Ethan@ether-ray.co.uk
>



RE: Arghh - >.Net 1.1 Framework on IIS, by khan

khan
Thu Mar 08 00:14:15 CST 2007



"Ethan Duffell" wrote:

> Hi we have both 1.1 and 2.0 .Net framework on the same IIS server our
> product only runs on 1.1 at the minute. Does anybody know a way of
> setting the IIS server to use 1.1 .Net framework as the default
> instead of it going straight to version 2.0
>
> This issues is driving me round the bend.
>
> Thanks
>
> Ethan
> Ethan@ether-ray.co.uk
>
>

RE: Arghh - >.Net 1.1 Framework on IIS, by khan

khan
Thu Mar 08 00:16:11 CST 2007



"Ethan Duffell" wrote:

> Hi we have both 1.1 and 2.0 .Net framework on the same IIS server our
> product only runs on 1.1 at the minute. Does anybody know a way of
> setting the IIS server to use 1.1 .Net framework as the default
> instead of it going straight to version 2.0
>
> This issues is driving me round the bend.
>
> Thanks
>
> Ethan
> Ethan@ether-ray.co.uk
>
>
i will reply you tomorrow