Showing posts with label Configuration. Show all posts
Showing posts with label Configuration. Show all posts

Thursday, 26 April 2012

FTP error 550


550 - Permission Errors Problem
550 - No such file or directory
550 - Permission Denied.

Solution

Check the user permission Issue.
Check the write permission in IIS-->FTP.
Check the file or directory path.



Reason
This error message is coming from the FTP Server you are connected to, 550 errors are always permission errors. The text that follows 550 varies from server to server. The 550 error means that you do not have access rights to transfer (download/upload) the file. This also pertains to making new folders on the server or uploading files to the server.


Monday, 13 February 2012

Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005.


Go to the Start-Run menu item.
Type in "DCOMCNFG" and hit enter.
This should load the "Component Services"
Expand "Component Services"
Expand "Computers"
Expand "My Computer"
Select the "DCOM Config" item
Select the "Microsoft Excel Application" item.
Right click and select Properties
Select the Security Tab and you should see the following:

Now change as following blue area in below picture:



Now add the below key:
(1) ASPNET object
(2) NETWOK SERVICES object

Local Launch         : Allow
Remote Launch        : [blank]
Local Activation     : Allow
Remote Activation    : [blank]


Click the OK button and test your web application again and it should work fine.

Note:This error occuurs due to below setting in IIS Server.