Sample Website
Hi,
Is sample website "http://localhost/ANTSLoadTutorialWebSite" installed with the standard installation of ANTS Load tool or it has to be installed separately.
When I am launching this page I am only getting a static page with two images: Red Gate Employee Intranet & Employee. Is this the expected site when the sample "http://localhost/ANTSLoadTutorialWebSite" web site is launched.
Thanks & Regards
Ajay
Is sample website "http://localhost/ANTSLoadTutorialWebSite" installed with the standard installation of ANTS Load tool or it has to be installed separately.
When I am launching this page I am only getting a static page with two images: Red Gate Employee Intranet & Employee. Is this the expected site when the sample "http://localhost/ANTSLoadTutorialWebSite" web site is launched.
Thanks & Regards
Ajay
Comments
It sounds like ASP .NET is not correctly installed to the website, maybe because IIS was installed after the .NET Frwamework. Try this:
- open a command prompt
- change directory to %systemroot%\Microsoft.net\Framework\v1.1.4322
- run aspnet_regiis -lv
If nothing comes back, then you need to register IIS. Run this:
aspnet_regiis -i.