ASPNET app on Win2003

  • Thread starter Thread starter RichardF
  • Start date Start date
R

RichardF

I have an ASP.NET website and webservice that has been tested
extensively on many XP machines.

I just ran the two install install routines (one for the web service
and one for the web site) on a machine running Windows 2003 Server.

When I try to access my website now it says it cannot find the page.

This has workd just fine on Windows XP.

What should I be doing different?

Thanks for any help!

RichardF
 
When I try to access my website now it says it cannot find the page.

What exactly do you mean by this? Are you getting a 404 Not Found error in
your browser?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
You have to, specifically, enable ASP.NET on W2K3.

Open the IIS MMC; scroll to "Web Service Extensions";
allow whichever version of ASP.NET you need.

You could also run aspnet_regiis -i -enable



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top