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.
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
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
rpk2006
Member
631 Points
629 Posts
Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application?
Feb 24, 2012 04:12 AM|LINK
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.
SonicMan
Participant
1472 Points
228 Posts
Re: Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application?
Mar 02, 2012 01:55 AM|LINK
Hi
I think both of them are ok.
If you are a system administrator, you can use IIS, If you are a devloper you can use asp.net .
Do you think so?
necro_mancer
Star
7981 Points
1566 Posts
Re: Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application?
Mar 02, 2012 05:19 AM|LINK
hi rpk2006,
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
Professional SQL 2008 R2 Service
kattyjems
Member
120 Points
50 Posts
Re: Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application?
Mar 04, 2012 08:36 AM|LINK
Hi,
Please refer this:
http://weblogs.asp.net/owscott/archive/2011/12/05/iis-7-x-classic-and-integrated-pipeline-modes-week-43.aspx
kctt
Contributor
5004 Points
948 Posts
Re: Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application?
Mar 05, 2012 02:47 AM|LINK
Configure the same class mode and use Network service identity.
You will need to add permission for Network service on website folder.
rpk2006
Member
631 Points
629 Posts
Re: Which PipleLine Mode to use in IIS for a ASP.NET 2.0 application?
Mar 05, 2012 04:14 AM|LINK
I get error: 500.02 Internal Server Error