Blog Stats

  • 70,819 hits

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 18 other followers

Recent Posts

  • .Net Core – New Taste from Old School
  • Node app Deployment and development process Manager
  • Upgrade your Server to NodeJS LTS Version from old versions
  • Windows – Check which app is using a particular Port
  • MongoDB Backup/Dump and Restore
//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js (adsbygoogle = window.adsbygoogle || []).push({});

Categories

  • .Net Core
  • AngularJS
  • ASP.Net
  • ASP.Net MVC
  • C#
  • Cross Domain
  • Deployment
  • EntityFramework
  • ExpressJS
  • HTML5
  • HTTP & HTTPS
  • IIS
  • JavaScript
  • jQuery
  • jQuery AJAX
  • MEAN
  • MongoDB
  • MVC WebAPI
  • NodeJS
  • RDLC
  • SharePoint
  • SQL Server
  • System
  • Uncategorized
  • Widgets
  • Search

Shahjada Talukdar MasooM

A passionate Software Engineer, born in Dhaka – Bangladesh

Tag Archives: IIS

ASP.Net, ASP.Net MVC, C#, Deployment, IIS, MVC WebAPI

IIS 7.5 – ASP.Net WebApp Deployment Challenges

August 16, 2013Shahjada Talukdar MasooMAn ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode, ASP.Net, Deployment, Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list, IIS, IIS 7.5, IIS Issues, Login failed for user IIS APPPOOL, Shahjada Talukdar, Shahjada Talukdar Masoom, Web.config Settings, Windows Server 2008 Leave a comment

We, .Net Devs , deploy our Web Applications inside IIS (Internet Information Services) . So we all should know how to deploy our Web Apps to IIS .

Deploying Web Apps to IIS is not a big matter but sometimes we get few issues at Production which can take a hell lot of time sometimes .

So now I am gonna share few things I faced while deploying ASP.Net Web App in Windows Server 2008 R2 IIS 7.5 .

There are few issues you can get like below (sometimes may be more/less at your production environment) :::

Issue-1 ::: Login failed for user ‘IIS APPPOOL-MyAppPool’.

Here MyAppPool is your Application Pool Name at IIS .

If you get error something like this please try the below thing to solve –

Go to IIS -> Application Pools -> Advanced Settings

Login failed for user IIS APPPOOL

Login failed for user IIS APPPOOL

Issue-2 ::: An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.

If you get any error like this , you can try using the below node at your Web.Config .

<configuration>
      <system.webServer>
        <validation validateIntegratedModeConfiguration="false"/>
      </system.webServer>
    </configuration>

Issue-3 ::: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list.

This is because ASP.Net was not completely installed with IIS even though I checked that box in the “Add Feature” dialog. To fix this, I simply ran the following command at the command prompt

%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i

If you are using 32 bit system (Old version of Server and IIS), it would have looked like the following:

%windir%\Microsoft.NET\Framework\v4.0.21006\aspnet_regiis.exe -i

——————

You can check out the below link also if you get more –

http://www.jorriss.net/blog/archive/2012/07/10/fixing-the-http-error-401-3-unauthorized-issue-in-iis

Hope , It will help you a lot .

Cheers

Standard
Uncategorized

How To Install IIS 7.5 on Windows 7

July 26, 2013Shahjada Talukdar MasooMIIS Leave a comment

– Click Start and then click Control Panel.
– In Control Panel, click Programs and then click Turn Windows features on or off.
– In the Windows Features dialog box, click Internet Information Services and then click OK.

Standard
Create a free website or blog at WordPress.com.
Cancel
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy