Running an ASP.NET AJAX Application Without IIS
If you are using ASP.NET AJAX pages and you run into problems, you may need to install additional software components. Try these additional steps:
1. If you are running the older (version 2.0) .NET framework, download and install the ASP.NET 2.0 AJAX Extensions 1.0.
2. If you are using components from the ASP.NET AJAX Control Toolkit, download and install the
ASP.NET AJAX Control Toolkit.
3.Add the neokernel.exe to the Global Assembly Cache (GAC) with the following command:
C:\Program Files\cometway\neokernel>gacutil /i neokernel.exe
If the command completes successfully, you will see output similar to the following:
Microsoft (R) .NET Global Assembly Cache Utility. Version 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
Assembly successfully added to the cache
4. Under Vista, you may need to grant the "network service" account write access to the ASP.Net temporary files directory. Open a command prompt and type the following command:
C:\WINDOWS\Microsoft.Net\Framework\v2.0.50727\aspnet_regiis.exe
-ga "NT AUTHORITY\NETWORK SERVICE"
Updated: 4/14/10 5:29 PM