Click here to Skip to main content
15,887,332 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,
I have Asp.Net application that uses IBM Message Queue for message based communication. When I run the application using visual studio it works perfect but when I deploy it in IIS on the same machine it displays an error message that describes it couldn’t load IBM Queue DLL files. I thought it is issue of permission and I have given at least read write permission for all users on the machine but it didn’t work. So please forward your suggestions.
Thanks!
Posted

1 solution

Have you checked iis users have permission to that foldeR?


If you are running through IIS, u have to give permission to iisusrs to that folder.

Go to the folder where you have your xml and click on properties->Security tab->Edit>Add.

Location->select ur machine name
Enter the object u neeed to select , enter iis_iusrs.
Click on ok.
Then select Full control-Allow checkbox

Save it.Now iis users will have permission to make any changes in any files inside that folder
 
Share this answer
 
Comments
getrelax 9-Aug-12 5:10am    
ya, i have given full permission for IUSER

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900