Hi Forum,
i'm new in ASP.NET world
I need to provide reporting to users using data from remote company SQL server.
Since windows application is not an option (company security policy), what options I have?
What of the following is possible:
- Web APS.NET application on local PC with remote connection
- Web APS.NET application on same remote PC as SQL server, connecting via ip address
- Web APS.NET application on commercial hosting connecting to my remote SQL server database
- Web PHP application on commercial hosting connecting to my remote SQL server database
Thanks in advance!