User-1573053216 posted
hi,
I want to integrate my vs2008 project in windows server 2003 (iis 6). I have installed .net framework 2.0, and 3.5 in the server. I have installed iis from the add/remove components.
Do i need anything else. Is SP2 required?
i followed the steps given in
http://www.rackspace.com/knowledge_center/article/installing-iis-60-on-windows-server-2003
and
http://www.windowsreference.com/windows-server-2003/step-by-step-guide-how-to-install-iis-60-in-win-server-2003/
and
http://wiki.bizagi.com/en/index.php?title=IIS_Web_site_configuration
Now, i got the error -- ... does not have access to temporary asp.net directory.
But after typing this command it worked.
%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i
[Now if i created a virtual directory and pointed it to my build files, i get 404 file not found error.]
Please note that i am creating a web-setup project and installing it in the server by using the setup.msi file.
Can anyone please help.
Thanks in advance