inhability to display http://localhost
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS Server Security > inhability to display http://localhost




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    inhability to display http://localhost  
Alfred Moussali


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-08-06 12:21 AM

My IIS local install is unable to display the localhost .asp page I got this
error on IE7:

"HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

----------------------------------------------------------------------------
----

Technical Information (for support personnel)

Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'GetObject'
/localstart.asp, line 40


Browser Type:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET
CLR 1.1.4322)

Page:
GET /localstart.asp"

Help will be greatly appreciated.






--
I belive that in helping others, you help yourself





[ Post a follow-up to this message ]



    Re: inhability to display http://localhost  
David Wang


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-08-06 12:21 AM

If you see this on XP Pro, just ignore it. IIS is working fine. It's
just that security changes in XPSP2 has broken the sample page, and
since we cannot modify nor remove that page, it is left as-is. In fact,
that error tells me that IIS is working fine to execute ASP and static
file, so there is nothing to worry.

Create your own HTML or ASP page and see if IIS works with them.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//


Alfred Moussali wrote:
> My IIS local install is unable to display the localhost .asp page I got th
is
> error on IE7:
>
> "HTTP 500.100 - Internal Server Error - ASP error
> Internet Information Services
>
> --------------------------------------------------------------------------
------
>
> Technical Information (for support personnel)
>
> Error Type:
> Microsoft VBScript runtime (0x800A0046)
> Permission denied: 'GetObject'
> /localstart.asp, line 40
>
>
> Browser Type:
> Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NE
T
> CLR 1.1.4322)
>
> Page:
> GET /localstart.asp"
>
> Help will be greatly appreciated.
>
>
>
>
>
>
> --
> I belive that in helping others, you help yourself






[ Post a follow-up to this message ]



    Re: inhability to display http://localhost  
Alfred Moussali


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-08-06 06:24 AM

David, Thank you for your answer, but I tought that this issue was related t
o
the fact that I can't publish my FrontPage web to my IIS local server anymor
e.

As you indicate if I type the URL http://MY_DESKTOP/romet.us where
"My_Desktop" is the name of my computer and "romet.us" the name of my web I
am able to locally browse them. but then again I can't publish the Web
changes to my web server through FrontPage like I was able to, I got a:

unable to open 'http://my_desktop/romet.us'.
Server Error: An error occurred accessing your Windows SharePoint Services
site files. Authors -if authoring against a Web server please contact the
Webmaster for this server's Web site. WebMasters -please see the server's
application event log for more details.
Possible causes:
1. The web server may not have theFront Server Extensions installed.
2. The server may be temporarily out of service.
3. If you are connecting through a proxy server, the proxy settings may be
incorrect.
4. An error may have occurred in the web server.

If the server does not support the FrontPage Server Extensions, FrontPage
may still be able to publish via FTP or WebDav. Please select one of this
options and try again.

If I try to publish in WebDav I get the same error screen.

I checked the event viewer everthing looks clean.

Any suggestions will be again appreciated.

Thank you in advance.

--
I belive that in helping others, you help yourself


"David Wang" wrote:

> If you see this on XP Pro, just ignore it. IIS is working fine. It's
> just that security changes in XPSP2 has broken the sample page, and
> since we cannot modify nor remove that page, it is left as-is. In fact,
> that error tells me that IIS is working fine to execute ASP and static
> file, so there is nothing to worry.
>
> Create your own HTML or ASP page and see if IIS works with them.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>
>
> Alfred Moussali wrote: 
>
>





[ Post a follow-up to this message ]



    Re: inhability to display http://localhost  
David Wang


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-13-06 01:59 PM

I need to first set your expectations - this is not a problem with
displaying http://localhost.

FrontPage web publishing is not a part of IIS but rather a special
application running on top of IIS (much like the way FrontPage is not a
part of Windows but rather a special application running on top of
Windows). If you have problems with FrontPage/Sharepoint, you will want
to query their newsgroups or support forums for help.

Re: your other questions --
1. the /localstart.asp issue is ignorable and unrelated to your
FrontPage and WebDAV issue - it tells you that IIS is working, but says
nothing about FrontPage or WebDAV. Remember, IIS is a server with a
million different functionality, some related, others are not related.
So, the fact one thing is broken may/not have relevance on another
functionality. How does one know whether two functionalities are
related? Experience.
2. a clean Event Log does not mean the server is functioning correctly.
In particular, IIS logs all request processing status in its log file
separate from the Event Log for many, many good reasons. For example,
if you get a 500 server error which breaks the functionality of your
application (it's not running), that 500 is logged in the IIS log but
not in the Event Log. So, the fact that the Event Log is clean does not
mean your application is functional.


I suggest that you chase down the suggestions offered by FrontPage for
possible errors. I also suggest you report the IIS log entry(s)
corresponding to the error displayed by FrontPage. Read my following
blog entry as a primer:
http://blogs.msdn.com/david.wang/ar.../>
ooting.aspx



//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//



Alfred Moussali wrote:[vbcol=seagreen]
> David, Thank you for your answer, but I tought that this issue was related
 to
> the fact that I can't publish my FrontPage web to my IIS local server anym
ore.
>
> As you indicate if I type the URL http://MY_DESKTOP/romet.us where
> "My_Desktop" is the name of my computer and "romet.us" the name of my web 
I
> am able to locally browse them. but then again I can't publish the Web
> changes to my web server through FrontPage like I was able to, I got a:
>
> unable to open 'http://my_desktop/romet.us'.
> Server Error: An error occurred accessing your Windows SharePoint Services
> site files. Authors -if authoring against a Web server please contact the
> Webmaster for this server's Web site. WebMasters -please see the server's
> application event log for more details.
> Possible causes:
> 1. The web server may not have theFront Server Extensions installed.
> 2. The server may be temporarily out of service.
> 3. If you are connecting through a proxy server, the proxy settings may be
> incorrect.
> 4. An error may have occurred in the web server.
>
> If the server does not support the FrontPage Server Extensions, FrontPage
> may still be able to publish via FTP or WebDav. Please select one of this
> options and try again.
>
> If I try to publish in WebDav I get the same error screen.
>
> I checked the event viewer everthing looks clean.
>
> Any suggestions will be again appreciated.
>
> Thank you in advance.
>
> --
> I belive that in helping others, you help yourself
>
>
> "David Wang" wrote:
> 






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:03 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register