J
John Kotuby
Hi all...
Well my earlier post aboout not being able to access http://localhost has
been resolved. I am still having problems testing my Web site project.
First, thanks to Juan Libre I edited my HOSTS file and can access
localhost. However, what I found in the HOSTS file was not what I expected.
Juan mentioned that the following line might be missing.
127.0.0.1 localhost
Actually the line was there followed by:
::1 localhost
I place a comment sign in front of that line:
#::1 localhost
And now can access localhost. However, at first the default.aspx page would
not show because it was not listed as a startup document in IIS Manager.
Once I fixed that, I was prompted that:
"The page you are requesting cannot be served because of the Multipurpose
Internet Mail Extensions (MIME) map policy that is configured on the Web
server.
The page you requested has a file name extension that is not recognized, and
is not allowed. "
So... I added a mime type of:
.aspx text/html
The error went away, and now I get a blank page. Is that progress?
So I still have a problem. Vista seems to be VERY asp.net development
unfriendly and is driving me nuts.
Why would Microsoft make things so difficult for their development
"partners"?
I am going to look for another update patch for VS 2005, but i am pretty
sure I have all the patches. It must be a problem between IIS and ASP.NET.
Anybody have any suggestions?
Well my earlier post aboout not being able to access http://localhost has
been resolved. I am still having problems testing my Web site project.
First, thanks to Juan Libre I edited my HOSTS file and can access
localhost. However, what I found in the HOSTS file was not what I expected.
Juan mentioned that the following line might be missing.
127.0.0.1 localhost
Actually the line was there followed by:
::1 localhost
I place a comment sign in front of that line:
#::1 localhost
And now can access localhost. However, at first the default.aspx page would
not show because it was not listed as a startup document in IIS Manager.
Once I fixed that, I was prompted that:
"The page you are requesting cannot be served because of the Multipurpose
Internet Mail Extensions (MIME) map policy that is configured on the Web
server.
The page you requested has a file name extension that is not recognized, and
is not allowed. "
So... I added a mime type of:
.aspx text/html
The error went away, and now I get a blank page. Is that progress?
So I still have a problem. Vista seems to be VERY asp.net development
unfriendly and is driving me nuts.
Why would Microsoft make things so difficult for their development
"partners"?
I am going to look for another update patch for VS 2005, but i am pretty
sure I have all the patches. It must be a problem between IIS and ASP.NET.
Anybody have any suggestions?