I have whatever version of IIS comes with 2003 I think. In the help > about it says
Internet Information Services (IIS)
Manager
Microsoft Corporation
This snap-in administers the Microsoft Internet Information Services (IIS)
Thats all.
I've installed .NET Framework 4.0 and MVC2 on the server.
Tried it and got a Directory Listing Denied Error.
I added the wildcard trick C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll in the executable and unchecked Verify Files.
Now I get a 404 - At some point in time I got a Server Error saying my app is targeting 4.0... Not sure where it went. I think that was the closest I have been.
If I get back to the point of having the server error where it complains about 4.0, how do I tell IIS to target 4.0?
Everything I have read says change it in the ASP.Net tab. But I don't have an ASP.Net tab!
Thanks in advance...
(Ive doing a IISReset after I make changes.)