Bearman,
After you redirect your users from other domains to
www.tisz.com, if the users edit the content under
www.tisz.com domain, that should not has any problems.
If you still have problems, please save the following code into a separate aspx file and run it on your server, send the result to us.
<%@ Page Language="C#" %>
<script runat="server">
void Page_Load(object sender, System.EventArgs e)
{
Literal1.Text = HttpContext.Current.Request.Url.Host.ToLower() + "<br><br>" + HttpContext.Current.Request.ServerVariables["LOCAL_ADDR"];
}
</script>
<html>
<head>
</head>
<body>
<form runat="server">
<asp:Literal ID="Literal1" Runat="server" />
</form>
</body>
</html>
Keep me posted.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx