Re: Integrated windows security HTTP500 error



IIS does not treat requests differently between "internal" and
"external". You can configure "internal" and "external" requests to
different websites on IIS which have different configure, which can
result in differences, but otherwise, no, IIS does not behave like
what you imagine.

But you've also mentioned "incorrect parameter" as the error that
comes back, which is NOT something that IIS would send, no matter the
authentication protocol. Thus, it seems like you are running third
party software on IIS which may behave differently depending on how a
user got to it, and you need to track that down.

At this point, you need to start with the support personel for your
web application and determine if it supports IIS6/Windows Server 2003
and if so, the proper configuration.


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





On May 22, 1:19 am, Linda <Li...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi Ken,
Strange thing is there is nothing in the Windows event log, nor in the
httperr.log files.
The application must be working because I can access it if I come in by
using a VPN connection.
The difference must be in how IIS treats a request coming from a browser
inside the network or from a browser outside the network.
And disabling the 'friendly errors' did not learn me much more. I now get
'incorrect parameter'



"Ken Schaefer" wrote:
HTTP 500 = Internal Server Error (the "page can not be displayed" is just
something IE is showing you).

Please look in the Windows Event Log and/or httperr.log files to find out
why the server is unable to service the request.

Alternatively, it may be that your application itself is having a problem.
In which case, disabling "Show Friently HTTP errors" in IE might help you
see what the real error message is.

Cheers
Ken

--
My IIS blog:http://adopenstatic.com/blog

"Linda" <Li...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A8DC37A7-5B8B-4529-B747-9B422EF1E54E@xxxxxxxxxxxxxxxx
I'm installing a webapplication on win2003 server. As soon as I enable the
'Integrated windows security' I get a very strange error:
- accessing the website from a PC within the network, doesn't work
(HTTP500
The page can not be displayed)
- accessing the website from outside the network, using a VPN connection,
prompts for usercredentials, and then works fine.
In both cases I'm using the same user.
Why doesn't this work from inside the network.
The same application works fine on Win2000 server.- Hide quoted text -

- Show quoted text -

.



Relevant Pages

  • Re: HTTP 400 - Bad Request
    ... Windows Server 2003 comes with Network Monitor, ... none of those settings have ANYTHING to do with a 400 Bad Request. ... and IIS never bothered to execute it. ...
    (microsoft.public.inetserver.iis)
  • Re: Forcing ASP.NET 1.1 isnt working
    ... I like that initial request thing, ... continued to happen even after recycling the iis and web services. ... the website require access to the 2.0 framework directory. ... aspnet_regiis.exe -lk say that all sites and apps are running 1.1. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Forcing ASP.NET processing of an arbitrary file
    ... I have a simple project server which shares files from within our network. ... The specific problem I'm facing is that I have certain HttpHandlers that ... Because the actual IIS ... were a regular request. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Permission Problems SBS2003 R1
    ... website on the SBS server? ... Default permissions and user rights for IIS 6.0 ... Step 3: Please check the permissions in IIS manager: ... Step 4: Re-running CEICW on SBS server: ...
    (microsoft.public.windows.server.sbs)
  • Re: autostart website
    ... You could put a task on the schedular to run as soon as the computer starts which could generate an HTTP request to "wake-up" the website. ... (Although clearly there would be a race condition between the tas-scheduler and IIS.) ... "Brian Cryer" wrote: ...
    (microsoft.public.inetserver.iis)