I have developed an ASP.Net application and used report viewer for SSRS and deployed on the client site. Earlier I used windows credentials for under domain environment but the client changes the windows password in every month. So after a month I have to change the credentials in application web.config. It means that I have to use some database credentials so I tried the database credentials for SSRS under domain environment but no success.The client is using windows server 2008 32 bit under domain environment.As I mentioned that with windows credentials under domain the reports are working fine but with database credentials under domain are showing error 404 while trying to load the reports in ASP.Net report viewer.• I tried with the database credentials in report viewer directly but also no success• I also tried with the database credentials in SSRS data source but also no successI have choose the following option in SSRS data source:Credentials stored securely in the report server (radio button is selected) and provide the database server credentials in user name and password fields."use as window credential when connecting to the data source" checkbox is unchecked because I want to use database credential instead of window credentials.Kindly suggest any solution in detail and kindly attach a sample or screen shot of SSRS settings if possible ASAP so that I can resolve this issueThanks
↧