|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
HTTP to HTTPS specified request cannot...from current ApplicationI 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 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. -- Show quoteHide quoteLes 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 > 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 Show quoteHide quote "Les Bell" <lb***@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 :
Word 2003 cannot save files to http://host/site/folder/file.doc
IIS Authenthication NTLM and Kerberos Error 401.1 Application Pool without Anonymous Access file system object SSL question Tutorial to set up IIS 6.0 on win2003 server How do I programtically generate a csr in IIS 6.0? Problem with anonymous user account and OWA |
|||||||||||||||||||||||