Symptoms
-
A
404 - File not found
error message was returned when accessing WorkflowGen v5.x Portal or Administration modules through a web browser. -
When verifying the IIS logs for the specific request, it indicates a
404.2
error. By default, IIS log files are located inDRIVE:\WINDOWS\SYSTEM32\Logfiles\W3SVCX\exYYMMDD.log
.
Causes
-
ASP.NET v2.0 is not registered with IIS 6.0
-
ASP.NET v2.0 Web Service Extension is not enabled in IIS 6.0
Solution 1
Register ASP.NET v2.0 with IIS by using the Framework tool as follows:
-
Open a command line window.
-
Execute
DRIVE:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i
-
Restart the IIS service.
Reference:
http://msdn2.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx
Solution 2
-
Open IIS Manager and navigate to to Internet Information Services (IIS) manager > Server name > Web Service Extensions.
-
Select ASP.NET v.2.0.x, then click Allow.
Reference:
http://support.microsoft.com/kb/248033