Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 SQL Server 2008 - Web Dev't

Author  Topic 

kimoy_bca
Starting Member

2 Posts

Posted - 2012-07-15 : 20:32:27
Hello, I am happy to find this forum. I am currently developing a Human Resource Information System at the Department of Education in our division to store Personnel 201 File using Visual Studio 2011 with SQL Server 2008R (Developer's Edition) as its back-end and I'm almost done with it. My plan was to have it accessed locally within the computers in our office however I am thinking of a possibility of allowing the teachers to view their own records through the Web. Can SQL Server 2008 be used as a server for web applications so that I can use the existing data stored in the database? Or if not, what option can I make inasmuch as I don't want to start all over again.

Thank you.

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2012-07-17 : 14:45:24
Build a web based application running on IIS and point that to the SQL Server database(s) you need to access.

Try researching ASP.NET.
Go to Top of Page
   

- Advertisement -