-
Internal website
Hello
I'm trying to create an application on my internal office server that uses web pages to manipulate a database. The application does not need to be exposed to the outside world, but is for internal use.
Can you tell me what I would need to run such an application? Does the server I'm using need to have any software running on it to enable it to run this program? At present, I'm assuming that I can use the visual basic language with ASP.net to create such a program.
Sam
-
You'll need a computer on the network with either Windows 2000, 2003 or XP. Make sure that windows has the IIS component installed - this is the web server software. If you want to run asp.net then it'll also need the dot net framework installed. You can use Visual Basic.NET to program asp.net pages this is quite different to Classic Visual Basic.
HTH
DJ