Run ASP .Net on Windows 2K

  • Thread starter Thread starter Steven K
  • Start date Start date
S

Steven K

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?
 
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.
 
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).
 
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.
 
Yes, when the Web Matrix is running, there is an icon in the service box
(bottom right). I disabled it.
 
Everything is working fine now. Thank you.


Steven K said:
Yes, when the Web Matrix is running, there is an icon in the service box
(bottom right). I disabled it.

seems
 
Back
Top