re:
!> Then I disabled IE ESC and on starting Internet Explorer, I got the page
!> from res://shdoclc.dll/softAdmin.htm (as per screen) telling me that
!> "Internet Explorer Enhanced Security Configuration is not enabled".
!> Now, when I typing
http://localhost I see the test page.
You could, also, have left it enabled, and configured localhost as a Trusted site.
re:
!> HTTP 404 is a very common problem with IIS 6, because ASP.NET is disabled by default.
Check the screen previous to the 404...
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
HTTP 404 is a very common problem with IIS 6, because ASP.NET is
disabled by default.- Hide quoted text -
- Show quoted text -
Hi Juan,
I made a test on my Win2003 server. I created a test website with
default.aspx in the root directory. First, I enabled Internet Explorer
Enhanced Security Configuration (IE ESC) by adding this component in
Add or Remove Programs. When starting Internet Explorer, I now had a
page from res://shdoclc.dll/hardAdmin.htm that is about "Internet
Explorer Enhanced Security Configuration is enabled". Then I disabled
IE ESC and on starting Internet Explorer, I got the page from
res://shdoclc.dll/softAdmin.htm (as per screen) telling me that
"Internet Explorer Enhanced Security Configuration is not enabled".
Now, when I typing
http://localhost I see the test page.