I believe I'm having a setup issue with a .NET environment.
Here's some potentially useful background info:
- Windows Server 2003 / IIS 6.0
- The following directories exist in the C:\Windows\Microsoft.NET\F
ramework directory:
1.) v1.0.3705
2.) v1.1.4322
3.) v2.0.50727
- I have full admin access to the web server in question and I am free to make configuration changes, recycle IIS, etc.
- I have added IUSR_[machineName] and IWAM_[machineName] users to the Administrator group just to make sure permissions weren't the issue here
I am trying (unsuccessfully) to install Microsoft's FlexWiki. I have actually installed the wiki successfully on different servers, so I'm at a loss as to what's wrong in this case.
When I try to view the wiki (localhost/flexWiki/defaul
t.aspx and any other pages) I get just a blank page -- no error at all.
I found this towards the bottom of the following flexWiki help desk page:
http://www.flexwiki.com/default.aspx/FlexWiki/WikiHelpDesk.html"Q: I went through the steps in QuickSetup. When I navigate to
http://localhost/FlexWiki/default.aspx I get a blank page. I also get a blank page when I navigate to
http://localhost/FlexWiki/admin/config.aspx . In both situations the View->Source command is disabled so I don't have a way of determining whether this is really an empty page or a page that has bad HTML. When I navigate to
http://localhost/FlexWiki/default.aspx/MyWiki.HomePage I get a 404 error. Has anybody seen this behavior before? What do you think is wrong with my setup?
A The problem in my case was that asp.net was not properly installed. I got a tip to run the following command to install it, and this fixed my blank page problems:
C:\WINDOWS\Microsoft.NET\F
ramework\v
1.1.4322\a
spnet_regi
is -i"
I tried the similar command for v2.0.50727, restarted IIS, and I'm still having blank page issues. Does anyone know of a utility I can run or some test I can do to see whether or not the ASP.NET runtime is successfully installed on my server or to further diagnose this issue?