Vista Ultimate
IIS7
Running the installation wizard i got the following error.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: No http handler was found for request type 'GET'
Line 1420: Protected Overrides Sub OnError(ByVal e As System.EventArgs)
Line 1421: HttpContext.Current.Response.Clear()
Line 1422: HttpContext.Current.Server.Transfer("~/ErrorPage.aspx")
Line 1423: End Sub
Line 1424:
Source File: C:\inetpub\wwwroot\dotnetnuke\Install\InstallWizar d.aspx.
vb Line: 1422
Any ideas?