
Installing XMLNuke Installing XMLNuke CSharp on Windows
Step-by-step tutorial to install XMLNuke CSharp on Windows.
Table of contents 1. Installing XMLNuke CSharp on Windows 2. Installing XMLNuke PHP5 on Windows 3. Installing XLMNuke CSharp on Ubunto(Gutsy)/Debian/Linux
On this page Installing XMLNuke CSharp on Windows
Installing XMLNuke CSharp on Windows
Before installing XMLNuke, you must have the following software:
- Windows 2000, XP or 2003 Server with the IIS installed
- Windows Installer 3.1 to install the >NET packages. Download here
- Framework .NET 2.0 (Redistributable). Download aqui.
- Framework .NET 2.0 (SDK). Download aqui (página em inglês).
-
NOTE: SIf the IIS is installed before .NET, the following command must be run after finalizing the installation process above: "C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_regiis.exe -i" (remove quotes)
- Copy of XMLNuke.
Install the software in the order above. XMLNuke may be installed on any folder on the machine, but in order for it to work properly the steps above must be followed.
Click on Start ? Control Panel and select "Administrative Tools". Inside this folder, select the option Internet Information Services.
Right click on "Standard Web Site" and select New ? Virtual Directory.
Next, an "Assistant" window will appear. On this window, indicate the name of the virtual directory (this is how you will execute XMLNuke) and the physical path where it is located. In our example: c:wwwxmlnuke-csharp.
Right click on the new virtual directory and select "Properties".
With the Properties window open, click on the "Virtual Directory" tab and next:
- Click on "Create". If instead it says "Remove", click on remove and then on "Create".
- In "Write Permission", check that "only scripts" is selected.
Next, click on the "ASP.NET" tab. If there is more than one version, make sure that version 2.0 is selected. Click on "OK".
If everything goes well, the virtual directory will be as shown in the figure below.
Close the configuration window and open Windows Explorer. Look for the "xmlnuke-csharp" folder?. Inside this folder there is a "data" call. Press the right button on top of it and click on "Properties"
A list of users will appear in the window. One of them is Invited User from the Internet. (IUSR_NAMEOFYOURMACHINE). Click on it (1) and select the option modify (2). If the user is not appearing on the list, click on "Add" and look for the user in the next window. Click on OK.
After following these steps, XMLNuke should be working. Important: When the IIS is installed after .NET, it may present some strange behavior. To resolve this problem execute the following file: "C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_regiis.exe -i" (remove quotes)
|