c# - Database Admin Panel inside an ASP.NET Website -
its complicated.
i have sql server 2008 on production server , access restricted using ip. don't have static ip, cannot connect server machine. option going remote on production server , working there, obvious reasons don't it.
so solution can think of using sql admin panel on need manipulate table data. implementation of method saw 1 code project. ( link here ). outdated , of coding done in classic asp.net style. not want use it.
my questions are
- is there implementation of sql admin panel in asp.net?
- have got other alternatives on manipulating ip restricted remote database?
p.s: , yes, know maintaining sql admin panel on live server not @ all. removing sql admin panel website site goes live :)
as far question 2 concerned, have done work on databases sql server 2008 on host without having static ip. hosting provider put ip on safe list accepted connection until ip reset. it's pain stay same long time. can find yours @ http://www.whatismyip.com/
not sure if host allow same.
Comments
Post a Comment