Hi John,
One thing to try is to change the caching. Try this?
<%@ Page Language="VB" %>
<script runat="server">
Sub page_Load
Response.Cache.SetCacheability(HttpCacheability.Public)
end sub
' Insert page code here
</script>
"JohnZing" wrote:
> i tried to install asp.net forums
> all went ok, but after login i always get
> "Object moved to here." in firefox or "The page cannot be displayed" in IE
>
> when i hit refresh, the page loads fine.
>
> the problem occurs only when i try to run the application hosted in my
> hosting provider, not in my local IIS server.
>
> any ideas?
> thank you.
>
|