473,491 Members | 2,248 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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 1509
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
15203
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
2389
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
2790
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
4091
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
2898
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
1594
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
1206
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
3191
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
1837
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
1752
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
6978
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
7190
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7360
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5451
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4578
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3076
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1392
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
633
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
280
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.