Changed from integrated pipeline to classic.
References:
Telerik forum
Brad Kingsley
Sunday, April 21, 2013
[Solved] Could not load type 'System.ServiceModel.Activation.HttpModule'
For Windows 7 and Windows Server 2008, use the ASP.NET IIS Registration Tool (aspnet_regiis.exe,) to register the correct version of ASP.NET. For more information about the aspnet_regiis.exe, see ASP.NET IIS Registration Tool.
To register the correct version of ASP.NET
- On the computer that is running Microsoft Dynamics NAV Web Server components, open a command prompt as an administrator as follows:
- From the Start menu, choose All Programs, and then choose Accessories.
- Right-click Command Prompt, and then choose Run as administrator.
- At the command prompt, type the following command to change to the Microsoft.NET\Framework64\v4.0.30319 folder, and then press Enter.
cd\Windows\Microsoft.NET\Framework64\v4.0.30319
- At the command prompt, type the following command, and then press Enter.
aspnet_regiis.exe -iru
- At the command prompt, type the following command, and then press Enter.
iisreset
Source: MSDN Library
Labels:
.Net Framework 4,
Deployment Error,
IIS,
Windows 7,
Windows Server 2008
Errors: 530 Valid hostname is expected. 530 User cannot log in, home directory inaccessible.
I'm getting problems when connecting to FTP server using FileZilla.
IIS Version 7
Problem 1: 530 Valid hostname is expected.
Solution:
Login as
Host: example.domain.com
Username: example.domain.com|Username
... and of course, the Password and Port
Problem 2: 530 User cannot log in, home directory inaccessible.
Solution: 1. Configure FTP Authentication. Add Basic Authentication.
2. Configure FTP Authorization Rules settings. Add your usename, check Read and/or Write.
Voila! It works!
Subscribe to:
Posts (Atom)