|
Home > Archive > IIS Server Security > February 2006 > HTTP to HTTPS specified request cannot...from current Application
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
HTTP to HTTPS specified request cannot...from current Application
|
|
| Les Bell 2006-02-26, 10:27 am |
| 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
| |
| Les Bell 2006-02-26, 10:27 am |
| 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
>
| |
| Ken Schaefer 2006-02-26, 10:27 am |
| 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" <lbell@essex.ac.uk.nospammimg> 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
:
|
|
|
|
|