I have researched, tested and attempted work-arounds ad-nauseum, but I cannot make my response.redirect work. I have simplified a test as much as I could. I am seeking some response to what I may be doing wrong. The code for both the sender and receiver
is pasted below.
SENDER CODE
<%@ Page Title="Home Page" Language="vb" MasterPageFile="~/Site.Master" AutoEventWireup="false"
CodeBehind="Default.aspx.vb" Inherits="NEWSENDSESS._Default" %>
<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
<p>
&nbs ...
Go to the complete details ...