There is no difference where you web application is. It gets compiled and
loaded into memory anyway. To compile application .NET will need some space
in
%SystemRoot%\Microsoft.NET\Framework\versionNumber\Temporary ASP.NET Files
--------------------------------------------------------------------------------
But if you keep your database on the same machine try to have windows swap
file and database file to be on separate hard drives.
George.
>> It will not run into any problem until it actually do that :)
>> I mean if there is only 5MB free spaces that will not be a problem until
[quoted text clipped - 6 lines]
>
> Luigi
Luigi - 26 Mar 2008 09:51 GMT
> There is no difference where you web application is. It gets compiled and
> loaded into memory anyway. To compile application .NET will need some space
[quoted text clipped - 5 lines]
> But if you keep your database on the same machine try to have windows swap
> file and database file to be on separate hard drives.
Ok, thank you so much for your exaustive answer George.
Luigi