HTTP to HTTPS specified request cannot...from current Application
am 24.02.2006 13:05:29 von lbell
I get this message in some browsers when I go to
http://www.mysite.ac.uk/mysite which is meant to redirect to
https://www.mysite.ac.uk/mysite: "specified request cannot be executed from
current Application Pool". I think there is an answer to this somewhere but I
cannot locate it. Something to do with threads?
--
Les Bell
RE: HTTP to HTTPS specified request cannot...from current Application
am 24.02.2006 14:15:29 von lbell
The message appeared in Internet explorer too if I turned off 'show friendly
HTTP error messages'. The nub of the matter was that we want to redirect to
https using an asp custom error page. But the request that was not being
allowed is to use a URL style custom error page - it had to be a file or
default one. If I used the default application pool it was OK, but we need to
isolate this application so it has its own application pool for it. Now if I
put the custom error page in another application in the same special
application pool, it works. Problem solved.
--
Les Bell
"Les Bell" wrote:
> I get this message in some browsers when I go to
> http://www.mysite.ac.uk/mysite which is meant to redirect to
> https://www.mysite.ac.uk/mysite: "specified request cannot be executed from
> current Application Pool". I think there is an answer to this somewhere but I
> cannot locate it. Something to do with threads?
> --
> Les Bell
>
Re: HTTP to HTTPS specified request cannot...from current Application
am 24.02.2006 14:24:06 von Ken Schaefer
Hi,
This means that the actual error page you have does not reside in the same
app pool as where the error is being raised. Just move the error page to the
same location as where the error is occuring, and you'll be set.
Alternatively, there is a reg key you can set to get around this, but I
wouldn't recommend it if you can just move the custom error page instead.
Cheers
Ken
"Les Bell" wrote in message
news:40EBF1E3-B0B2-48FD-8222-905469F5B63D@microsoft.com...
:I get this message in some browsers when I go to
: http://www.mysite.ac.uk/mysite which is meant to redirect to
: https://www.mysite.ac.uk/mysite: "specified request cannot be executed
from
: current Application Pool". I think there is an answer to this somewhere
but I
: cannot locate it. Something to do with threads?
: --
: Les Bell
: