How can I integrate an asp.net web page with a CRM solution?
I have a solution which generates pdf pages. At present these are generated in silverlight on the client side. I want to change that to server side to avoid send data to the client and also to allow the pdf to open in a browser window. That I can do by changing my client side cods to a server side asp.net page with code behind at the server. So far easy enough but I have two problems. One is that I seem to need to reenter a user name and password or even hardcode something. The second is how do I include that as part of a solution. At the moment the information I have says I need to manually deploy my asp.net to the IIS running CRM. Can I not include this as part of the solution?