|
|
|
start date: Mon, 20 Aug 2007 17:08:32 +0800,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Jason Huang
|
|
2
Kevin Spencer
|
|
3
Cowboy \(Gregory A. Beamer\) oSpamM
|
Deploying .net 1.1 on Windows Vista
Hi,
Our application is coding using the C#.Net 1.1, I am wondering how to deploy
our C#.Net 1.1 application on the Windows Vista OS.
Thanks for help.
Jason
Date:Mon, 20 Aug 2007 17:08:32 +0800
Author:
|
Re: Deploying .net 1.1 on Windows Vista
Make sure the web site has ASP.Net 1.1 configured to run on it. This is done
via the IIS configuration tools.
--
HTH,
Kevin Spencer
Microsoft MVP
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
"Jason Huang" wrote in message
news:u8C%23dmw4HHA.1168@TK2MSFTNGP02.phx.gbl...
> Hi,
>
> Our application is coding using the C#.Net 1.1, I am wondering how to
> deploy our C#.Net 1.1 application on the Windows Vista OS.
> Thanks for help.
>
>
> Jason
>
Date:Mon, 20 Aug 2007 07:27:57 -0400
Author:
|
Re: Deploying .net 1.1 on Windows Vista
Install/Deployment packaging:
I see a couple of options. One is to bootstrap the 1.1 Framework. This makes
the install rather large, by comparison, but should work.
The other is to download the 2.0 Framework and command line compile there,
so it is 2.0. Then, there is no bootstrapping.
Just put on a Vista box:
Install the 1.1 framework or run the website in 2.0. There are very few
breaking changes from 1.1 to 2.0. Make sure you test the site thoroughly,
however, on a test box.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************
"Jason Huang" wrote in message
news:u8C%23dmw4HHA.1168@TK2MSFTNGP02.phx.gbl...
> Hi,
>
> Our application is coding using the C#.Net 1.1, I am wondering how to
> deploy our C#.Net 1.1 application on the Windows Vista OS.
> Thanks for help.
>
>
> Jason
>
Date:Mon, 20 Aug 2007 08:36:32 -0500
Author:
|
|
|