I create and write into a memory mapped file using a windows console application. I can read the memory file from another windows console application. It also works fine on the ASP.NET development server.
However, when i try to read the memory mapped file from ASP.NET website hosted on IIS. I get nothing, no exception, no data .
I have hosted my website on IIS7 and using .NET 4.0 framework.
nexthero
Member
2 Points
3 Posts
memory mapped file in Web
Aug 07, 2012 02:04 AM|LINK
I create and write into a memory mapped file using a windows console application. I can read the memory file from another windows console application. It also works fine on the ASP.NET development server.
However, when i try to read the memory mapped file from ASP.NET website hosted on IIS. I get nothing, no exception, no data .
I have hosted my website on IIS7 and using .NET 4.0 framework.
anyone help me.