473,326 Members | 2,126 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,326 software developers and data experts.

Installing .NET on web server

I'm trying to use my local IIS (on win 2k) to work on ASP.NET pages. How do I
tell if ASP.NET is installed on the server? When I go into IIS Application
Configuration, I do not see any of the .ASPX or .ASAX type extensions. I just
see .ASP, .ASA etc. Does this mean it is not installed? I also get an error
if I try to open an ASP.NET project.
I did not install any of this stuff myself (I don't even have the authority)
it was all done by our desktop support group.
Jul 21 '05 #1
4 1507
MsCertified,

First of all has to be IIS to be installed on your computer what is a
windows component in the configuration section "add remove programs".
Probably you have than to registrate that again however you can try first,
there are a lot of messages in this newsgroup how to do that than.

I hope this helps?

Cor
"mscertified" <ru****@tigerlily.com>
I'm trying to use my local IIS (on win 2k) to work on ASP.NET pages. How
do I
tell if ASP.NET is installed on the server? When I go into IIS Application
Configuration, I do not see any of the .ASPX or .ASAX type extensions. I
just
see .ASP, .ASA etc. Does this mean it is not installed? I also get an
error
if I try to open an ASP.NET project.
I did not install any of this stuff myself (I don't even have the
authority)
it was all done by our desktop support group.

Jul 21 '05 #2
I am running Win 2K which comes with IIS does it not. How do I check that IIS
is installed? I don't see it under Start--Programs. However when I run
INETMGR it comes up. There does not seem to be any ASP.NET though. Where is
that located?

"Cor Ligthert" wrote:
MsCertified,

First of all has to be IIS to be installed on your computer what is a
windows component in the configuration section "add remove programs".
Probably you have than to registrate that again however you can try first,
there are a lot of messages in this newsgroup how to do that than.

I hope this helps?

Cor
"mscertified" <ru****@tigerlily.com>
I'm trying to use my local IIS (on win 2k) to work on ASP.NET pages. How
do I
tell if ASP.NET is installed on the server? When I go into IIS Application
Configuration, I do not see any of the .ASPX or .ASAX type extensions. I
just
see .ASP, .ASA etc. Does this mean it is not installed? I also get an
error
if I try to open an ASP.NET project.
I did not install any of this stuff myself (I don't even have the
authority)
it was all done by our desktop support group.


Jul 21 '05 #3
MSCertified,
I am running Win 2K which comes with IIS does it not. How do I check that
IIS
is installed? I don't see it under Start--Programs. However when I run
INETMGR it comes up. There does not seem to be any ASP.NET though. Where
is
that located?

The same way as I told to install it, when installed the checkbox is checked
when not it is not checked

Cor
Jul 21 '05 #4
if INETMGR works then IIS is installed, you probably don't have .NET
installed though (by the sounds of it). If .NET is installed, you will have
a Microsoft.NET folder in your Windows installation folder (C:\WINDOWS?). If
this is not present (which it probably isn't), you don't have .NET Framework
installed. If the folder IS present, search it for aspnet_regiis.exe and run
it - this should register ASP.NET to work with IIS.

Hope this helps.

"mscertified" wrote:
I am running Win 2K which comes with IIS does it not. How do I check that IIS
is installed? I don't see it under Start--Programs. However when I run
INETMGR it comes up. There does not seem to be any ASP.NET though. Where is
that located?

"Cor Ligthert" wrote:
MsCertified,

First of all has to be IIS to be installed on your computer what is a
windows component in the configuration section "add remove programs".
Probably you have than to registrate that again however you can try first,
there are a lot of messages in this newsgroup how to do that than.

I hope this helps?

Cor
"mscertified" <ru****@tigerlily.com>
I'm trying to use my local IIS (on win 2k) to work on ASP.NET pages. How
do I
tell if ASP.NET is installed on the server? When I go into IIS Application
Configuration, I do not see any of the .ASPX or .ASAX type extensions. I
just
see .ASP, .ASA etc. Does this mean it is not installed? I also get an
error
if I try to open an ASP.NET project.
I did not install any of this stuff myself (I don't even have the
authority)
it was all done by our desktop support group.


Jul 21 '05 #5

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

Similar topics

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...
1
by: SAP BASIS Consultant | last post by:
Hello, I am installing SAP R/3 on Win2000/SQL Server. There is a CD with the SQL Server RDBMS, as well as another one with SP 3A (Both are from SAP). According to the SAP installation manual,...
0
by: Chris Halcrow | last post by:
Hi I've spent ALL DAY trying to re-install SQL Server 2000 on Windows XP. I continually get the error 'cannot configure server' just at the end of the installation. I've tried the following: ...
0
by: AlessanBar | last post by:
Hello Friends !! I have a strange problem, and I need to know what would be the source of this. I have a laptop computer with the following configuration: Pentium III Brand : Toshiba Speed :...
7
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*"...
2
by: J | last post by:
hi, I'm having a problem installing a service created in vb.net 2003 on a windows 2000 server. I have installed the service on a few XP machines with out any problems...but the 2 servers (win...
2
by: LeAnne | last post by:
I've installed SQL Server 2005 Express along with VS.NET 2005 Standard. Just wanted to know whether it would be safe to install VB.NET 2005 Express. Also, at a latter stage I'll be installing SQL...
1
by: manish deshpande | last post by:
Hi, When i'm installing MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm by the following command: rpm -i MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm the following error is being shown: ...
6
by: nild | last post by:
Hello i have a strange problem. I'm using LogonUser to impersonate the user under which my program must run. On Win XP or Server 2003 it works. But on 2000 it doesn't. So i found out, to set...
7
by: Yansky | last post by:
I asked my hosting company if they would upgrade Python on my server to the latest version. They responded with: "Sorry no. We tend to stick with what comes packaged with the unix distribution...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.