Creating new pages does not work under Vista

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.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

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.

This thread is closed to new posts. You must sign in to post in the forums.
9/20/2008 3:28:38 PM
Gravatar
Total Posts 6

Creating new pages does not work under Vista

After a system upgrade, I  am running Vista with all of its new wonderful security features.  When I go to create a new page under the root, the page is not created in the filesystem but the program/database seems to think it is created.  I have set all of the file system permissions to as open as possible and have disabled user account control. 

Any ideas?

thanks,

Ben.

9/20/2008 3:31:01 PM
Gravatar
Total Posts 18439

Re: Creating new pages does not work under Vista

I develop on Vista 64 bit every day. If you're using IIS, you need to choose the "Classic" app pool in the web site properties.

Hope it helps,

Joe

9/20/2008 3:34:01 PM
Gravatar
Total Posts 18439

Re: Creating new pages does not work under Vista

Or wait, maybe I misunderstood your question. There is no file created when new pages are added to a mojoportal web site. All the pages in the menu are virtual pages created from database content. They are all served from /Default.aspx?pageid=x but we use url re-writing to implement friendly urls so you don't see /Default.aspx?pageid=x, you see home.aspx but there is no actual file home.aspx

Hope it helps,

Joe

9/20/2008 4:06:35 PM
Gravatar
Total Posts 6

Re: Creating new pages does not work under Vista

Ok, that makes sense.  I assumed that the file was created.  The page isn't being loaded though.  I have two separate instances of mojoportal runningand I get the same error.  I am getting the error:

Server Error in '/Scale' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /Scale/trucks.aspx

Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

 

Thanks!

Ben.

9/20/2008 4:19:27 PM
Gravatar
Total Posts 18439

Re: Creating new pages does not work under Vista

When new pages are created the friendly url and the mapping to Default.aspx?pageid=x is stored in the mp_FriendlyUrls table.

When you setup the site again on Vista, if you didn't setup the same url structure it will be broken.

/Scale/trucks.aspx is a friendly url, if you don't see that url in the mp_FriendlyUrls table that explains the 404 page not found error.

Maybe you didn't have /Scale as part of the url when you created this content in the database on your previous system.

Look in the mp_FriendlyUrls table for clues to the problem.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.