Dear All,
I have facing problem to connect the web server and application server in window IIS.
My client having three sever - App Server, Web Server, DB Server.
Actually my web project in asp.net c#, When I published code the compiler create DLL for the business login.
Can I do that my all aspx file in web server and the Bin folder which contain the DLL keep at application server. Am i thinking write? Please suggest for right way.
Loading
Bhanu VermaPosted Dec 10, 2014, 12:42 AM
Bhanu VermaPosted Dec 9, 2014, 6:46 AM
DB server- Where database can only running, Sql sever installed here.
Web Server- Which can be handle only http request coming from client.
App Server- Where we keep the business logic.
Now the situation is that- We don't have proper 3 tier architecture so I am thinking the DLL's which makes after published the asp.net website to keep in the app server and all aspx page keep in web server. May be I am wrong, Please suggest the write way.
If I am thinking write please provide the solution how to do it?
Jaganathan BantheswaranPosted Dec 9, 2014, 4:56 AM
Explain us about your App, Web DB servers responsibility & functionality. So that we can give you the solution.