These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Server Application Unavailable

Having a problem trying to get to the setup page to come up.

Going to..
http://vle.kettlethorpe.wakefield.sch.uk/FileVista/setup.aspx

but seem to have a problem i get this message:
Server Application Unavailable 

on web page.


Sure its me just trying 2 access it wrong but any info would be greatful

Thanks
Hi Tech 7/12/2007 2:29 AM
This error occurs due to the application pools (specific to IIS 6), i.e you shouldn't run two applications of different versions of ASP.NET (e.g v1.1 and v2.0) under the same application pool.

The solution is to create a separate application pool and then run the second application which is developed in another version of ASP.NET under that pool.

So in your case, you will need to create a separate application pool for FileVista which is an ASP.NET 2.0 application. You should also choose the correct  ASP.NET version on the IIS application properties.

Here is an article which provides a complete description about creating a separate application pool:
[link:{http://www.developer.com/net/asp/article.php/2245511}:{IIS and ASP.NET: The Application Pool
}]IIS and ASP.NET: The Application Pool
[/link]
Cem Alacayir 7/23/2007 7:50 AM