> 1. I installed net framework 1.1 service pack
> 2. I found the 2 %temp% log files you mention below.
[quoted text clipped - 56 lines]
>>> Does this mean that the Net Framework Service Pack 1 is *already*
>>> installed?
re:
!> I checked the Asp.Net tab to see if 1.1.4322 was chosen, and it was.
Is that "Asp.Net tab" in the IIS Manager, when you right-click
the Application's name and select "Properties" ?
re:
!> However, I noticed that on the same tab, the file location is indicated as \Framework\v2.0.50.
I'm getting confused now.
There is *no* "file location which specifies "\Framework\v2.0.50727" ...
What you should be seeing is :
File location : Drive:\PhysicalPathToYourApp'sFiles\web.config
In any case...
Did the .Net Framework 1.1 install correctly ?
To find out if it did, open a command window in the .Net Framework 1.1 directory :
Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
and run the following command :
aspnet_regiis -lv
That will list all the .Net Framework versions installed in your computer,
and will tell you if they are valid installations.
The entry for 1.1 will look like this :
1.1.4322.0 Valid D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
If you do *not* have a valid installation for 1.1, reinstall it.
If you *do* have a valid installation, you can run the following command from the same directory:
aspnet_regiis.exe -s W3SVC/1/ROOT/YourAppName
( substitute your Application's virtual name for "YourAppName", of course... )
That will change the .Net Framework version for that Application to 1.1.
Now, you will be able to run your application against the .Net Framework 1.1.
Try that...and let us know how you did.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
>I *should* have said there is no 1.1 configuration in the Administrative Tools folder that I reach
>from the control panel.
[quoted text clipped - 52 lines]
>>>>
>>>> Does this mean that the Net Framework Service Pack 1 is *already* installed?
dancer - 07 Jun 2007 17:11 GMT
RE: To find out if it did, open a command window in the .Net Framework 1.1
directory :
Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
and run the following command :
aspnet_regiis -lv
------------------------------------------------------------------------------------------------
I have an XP Pro. I click Start, All Programs, Accessories, Command Prompt.
It "shells out", as we used to say in the DOS days.
Here I try to enter the directory where the Net Framework 1.1 resides, so
that I can enter the aspnet_regiis -lv command WITHIN that directory, but
the Command Prompt is looking for a command, not a directory.
The path where the 1.1 resides is this:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322
-----------------------------------------------------------------------------------------------------------
> re:
> !> I checked the Asp.Net tab to see if 1.1.4322 was chosen, and it was.
[quoted text clipped - 117 lines]
>>>>> Does this mean that the Net Framework Service Pack 1 is *already*
>>>>> installed?
Juan T. Llibre - 07 Jun 2007 17:27 GMT
When the command prompt opens, issue this command :
cd C:\WINNT\Microsoft.NET\Framework\v1.1.4322
...and, *then*, run aspnet_regiis -lv
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> RE: To find out if it did, open a command window in the .Net Framework 1.1 directory :
>
[quoted text clipped - 119 lines]
>>>>>>
>>>>>> Does this mean that the Net Framework Service Pack 1 is *already* installed?