Dear Experts,
May be this thread is not related to this forum, BUT THERE IS LINK WITH THIS FORUM.
I am using ASP.Net with Third party Application "WegGrabber"
I traced out the ERROR oon VS 2008;
At this point Server.Execute(pg, wtr);
<%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
<%@ Import namespace="APWebGrbNET"%>
<%@ Import namespace="APToolkitNET"%>
<%@ Import Namespace="System" %>
<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OleDb" %>
...
other code
....
APWebGrbNET.APWebGrabber wb = new APWebGrbNET.APWebGrabber();
StringWriter wtr=new StringWriter();
i=Convert.ToInt32(Request.QueryString["n"]);
string pg=Request.Form["fn_"+i];
Server.Execute(pg, wtr);
THIS IS ERROR:
IsPostNotification = 'Server._context.IsPostNotification' threw an exception of type 'System.PlatformNotSupportedException'
This operation requires IIS integrated pipeline mode ...
While On IIS 6 does not have this kind of restrictions
Kindly Help me URGENT
Thanks in advance