Sebastian Leupold wrote
your current version should run on W2003 and SQL Server 2005/2008 Express, make sure, ASP.Net 1.1 is installed and the web site confígured to use it.
I've make a backup from my MSDE DB (on W2000) and restored in my SQL Server 2005 on W2003
With ASP.NET 2.0 in the ASP.NET tab (proprieties of the virtual directory on IIS) I see
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Stream is not a valid resource file.
Source Error:
Line 1: <?xml version="1.0" encoding="utf-8" ?>
Line 2: <locales>
Line 3: <inactive>
I couldn't see the ASP.NET 1.1
than
I've tried to download the DotNet Redistribuable FMK 1.1 but the system tells me that the FMK is already installed
than I've executed the command
��C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
After this, I can see the ASP.NET 1.1 option in ASP.NET tabs, I've set this version of framework for my web application (virtual directory) but I see this
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
--------------------------------------------------------------------------------
Please try the following:
Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
Click the Back button to try another link.
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)
please note that if I change the Framework from 1.1 to 2.0 I don't see this error but a .NET error
I've linked my 1.1 application to a new app pool (with only this application) and in ASP.NET tabs I've selected 1.1 (only for this application!!!)
Where is it my problem?
Thanks