Hi
I am learning ASP.net so i created a very simple file
this is the file content
<html>
<body bgcolor= "yellow">
<center>
<h2>Hello World!</h2>
</center>
</body>
</html>
basically i named the file firstpage.aspx and tried opening it using IE and mozilla
but both fail to display the page and only display the html code
I have IIS 7 installed, as well as visual developer 2008 and microsoft .net framework 3.5
any help or thoughts?