I've built a custom web-based CRM in ASP.NET 2.0 on Sql Server 2000.
I would like to make the CRM available on the internet, right now it is only available through the intranet. To do this, I want to have the main web server simply redirect a user to the server where the CRM resides rather than storing the CRM website on the web server.
I've tried this, but I'm using enterprise library and it seems that enterprise library doesn't run properly unless it has full trust between the main web server and the CRM's server. Allowing full trust is possible, but I haven't been able to make it work.
Also, I've tried to add the enterprise library .dll to the global assembly cache but it needs to be strongly named and I'm concerned about bringing down the existing CRM system.
Can anyone help me figure out how to get this to work?
Thanks in advance.
I would like to make the CRM available on the internet, right now it is only available through the intranet. To do this, I want to have the main web server simply redirect a user to the server where the CRM resides rather than storing the CRM website on the web server.
I've tried this, but I'm using enterprise library and it seems that enterprise library doesn't run properly unless it has full trust between the main web server and the CRM's server. Allowing full trust is possible, but I haven't been able to make it work.
Also, I've tried to add the enterprise library .dll to the global assembly cache but it needs to be strongly named and I'm concerned about bringing down the existing CRM system.
Can anyone help me figure out how to get this to work?
Thanks in advance.