question

n3w2sql avatar image
n3w2sql asked

Sql Server connection to html page with no permissions

I am trying to setup a connection from sql server to an html page so that when a user views the page it will show the latest information from a select query. The users won't have access to the server/database as they would just need to see the results so I don't know how to get this to work. Example when the user opens the page a connection to sql will run the query and show the latest information from the query/table. I think I need to setup the connection with asp.net (post/get method) but I don't know .net therefore stuck. Any work rounds would be very helpful.
sql-server-2008connection-stringasp.net
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

KenJ avatar image KenJ commented ·
A bit off-topic for a SQL Server forum, but there isn't really a workaround. This is a straight-up web development task for aspNet, php, etc. aspNet - https://msdn.microsoft.com/library/tw738475%28v=vs.100%29.aspx PHP - http://www.insttech.washington.edu/~lab/Support/HowtoUse/PHP/display_table.html
0 Likes 0 ·

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.