Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with Publishing my website

Status
Not open for further replies.

aradia926

MIS
Jul 11, 2005
29
US
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

have you opened the intranet server to the internet? how did you do this?


>>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

The enterprise library is for the project in your intranet right? therefore it should run as is (there is no communication between the internet and intranet server once the redirection is over).


>>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.

Not required for now...

Known is handfull, Unknown is worldfull
 
I'm not sure what you mean by "opened the intranet server to the internet." Shouldn't the redirect take care of that?

I'm sorry that I'm a little clueless, I'm a self-taught programmer and I'm still learning!
 
>>I'm not sure what you mean by "opened the intranet server to the internet." Shouldn't the redirect take care of that?


exactly, after that the user is accessing your intranet site. i wanted to know wether the intranet server is open to the public. Enterprise DLL will not cause any errors because it is still executing only on the intranet server...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top