TheCandyman
Technical User
I wanted to start using .NET on my IIS6. I have used ASP fine on it, i do have the .NET framework installed but when i try to pull a text .aspx page it fails. It doesn't load the 404 error page so i know it's the right URL, here is the code:
test.aspx
So i don't think it's anything with the page code, what do i need to enable in IIS to start using .NET?
test.aspx
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>.</title>
</head>
<body>
test
</body>
</html>
So i don't think it's anything with the page code, what do i need to enable in IIS to start using .NET?