B
ben.crinion
Hi
I need to send RTF documents to the client so i save them on the
server then using ASP.NET and Javascript set the window.location to
the url of the document.
This somehow seems to kill my session. I dont know why.
Here is the request from my IIS log...
// pass the filename in the query string to the first page.
2007-10-11 08:54:56 W3SVC1 10.4.4.2 GET /UsingWordAddinMessage.aspx fn=
%5cWordTemp%5cCarmel's+letter+19-04_11_10_2007_09_54_54.rtf 80 -
10.4.4.109 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR
+1.1.4322;+.NET+CLR+2.0.50727;+InfoPath.1) 200 0 0
// get the document using the passed in filename
2007-10-11 08:54:57 W3SVC1 10.4.4.2 GET /WordTemp/Carmel's+letter
+19-04_11_10_2007_09_54_54.rtf - 80 - 10.4.4.109 Mozilla/4.0+
(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR
+2.0.50727;+InfoPath.1) 403 1 0
Any help would be ace.
Thanks
Ben Crinion
I need to send RTF documents to the client so i save them on the
server then using ASP.NET and Javascript set the window.location to
the url of the document.
This somehow seems to kill my session. I dont know why.
Here is the request from my IIS log...
// pass the filename in the query string to the first page.
2007-10-11 08:54:56 W3SVC1 10.4.4.2 GET /UsingWordAddinMessage.aspx fn=
%5cWordTemp%5cCarmel's+letter+19-04_11_10_2007_09_54_54.rtf 80 -
10.4.4.109 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR
+1.1.4322;+.NET+CLR+2.0.50727;+InfoPath.1) 200 0 0
// get the document using the passed in filename
2007-10-11 08:54:57 W3SVC1 10.4.4.2 GET /WordTemp/Carmel's+letter
+19-04_11_10_2007_09_54_54.rtf - 80 - 10.4.4.109 Mozilla/4.0+
(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR
+2.0.50727;+InfoPath.1) 403 1 0
Any help would be ace.
Thanks
Ben Crinion