Home All Groups Group Topic Archive Search About
Author
18 Mar 2006 3:54 AM
DavidW
Which is better
VB Express or making a local web based application?

If I choose to run a web based app from within our local network only, not
out in the www, would i have to run another server to run the web app or
will sql server 2005 accomodate that as well?

Curious
David W

Author
18 Mar 2006 4:24 AM
Kent Tegels
Hello DavidW,

> Which is better
> VB Express or making a local web based application?
> If I choose to run a web based app from within our local network only,
> not out in the www, would i have to run another server to run the web
> app or will sql server 2005 accomodate that as well?

It depends on what you mean by "accomodate."

No, the native XML web services won't serve up your HTML, ASPX or ASMX, etc.

If you're asking if you can host IIS on an SQL Server, yes, you can. If you
should or not is debateable.

VBExpress is good at generating WinForm applications easily, but that's a
completely different use case than building a Web App.

Thank you,
Kent Tegels
DevelopMentor
http://staff.develop.com/ktegels/
Author
18 Mar 2006 8:55 AM
Jens
Hi,

no you need a web server for this. Although you can run the web service
on the SQL Server box, SQL Server Service has no built in Web Server.


HTH, Jens Suessmeyer.

---
http://www.sqlserver2005.de
---

AddThis Social Bookmark Button