INFO:
General Guidelines for .NET Setup on Windows 2003 Server
The information in this article applies
to this particular SalesCart Product(s):
NET
SYMPTOMS
This is an informational article on how to set up Windows 2003 Server to serve .NET pages. |
CAUSE
NA
RESOLUTION
The following are steps that you can take to get .NET pages to run properly on a Windows 2003 Server:
- Open a command prompt on the server and type in the following:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
This will register the entire web server to have .NET extensions (.aspx, .asax, ...)
- Open IIS, click Web Server Extensions, click ASP.net v1.1.4322, and click the Allow button
- Add the Users group to the virtual directory folder with read access or add the Users group to the
Web site root with read access
SUMMARY
This is an informational article on how to set up Windows 2003 Server to serve .NET pages.
STATUS
This is an informational article.
REFERENCE
NA
Additional Query
Words: windows 2003 server, .net, .aspx, .asax, setup
Active/inactive: Active
Author: William Cheung
Date: 7/23/04
|