Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
Check the web site configuration in IIS. Make sure it is set to use ASP.NET 2.0.
HTH,Joe Davis
I think you do not have .NET 3.5 SP1 installed.
Hope it helps,
Joe
Thank you for your help. I tried Joe Davis idea and the set up run OK, but when I click "Site Home Page" I get the following error on a new browser page:
The website declined to show this webpage
HTTP 403
Most likely causes:
•This website requires you to log in.
What you can try:
Go back to the previous page.
More information
This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage.
For more information about HTTP errors, see Help.
Any ideas? I checked and I have ASP.NET 3.5 SP1 installed.
Thank you both for your help.
Make sure that IIS is configured for both windows and anonymous authentication. Make sure the NetWork Service user has read permissions on the web file system and write permissiosn on the /Data folder.
Or I mean the aspnet user in XP not Network Service.
I had the same error message after configuring a new system. I found a link after doing a Google search but can't find it now. Somewhere in the xp install / asp.net setup sometimes it doesn't configure properly.
If you go into Admin Tools, select IIS, select local computer, select Web Sites and right click for properties. Select documents and add default.aspx. You have to move default.aspx to the top. If default.aspx is there, it's another issue.
Anyway, the instructions were somewhere along this line and it worked for me. This was for installation of mojo on a localhost.