About installing Framework 2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all:

I installed DotNet Framework beta 2.0. My web service program stop working
in debug mode under VS 2003. I took all steps that Microsoft help page
suggest, and none of them are working for me. At the end, I took a look at
IIS web configurations app mappings property, and found all aspx, asmx are
using Framework beta 2 DLLs. Not Framework 1.1. As a result, I uninstalled VS
C# express and Framework beta 2. My web service can run under debug mode now.
My question here: Is there a way to install Framework beta 2 without touch
my IIS setting? Or is there way I can set up different web sites or web
services using different version of Framework?


Thank In Advance
 
I don't think that you can segregate an IIS installation so that some
sites work with one version of the framework, while another site on the same
IIS installations works with another version.

You would have to install/reinstall depending on the version you want to
use. I would recommend having your production websites use version 1.1 of
the framework.

VS.NET 2005 beta runs a personal web server that you can use to debug
your apps, instead of having to have an IIS install, so that's probably the
better choice.

Hope this helps.
 
Can you tell me the difference between a personal web server and IIS server?
I am using Win 2000 at work.

Thanks again

Nicholas Paldino said:
I don't think that you can segregate an IIS installation so that some
sites work with one version of the framework, while another site on the same
IIS installations works with another version.

You would have to install/reinstall depending on the version you want to
use. I would recommend having your production websites use version 1.1 of
the framework.

VS.NET 2005 beta runs a personal web server that you can use to debug
your apps, instead of having to have an IIS install, so that's probably the
better choice.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Hi all:

I installed DotNet Framework beta 2.0. My web service program stop working
in debug mode under VS 2003. I took all steps that Microsoft help page
suggest, and none of them are working for me. At the end, I took a look at
IIS web configurations app mappings property, and found all aspx, asmx are
using Framework beta 2 DLLs. Not Framework 1.1. As a result, I uninstalled
VS
C# express and Framework beta 2. My web service can run under debug mode
now.
My question here: Is there a way to install Framework beta 2 without touch
my IIS setting? Or is there way I can set up different web sites or web
services using different version of Framework?


Thank In Advance
 
David,

It's just a web server that hosts ASP.NET for the purposes of debugging.
When you start an application in VS.NET 2005, it starts the web server, and
only your local machine can access it.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Can you tell me the difference between a personal web server and IIS
server?
I am using Win 2000 at work.

Thanks again

Nicholas Paldino said:
I don't think that you can segregate an IIS installation so that some
sites work with one version of the framework, while another site on the
same
IIS installations works with another version.

You would have to install/reinstall depending on the version you want
to
use. I would recommend having your production websites use version 1.1
of
the framework.

VS.NET 2005 beta runs a personal web server that you can use to debug
your apps, instead of having to have an IIS install, so that's probably
the
better choice.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Hi all:

I installed DotNet Framework beta 2.0. My web service program stop
working
in debug mode under VS 2003. I took all steps that Microsoft help page
suggest, and none of them are working for me. At the end, I took a look
at
IIS web configurations app mappings property, and found all aspx, asmx
are
using Framework beta 2 DLLs. Not Framework 1.1. As a result, I
uninstalled
VS
C# express and Framework beta 2. My web service can run under debug
mode
now.
My question here: Is there a way to install Framework beta 2 without
touch
my IIS setting? Or is there way I can set up different web sites or web
services using different version of Framework?


Thank In Advance
 
Back
Top