Tuesday, November 23, 2010

Deploying .Net Application in Windows Server 2003

In order to take a more proactive stance against malicious users and attackers, IIS is not installed on members of the Microsoft® Windows® Server 2003 family by default. Furthermore, when you initially install IIS, the service is installed in a highly secure and "locked" mode. By default, IIS serves only static content — meaning features like ASP, ASP.NET, Server-Side Includes, WebDAV publishing, and FrontPage® Server Extensions do not work unless enabled. If you do not enable this functionality after installing IIS, IIS returns a 404 error.

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

Use this command to install the aspnet in iis once you done with this steps

To enable and disable a Web service extension

1. In IIS Manager, expand the local computer, and then click Web Service Extensions.
2. In the details pane, click the Web Service Extension that you want to enable or disable.
3. To enable a disabled Web service extension, click Allow.
4. To disable an enabled Web service extension, click Prohibit.
5. Click OK.

Courtesy,

http://www.microsoft.com/technet

No comments:

Post a Comment