ASP.NET 2 Beta on Win2K3 Web Server Setup

K

Kenneth Keeley

Hi,
I am just trying to setup a new Windows 2003 Server (Web Edition) and I
want to test it with the ASP.Net 2 beta. I have installed Windows and the
ASP.Net beta. I can not access any aspx files from my web site (I get Page
cannot be found. 404). Is there some form of lockdown happening on the
default IIS web sites. Or have I missed something in the configuration. My
test Pc that I use has Win2K and was upgraded from ASP.Net 1.1 to ASP.Net 2
Beta and it all works fine.

Thanks for any help.
Kenneth
 
E

Eamon Straughn

im not an expert but try this open up the ISS MMC Snapin. Right click the
website and go to properties, go to the asp.net tab and change the version
of asp.net from 1.1 to 2.5

hope that works
 
J

Juan T. Llibre

Open the IIS Manager, and scroll down to the "Web Service Extensions".

Make sure the ASP.NET v.x.x.xxx ( your Beta version ) is allowed.
If it is "Prohibited", highlight it ( select it ) and click the "Allow" button.

ASP.NET is locked down by default in IIS 6.0.



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

Kenneth Keeley

The settings in win2k3 seem to be off/disabled by default. and you have to
turn the things you want on. Now that I know this I will have to be more
carefull.

Thank You for all your help.
 

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

Top