Getting this exception : This operation requires IIS integrated pipeline mode
-
Hi, Please confirm, are you using Server.Transfer? yes or no.
Regards Julian Mummery
Please Visit my FREE Bug / Fault Logging Website at FaultLogger.com**
**
no i am not using server.transfer this is my code Response.Cache.SetCacheability(HttpCacheability.NoCache); if (HttpContext.Current.Items[Constant.Authorization] == null || !(bool)HttpContext.Current.Items[Constant.Authorization]) Response.Redirect(Constant.AccessRequestPage);
-
Hi all, I am using iis 5.1 and my application is in two part one is in asp.net net and another one is asp.net + ASP. My first application is woking fine but when i am calling the asp page then getting the server application error 404 . I try to debug the code then getting this exception . system.platformnotsupported exception and "This operation requires IIS integrated pipeline mode". Please help me out. its very urgent i am working with this error since one week. Thanks with regards, Jitendra
How are you calling your asp pages? Asp and asp.net run on different engines. you can not directly interact between them. You can redirect calls from one to another. If you show us how you doing it, it will give us some clue as to what you trying to do. I have asp + asp.net running side by side. I interact between them, when I move from one to the other, I save my session state to db then call Request.Redirect("somepage.aspx?someparameter) (I call both
somepage.asp
andsomepage.aspx
the same way) then on the other side I load my session state read what I need to get and continue doing what I need to do.Yusuf
-
How are you calling your asp pages? Asp and asp.net run on different engines. you can not directly interact between them. You can redirect calls from one to another. If you show us how you doing it, it will give us some clue as to what you trying to do. I have asp + asp.net running side by side. I interact between them, when I move from one to the other, I save my session state to db then call Request.Redirect("somepage.aspx?someparameter) (I call both
somepage.asp
andsomepage.aspx
the same way) then on the other side I load my session state read what I need to get and continue doing what I need to do.Yusuf
my applicaion is running and working fine on microsoft server 2003 that is the dev,qa server . but my desktop having xp and IIS 5.1 so is it require any setting in iis for executing the ASP pages because only asp pages are not runing in my application. Thanks...
-
my applicaion is running and working fine on microsoft server 2003 that is the dev,qa server . but my desktop having xp and IIS 5.1 so is it require any setting in iis for executing the ASP pages because only asp pages are not runing in my application. Thanks...
Its because Only IIS7 supports the integrated pipeline. you cannot run this on IIS 5.1
Regards Julian Mummery
Please Visit my FREE Bug / Fault Logging Website at FaultLogger.com**
**
-
my applicaion is running and working fine on microsoft server 2003 that is the dev,qa server . but my desktop having xp and IIS 5.1 so is it require any setting in iis for executing the ASP pages because only asp pages are not runing in my application. Thanks...
on your xp desktop, try the following: 1. Disable IE show friendly error messages from the advanced page 2. Open IE and type the following http:\\localhost\ this should redirect you to http://localhost/localstart.asp. If you see the page ok, then asp is running on your xp, if not what error message do you see. that should give you some clue. If you see http:\\localhost ok, then make sure your asp program is installed properly in your xp machine. make sure any COM objects it uses are configured and registered properly.
Yusuf
-
Its because Only IIS7 supports the integrated pipeline. you cannot run this on IIS 5.1
Regards Julian Mummery
Please Visit my FREE Bug / Fault Logging Website at FaultLogger.com**
**
my applicaion is running and working fine on microsoft server 2003 that is the dev,qa server . but my desktop having xp and IIS 5.1 so is it require any setting in iis for executing the ASP pages because only asp pages are not runing in my application. Please suggest me what i need to do. thanks.....
-
on your xp desktop, try the following: 1. Disable IE show friendly error messages from the advanced page 2. Open IE and type the following http:\\localhost\ this should redirect you to http://localhost/localstart.asp. If you see the page ok, then asp is running on your xp, if not what error message do you see. that should give you some clue. If you see http:\\localhost ok, then make sure your asp program is installed properly in your xp machine. make sure any COM objects it uses are configured and registered properly.
Yusuf
HI, i am created one test solution for checking purpose whether asp is working or not . I am getting this error in test application Server Error in '/WebSite1' Application. -------------------------------------------------------------------------------- This type of page is not served. Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.asp' may be incorrect. Please review the URL below and make sure that it is spelled correctly. Requested URL: /WebSite1/Default2.asp
-
HI, i am created one test solution for checking purpose whether asp is working or not . I am getting this error in test application Server Error in '/WebSite1' Application. -------------------------------------------------------------------------------- This type of page is not served. Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.asp' may be incorrect. Please review the URL below and make sure that it is spelled correctly. Requested URL: /WebSite1/Default2.asp
This may help: http://support.microsoft.com/kb/815152[^]
Regards Julian Mummery
Please Visit my FREE Bug / Fault Logging Website at FaultLogger.com**
**
-
HI, i am created one test solution for checking purpose whether asp is working or not . I am getting this error in test application Server Error in '/WebSite1' Application. -------------------------------------------------------------------------------- This type of page is not served. Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.asp' may be incorrect. Please review the URL below and make sure that it is spelled correctly. Requested URL: /WebSite1/Default2.asp
-
then you need to configure IIS to serve asp pages see here for details[^] Make sure 'Active Server Pages' are allowed, see the picture.
Yusuf
Yusuf, Actually my IIS dont have these option "Application pools" and "Service web extentions" . please see your link which you sent me. what i need to do ...
-
Yusuf, Actually my IIS dont have these option "Application pools" and "Service web extentions" . please see your link which you sent me. what i need to do ...
-
read the whole article. There is more than the picture in it. There are plenty of other resources on that page.
Yusuf
Yusuf wrote:
There is more than the picture in it.
Lol, beautiful!
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo