Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application?http://forums.asp.net/t/1773245.aspx/1?Which+PipleLine+Mode+to+use+in+IIS+for+a+ASP+NET+2+0+application+Mon, 05 Mar 2012 04:14:26 -050017732454848374http://forums.asp.net/p/1773245/4848374.aspx/1?Which+PipleLine+Mode+to+use+in+IIS+for+a+ASP+NET+2+0+application+Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application? <p>Which PipeLine Mode should I use in Application Pool Settings for an ASP.NET 2.0 application? I recently migrated this application on a new server running Windows Server 2008 R2. I created a virtual directory in IIS 7.0. My application is running in default Classic .NET application pool with Pool Identity set to LocalSystemAccount.</p> 2012-02-24T04:12:16-05:004859794http://forums.asp.net/p/1773245/4859794.aspx/1?Re+Which+PipleLine+Mode+to+use+in+IIS+for+a+ASP+NET+2+0+application+Re: Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application? <p>Hi</p> <p>I think both of them are ok.</p> <p>If you are a&nbsp;system administrator, you can use IIS, If you are a devloper you can use asp.net .</p> <p>Do you think so?</p> <p></p> 2012-03-02T01:55:46-05:004860051http://forums.asp.net/p/1773245/4860051.aspx/1?Re+Which+PipleLine+Mode+to+use+in+IIS+for+a+ASP+NET+2+0+application+Re: Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application? <p>hi rpk2006,<br> <br> you can simply use the Integrated Mode on your application pool. If there is any error, please copy the error message here so that I can provide further advise&nbsp;</p> 2012-03-02T05:19:21-05:004862668http://forums.asp.net/p/1773245/4862668.aspx/1?Re+Which+PipleLine+Mode+to+use+in+IIS+for+a+ASP+NET+2+0+application+Re: Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application? <p>Hi,</p> <p>Please refer this:</p> <p><a title="http://weblogs.asp.net/owscott/archive/2011/12/05/iis-7-x-classic-and-integrated-pipeline-modes-week-43.aspx" href="http://weblogs.asp.net/owscott/archive/2011/12/05/iis-7-x-classic-and-integrated-pipeline-modes-week-43.aspx">http://weblogs.asp.net/owscott/archive/2011/12/05/iis-7-x-classic-and-integrated-pipeline-modes-week-43.aspx</a></p> 2012-03-04T08:36:46-05:004863240http://forums.asp.net/p/1773245/4863240.aspx/1?Re+Which+PipleLine+Mode+to+use+in+IIS+for+a+ASP+NET+2+0+application+Re: Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application? <p></p> <blockquote><span class="icon-blockquote"></span> <h4>rpk2006</h4> <p></p> <p>My application is running in default Classic .NET application pool with Pool Identity set to LocalSystemAccount.</p> <p></p> </blockquote> <p></p> <p>Configure the same class mode and use Network service identity.</p> <p>You will need to add permission for Network service on website folder.</p> 2012-03-05T02:47:29-05:004863344http://forums.asp.net/p/1773245/4863344.aspx/1?Re+Which+PipleLine+Mode+to+use+in+IIS+for+a+ASP+NET+2+0+application+Re: Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application? <p></p> <blockquote><span class="icon-blockquote"></span> <h4>necro_mancer</h4> <p></p> <p>you can simply use the Integrated Mode on your application pool. If there is any error, please copy the error message here so that I can provide further advise&nbsp;</p> <p></p> </blockquote> <p></p> <p>I get error: <strong>500.02 Internal Server Error</strong></p> <p></p> 2012-03-05T04:14:26-05:00