If you have installed IIS over .net framework 2.0 then you have to run this utility from following folder.
C:\Windows\Microsoft.Net\Framework\v2.0.50727\aspnet_regiis -i
In some cases this error occurs user account under which web application is running does not have proper permission on the IIS metabase. In that case run following commond.
aspnet_regiis -ga
3 comments:
Many thanks. Saved me a lot of headache with the "prompt for user/pass when trying to deploy reports" problem.
Thankyou Sanjay i was also looking for this information
Thanks
Sajith
thank you very much for ur post.
it helped me too
Post a Comment