Base solution for your next web application
Open Closed

Multi Tier Server Architecture #1119


User avatar
0
peterfelice created

Hi,

Has anyone gone about setting up ASP.NET Zero in an physical 3 tier server architecture where your web server is not allowed/able to physically connect to your database? Curious to know the approach others have taken in this scenario.

Thanks,


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    While it can be converted to such a 3-tiers architecture, AspNet Zero originally is not designed for that. If the problem is only to not able to connect to database, you may try some TCP tunneling tools to connect to database.