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