473,386 Members | 1,803 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Windows 2003 Server

Hi,

I've just built a Win2k3s machine as a UAT box for testing ASP.NET v2 apps.
I installed the OS, then IIS, then applied v2 of the Framework.

However, none of the v2 ASP.NET sites works, and when I look in Control
Panel, Administrative Tools, there is no Microsoft .NET Framework 2.0
Configuration icon.

Is this because I've installed stuff in the wrong order?

And do I need to reinstall either IIS or v2 of the Framework to fix it, or
is there a command line utility which I can run?

Any assistance gratefully received.

Mark
Jan 3 '06 #1
12 1351
Here's a guess ...

In IIS go to Properties for a website and choose the ASP.NET pane. You then
need to select the framework "2.0.50206"

Be V-E-R-Y cautious about mixing 1.1 and 2.0 in the same webspace.

Try it on a new empty webspace so it doesn't impact anything.

--
-- Thom Little -- www.tlanet.net -- Thom Little Associates, Ltd.
--

"Mark Rae" <ma**@markN-O-S-P-A-M.co.uk> wrote in message
news:OR*************@TK2MSFTNGP15.phx.gbl...
Hi,

I've just built a Win2k3s machine as a UAT box for testing ASP.NET v2
apps. I installed the OS, then IIS, then applied v2 of the Framework.

However, none of the v2 ASP.NET sites works, and when I look in Control
Panel, Administrative Tools, there is no Microsoft .NET Framework 2.0
Configuration icon.

Is this because I've installed stuff in the wrong order?

And do I need to reinstall either IIS or v2 of the Framework to fix it, or
is there a command line utility which I can run?

Any assistance gratefully received.

Mark

Jan 3 '06 #2
"Thom Little" <th**@tlanet.net> wrote in message
news:%2***************@TK2MSFTNGP09.phx.gbl...
In IIS go to Properties for a website and choose the ASP.NET pane. You
then need to select the framework "2.0.50206"
It was already set to 2.0.50206...
Be V-E-R-Y cautious about mixing 1.1 and 2.0 in the same webspace.


I have no intention of doing that - this machine is only for testing ASP.NET
v2 apps. However, the standard installation of Win2k3s installed v1.1 of the
Framework.
Jan 3 '06 #3
Hello Thom,
Here's a guess ...

In IIS go to Properties for a website and choose the ASP.NET pane.
You then need to select the framework "2.0.50206"


Huh? Shouldn't that be 2.0.50727 (VS2005 RTM)?

Cheers,
--
Joerg Jooss
ne********@joergjooss.de
Jan 3 '06 #4
"Joerg Jooss" <ne********@joergjooss.de> wrote in message
news:94*************************@msnews.microsoft. com...
Huh? Shouldn't that be 2.0.50727 (VS2005 RTM)?


Yes - all the sites on the newly-built box have that configuration setting.

Do I need to reinstall IIS and/or v2 of the Framework...?
Jan 3 '06 #5
Hello Mark,
"Joerg Jooss" <ne********@joergjooss.de> wrote in message
news:94*************************@msnews.microsoft. com...
Huh? Shouldn't that be 2.0.50727 (VS2005 RTM)?

Yes - all the sites on the newly-built box have that configuration
setting.

Do I need to reinstall IIS and/or v2 of the Framework...?


Try running aspnet_regiis /lv. This will list all installed ASP.NET versions
in IIS. If there's none, install it using aspnet_regiis /i.

Cheers,
--
Joerg Jooss
ne********@joergjooss.de
Jan 3 '06 #6
Yes ... I sit corrected.

--
-- Thom Little -- www.tlanet.net -- Thom Little Associates, Ltd.
--

"Joerg Jooss" <ne********@joergjooss.de> wrote in message
news:94*************************@msnews.microsoft. com...
Hello Thom,
Here's a guess ...

In IIS go to Properties for a website and choose the ASP.NET pane.
You then need to select the framework "2.0.50206"


Huh? Shouldn't that be 2.0.50727 (VS2005 RTM)?

Cheers,
--
Joerg Jooss
ne********@joergjooss.de

Jan 3 '06 #7
Did you use the Visual Studio Publish capability to write new 2.0
applications directly to the webspaces on the new server?

--
-- Thom Little -- www.tlanet.net -- Thom Little Associates, Ltd.
--

"Mark Rae" <ma**@markN-O-S-P-A-M.co.uk> wrote in message
news:OL**************@TK2MSFTNGP12.phx.gbl...
"Joerg Jooss" <ne********@joergjooss.de> wrote in message
news:94*************************@msnews.microsoft. com...
Huh? Shouldn't that be 2.0.50727 (VS2005 RTM)?


Yes - all the sites on the newly-built box have that configuration
setting.

Do I need to reinstall IIS and/or v2 of the Framework...?

Jan 3 '06 #8
"Joerg Jooss" <ne********@joergjooss.de> wrote in message
news:94*************************@msnews.microsoft. com...
Try running aspnet_regiis /lv. This will list all installed ASP.NET
versions in IIS.
That returns:

1.1.4322.0 Valid (Root)
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_isapi.dll
2.0.50727.0 Valid
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et_isapi.dll
install it using aspnet_regiis /i.


Aha - that has made the sites function correctly - thank you. AAMOI, is that
a necessary step? Should that not have happened by default when I installed
v2 of the Framework...?

Now - can you tell me what I need to do to enable me to configure v2 of the
Framework? On my WinXP development machine, there is an icon in Control
Panel / Administrative Tools called "Microsoft .NET Framework 2.0
Configuration" - this doesn't exist on the Win2k3s machine...
Jan 3 '06 #9
"Thom Little" <th**@tlanet.net> wrote in message
news:eg**************@TK2MSFTNGP11.phx.gbl...
Did you use the Visual Studio Publish capability to write new 2.0
applications directly to the webspaces on the new server?


Yes.
Jan 3 '06 #10
Hello Mark,
"Joerg Jooss" <ne********@joergjooss.de> wrote in message
news:94*************************@msnews.microsoft. com...
Try running aspnet_regiis /lv. This will list all installed ASP.NET
versions in IIS.
That returns:

1.1.4322.0 Valid (Root)
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_isapi.dll
2.0.50727.0 Valid
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et_isapi.dll
install it using aspnet_regiis /i.

Aha - that has made the sites function correctly - thank you. AAMOI,
is that a necessary step? Should that not have happened by default
when I installed v2 of the Framework...?


It depends what's been installed first. If you install the framework before
IIS, you have to do this manually. If IIS is already installed, setup will
perform this step for you.
Now - can you tell me what I need to do to enable me to configure v2
of the Framework? On my WinXP development machine, there is an icon in
Control Panel / Administrative Tools called "Microsoft .NET Framework
2.0 Configuration" - this doesn't exist on the Win2k3s machine...


Weird, that should be available after aspnet_regiis.

Cheers,
--
Joerg Jooss
ne********@joergjooss.de
Jan 4 '06 #11
"Joerg Jooss" <ne********@joergjooss.de> wrote in message
news:94*************************@msnews.microsoft. com...
Aha - that has made the sites function correctly - thank you. AAMOI,
is that a necessary step? Should that not have happened by default
when I installed v2 of the Framework...?


It depends what's been installed first. If you install the framework
before IIS, you have to do this manually. If IIS is already installed,
setup will perform this step for you.


Nope - installed v2 of the Framework last.
Now - can you tell me what I need to do to enable me to configure v2
of the Framework? On my WinXP development machine, there is an icon in
Control Panel / Administrative Tools called "Microsoft .NET Framework
2.0 Configuration" - this doesn't exist on the Win2k3s machine...


Weird, that should be available after aspnet_regiis.


I think I will simply reinstall the Framework - can't hurt, surely...?
Jan 5 '06 #12
Hello Mark,
"Joerg Jooss" <ne********@joergjooss.de> wrote in message
news:94*************************@msnews.microsoft. com...
Aha - that has made the sites function correctly - thank you. AAMOI,
is that a necessary step? Should that not have happened by default
when I installed v2 of the Framework...?

It depends what's been installed first. If you install the framework
before IIS, you have to do this manually. If IIS is already
installed, setup will perform this step for you.

Nope - installed v2 of the Framework last.


Rest assured, it should have been there ;-)

Cheers,

--
Joerg Jooss
ne********@joergjooss.de
Jan 5 '06 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Nathan Sokalski | last post by:
I want to set up SQL Server on Windows XP Pro so that I can use the database capabilities of ASP and IIS. I am probably using some incorrect settings, but I am not sure what they are. Here is what...
11
by: Wolfgang Kaml | last post by:
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows...
2
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000...
2
by: Vaap | last post by:
I did lot of googling to see if I can solve the SQL server not found problem while trying to run ASP.Net community starter kit from an XP machine to Windows 2003 server hosting SQL server 2000...
2
by: Joseph Geretz | last post by:
I'm having a credentialing problem in my web application. Actually, I don't think this is an IIS security issue, since I'm able to access the page I'm requesting. However, the executing page itself...
7
by: Cliff Harris | last post by:
I don't currently have an installation of Windows 2003 server, or I could answer this myself. After having a client install ASP.NET on Windows 2003, I then tried to find the aspnet_wp.exe process...
7
by: lvpaul | last post by:
Hallo ! I am using IIS-Windows-Authentication in my intranet (web.config <authentication mode="Windows" /> <identity impersonate="true" /> How can I get the users (client) IP-Address ? I...
0
by: Charles Leonard | last post by:
I am having yet another issue with Windows Server 2003. This time, the web service (a file import web service) appears to run except for one odd message: "ActiveX component can't create object". ...
3
by: Vinod R.Shenoy | last post by:
Hi All, Came across a post wherin you had helped somebody with a similar problem and was wondering if you could help us out with it. Our problem is , We have a development SQL Server 2000...
7
by: =?Utf-8?B?RWRkaWU=?= | last post by:
We have an odd situation with some of our single-threaded CPU-bound C++ programs. They run between 2 and 4 times faster on Windows XP than on windows Server 2003 on the same Xeon hyperthreading...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.