Hello
I have inherited an internet application which to me, seems rather bizarrely setup but I was wondering if anyone may be able to tell me if I'm just being paranoid
We have two servers, one IIS, one sql server installed on the two machines respectively and we are running asp pages with a few components. Here's the thing; the asp pages are held on the held on the same server as the server with sql server and are called across a mapped network drive from IIS
To me, this seems strange as IIS is going to have to request the page across a network drive and process it; within this making calls to the sql server (again passing information between the two
I guess what I'm asking is that I am trying to improve the performace of the site, is changing this to a more traditional (in my view) sql on one server and iis and it's asp pages on the other as part of my upgrades or will this not be causing any problems
I have had trouble finding any articles on this so any help would be appreciated
Many thanks
Steve King