IIS not installed what will not work?
I am in a corporate invironment were they will give me VS .net but are willing to have IIS installed on my development machine, they prefer me to use a remote server. Doing this what functions will I not be able to use? Debugging?
Thanks.
[242 byte] By [
jBlues] at [2007-12-16]
hi,
withouthaving installed IIS you cannot run asp.net pages on you machine.
My conclusion is that you won't be able to debug those pages on your local machine, but I didn't test it.
Hi,
First if you are developing applications on ASP.net then only you need IIS. ASP.net creates web ref directories in local machine so you need IIS for that.
If you are installing IIS after the installation of VS.net then you need aspnet_regiis.exe tool for further integration.
Thank you and remain.
WRIJU