How to deploy the website on WinXP machine with IIS5.1
Hi Imar,
I am trying to run Asp.net website on localhost on my windows xp machine which is having IIS5.1 already installed.Also I registered the ASP.Net to IIS using the command
aspnet_regiis -i.
But in IIS I am not able to see the Application Pool Folder which is shown in Figure 19-10 in chapter 19.
Also I tried copying the website files to C:\Inetpub\wwwroot and created a virtual directory but it is still not working.
Please let me how to deploy the website on WinXP machine.
|