473,396 Members | 1,764 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,396 software developers and data experts.

Run ASP .Net on Windows 2K

Hello,

I am currently running ASP on my desktop and will be in the process of
upgrading my site to ASP .Net. I installed the .Net Framework. Then I
tried running a simple .net "Hello Page", but got an application server
error page. Are there instructions on how to set up ASP .Net or activate
it?

--
Thanks in advance,

Steven
Nov 18 '05 #1
5 1167
What operating system are you running? Do you have a web server installed?
Is it IIS 5 or above? If it is, you can run a command-line tool from your
..Net Framework install directory (under Windows): aspnet_regiis.exe -i to
install the ISAPI on your web server.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Steven K" <sk****@troop.com> wrote in message
news:O3**************@TK2MSFTNGP10.phx.gbl...
Hello,

I am currently running ASP on my desktop and will be in the process of
upgrading my site to ASP .Net. I installed the .Net Framework. Then I
tried running a simple .net "Hello Page", but got an application server
error page. Are there instructions on how to set up ASP .Net or activate
it?

--
Thanks in advance,

Steven

Nov 18 '05 #2
Hi Kevin,

I am running Windows 2K with IIS 5. I ran
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_ regiis.exe -i. And
Framework is installed. I check this using the when downloading webmatrix
tool.

However, when I tried to run a aspx page, I still get the error: "Server
Application Unavailable". I have looked at some documents and it seems to
be saying that once I install .Net, it should run my aspx pages
automatically (I am using localhost).
--
Thanks again,

Steven
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:O2**************@tk2msftngp13.phx.gbl...
What operating system are you running? Do you have a web server installed?
Is it IIS 5 or above? If it is, you can run a command-line tool from your
.Net Framework install directory (under Windows): aspnet_regiis.exe -i to
install the ISAPI on your web server.

Nov 18 '05 #3
Web Matrix? That installs its own web server. Are you sure you don't have
TWO web servers running now?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Steven K" <sk****@troop.com> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
Hi Kevin,

I am running Windows 2K with IIS 5. I ran
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_ regiis.exe -i. And
Framework is installed. I check this using the when downloading webmatrix
tool.

However, when I tried to run a aspx page, I still get the error: "Server
Application Unavailable". I have looked at some documents and it seems to
be saying that once I install .Net, it should run my aspx pages
automatically (I am using localhost).
--
Thanks again,

Steven
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:O2**************@tk2msftngp13.phx.gbl...
What operating system are you running? Do you have a web server installed? Is it IIS 5 or above? If it is, you can run a command-line tool from your .Net Framework install directory (under Windows): aspnet_regiis.exe -i to install the ISAPI on your web server.


Nov 18 '05 #4
Yes, when the Web Matrix is running, there is an icon in the service box
(bottom right). I disabled it.

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:un**************@TK2MSFTNGP12.phx.gbl...
Web Matrix? That installs its own web server. Are you sure you don't have
TWO web servers running now?

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Steven K" <sk****@troop.com> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
Hi Kevin,

I am running Windows 2K with IIS 5. I ran
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_ regiis.exe -i. And
Framework is installed. I check this using the when downloading webmatrix
tool.

However, when I tried to run a aspx page, I still get the error: "Server
Application Unavailable". I have looked at some documents and it seems to be saying that once I install .Net, it should run my aspx pages
automatically (I am using localhost).
--
Thanks again,

Steven
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:O2**************@tk2msftngp13.phx.gbl...
What operating system are you running? Do you have a web server

installed? Is it IIS 5 or above? If it is, you can run a command-line tool from your .Net Framework install directory (under Windows): aspnet_regiis.exe -i to install the ISAPI on your web server.



Nov 18 '05 #5
Everything is working fine now. Thank you.
"Steven K" <sk****@troop.com> wrote in message
news:OJ**************@TK2MSFTNGP10.phx.gbl...
Yes, when the Web Matrix is running, there is an icon in the service box
(bottom right). I disabled it.

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:un**************@TK2MSFTNGP12.phx.gbl...
Web Matrix? That installs its own web server. Are you sure you don't have
TWO web servers running now?

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Steven K" <sk****@troop.com> wrote in message
news:e2**************@TK2MSFTNGP10.phx.gbl...
Hi Kevin,

I am running Windows 2K with IIS 5. I ran
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_ regiis.exe -i. And
Framework is installed. I check this using the when downloading webmatrix tool.

However, when I tried to run a aspx page, I still get the error: "Server Application Unavailable". I have looked at some documents and it
seems
to be saying that once I install .Net, it should run my aspx pages
automatically (I am using localhost).
--
Thanks again,

Steven
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:O2**************@tk2msftngp13.phx.gbl...
> What operating system are you running? Do you have a web server

installed?
> Is it IIS 5 or above? If it is, you can run a command-line tool from

your
> .Net Framework install directory (under Windows):

aspnet_regiis.exe -i to
> install the ISAPI on your web server.
>



Nov 18 '05 #6

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...
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...
7
by: Tyler Foreman | last post by:
Hello, I have a strange problem that occurs every so often in my application. It usually takes place when I hide one form and activate another. What happens is I get the following exception:...
1
by: Scott Davies | last post by:
Hi, I'm looking for some help on a small program that I'm trying to develop in VB.NET. I'm having trouble getting the code that I've written to work, can anyone shed some light as to where I'm...
0
by: Scott Davies | last post by:
Hi, I'm looking for some help on a small program that I'm trying to develop in VB.NET. The program I'm trying to develop needs to be able to do the following: - Select remote server -...
4
by: Rod Gill | last post by:
Hi, I have a form that when opened in the designer appears of the screen. The form selector can't be dragged (or resized) and if I scroll right and down to centralise it the form simply jumps...
2
by: sambo251 | last post by:
After running a few updates I get this very annoying "Windows Installer" error #1706 that will ne go away! It keeps saying that it cannot find the file "instantsharedevices.msi", that it is on...
1
by: mfunkmann | last post by:
Hi, I recently got an error and I don't know how to fix it: Error 1 'System.Data.DataColumn' does not contain a definition for 'Windows' C:\c#\CsharpPRO\Form1.Designer.cs 304 77 CsharpPRO I...
0
AmberJain
by: AmberJain | last post by:
Windows Autorun FAQs: List of autostart locations Linked from the Original article- "Windows Autorun FAQs: Description". Que: Can you list all the autostart locations for windows? Ans: Here is...
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:
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...
0
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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,...

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.