| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Windows 2003 + ASP
Is there a safe way to install asp1.1 to a windows 2003 that has currently asp2.0? I am transferring a website from an old machine which uses asp1.1. I have learned in the hard way that the web files will developed under 1.1 will not work on 2.0.
|
|
#2
|
|||
|
|||
|
Those are both very old versions of asp. I doubt there is any way to change the asp version in 2003, asp isn't a stand-alone application rather it's pretty much a part of IIS. Changing Windows OS versions is the only way I know to change the IIS / asp version.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
||||
|
||||
|
I think he's referring to .NET framework. the older
version is 1.1 (about 2-3 years old) and the new version is 2.0 - however server with .NET 2.0 can run ASP.NET pages written in 1.1 version. to prevent any possible problem, perform those steps: open IIS configuration console --> right click your website --> Properties --> ASP.NET --> change the ASP.NET version to 1.1.4322 after you confirm this, the website will behave in exactly the same way like if it was under server with 1.1 framework. |
|
#4
|
|||
|
|||
|
Quote:
Oh, you're probably right, thanks. I'm pretty sure though the asp that was distributed with Frontpage 97 PWS was asp 1.1 and the asp version with NT4 was 2.0, which were the versions I was thinking of. |
|
#5
|
||||
|
||||
|
Quote:
![]() |
|
#6
|
|||
|
|||
|
Quote:
I did that but the only option I get is 2.0, no 1.x. I also tried adding 1.x by going to add/remove windows components and still 2.0 is the only version available. |
|
#7
|
|||
|
|||
|
Quote:
Forgive me for being a newbie but what is a OP? |
|
#8
|
||||
|
||||
|
Quote:
![]() what you say about not having 1.1 makes no sense. what server you have? do you see such screen? |
|
#9
|
|||
|
|||
|
Quote:
I got the screen shots but I'm scratching my head right now. How do I upload it? I think I'm going blind because I can see any "upload file/pic. |
|
#10
|
||||
|
||||
|
only when you'll have 30 posts and be member for 30 days
you'll be able to attach files. until then, you can upload those images to some server and use the IMG tags. |
|
#11
|
|||
|
|||
|
Quote:
Regarding with the image that was posted. On my machine 1.1 is not available on the drop down list. On your machine 1.1 and 2.0 are both available, but not on mine. |
|
#12
|
||||
|
||||
|
have you tried to download the .NET Framework 1.1 and install it on the server?
|
|
|