Forum Moderators: DixonJones
- .NET framework executes your .NET code.
- Database handles db requests
- IIS processes web HTTP(s) requests.
Now, if your webpages are in VB.NET, for instance, your aspx pages should sit on the same server with IIS.
Database is altogether different animal, pretty much unrelated to IIS and .NET. Can be on separate box.