This content has been marked as final.
Show 6 replies
-
1. Error when trying to edit page
Corey@Adobe Dec 22, 2008 12:10 PM (in response to pluckerster)Hello pluckerster,
Could you post a link to the page you are having problems with?
I read through your posts in the other 404 error topic, but please clarify the following:
You are able to use InContext Editing without errors with a new HTML page located on the same server as your ASP page.
This problem occurs with a specific ASP page. Do you have the same problem with all ASP pages?
And to follow up on the other post, yes, you should be able to use InContext Editing to edit static HTML regions of dynamic pages. Server-side code inside an editable region will be stripped when edited.
Best regards,
Corey
-
2. Error when trying to edit page
pluckerster Dec 23, 2008 2:39 AM (in response to Corey@Adobe)There is a test page here: http://www.markthomasinfo.com/testice.asp. I can't edit this file and get the errors I put in my first post in this thread when I try and do so. I get the same errors with any ASP file I try and edit.
I can however edit this simple html file successfully: http://www.markthomasinfo.com/testincontext.html
The ASP page is very simple, here's the code:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml" xmlns:ice=" http://ns.adobe.com/incontextediting">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<script src="includes/ice/ice.js" type="text/javascript"></script>
</head>
<body>
<p>TEST ASP FILE</p>
<div ice:editable="*">Content for new Editable Region goes here</div>
</body>
</html> -
3. Error when trying to edit page
Corey@Adobe Dec 23, 2008 1:55 PM (in response to pluckerster)Hello pluckerster,
Our engineering team was able to complete a few tests and determined that the HEAD HTTP request that InContext Editing makes is not handled properly by your server with ASP pages. It responds with 403 Forbidden, instead of 200 – OK response code as it does with your test HTML page. If you have access, please try changing this, otherwise contact your hosting company and ask them to change this.
Here is a link to the document that explains the issue: http://www.adobe.com/go/kb406749
Best regards,
Corey -
4. Re: Error when trying to edit page
pluckerster Dec 24, 2008 2:53 AM (in response to Corey@Adobe)Ah yes, I see that it is now. It's returning "403 Forbidden" from the asp pages and "200 OK" from html ones. Must be some restriction placed on the servers by the hosting company. It's odd as another site they host for me does respond properly to the HEAD HTTP request on asp pages.
For others that may be getting this problem there is a useful checking tool here:
http://tinyurl.com/87fvkf -
5. Re: Error when trying to edit page
pluckerster Dec 29, 2008 8:15 AM (in response to pluckerster)UPDATE: I got my hosting company to set the server so that HEAD requests are now allowed and I can happily edit static sections of ASP pages now! Thanks for all the help. -
6. Re: Error when trying to edit page
Corey@Adobe Dec 29, 2008 10:49 AM (in response to pluckerster)That's great to hear! Glad you have it working now.
Best regards,
Corey


