in Answer to your question what are the symptoms of not working
If I IE browse to the folder the site "comes up" (Default.Htm) except that the aspx files that are pointed to do not they appear as "Page cannot be found
If I Explore to the Default.htm all pages come up but they are not ASPX only flat HTML the hyperlinks are not active
----- Peter van der Goes wrote: ----
"Reed@Microsoft.com" <anonymous@discussions.microsoft.com> wrote in messag
news:17EB8674-D0AD-40BA-A898-1A249E291D74@microsoft.com..
[quoted text, click to view] > I as stated I install on a new machine Win2003 - tried to run some ASP
Applications that run on Win2000 with net1.1, they did not work
>> Installed Net1.1 - Still did not wor
>> ? I am los
May we assume you have IIS installed and running on the Win 2K
installation? When you say "did not work", what are the symptoms? Do th
pages display as static HTML, or not at all (if not at all, is there a
error message you can quote)
You might consider reinstalling IIS, then remapping IIS to the .NE
Framework using the techniques described in Knowledge Base article #306005
which says in part
"To repair IIS mappings for ASP.NET, you can run the Aspnet_regiis.ex
utility. To do so, follow these steps
1.. Click Start, and then click Run
2.. Type cmd, and then click OK
3.. At the command prompt, typ
"%windir%\Microsoft.NET\Framework\<version>\aspnet_regiis.exe" -i, and the
click OK. In this path, <version> represents the version number of the .NE
Framework that you installed on your server. You must replace thi
placeholder with the actual version number when you type the command
Note To repair IIS mappings for ASP.NET, you must correctly register th
Aspnet_isapi.dll. To do so, follow these steps
1.. Click Start, and then click Run
2.. Type regsvr3
%windir%\Microsoft.NET\Framework\<version>\aspnet_isapi.dll, and then clic
OK. Regsvr32 returns the results of the registration.
Hope this helps
Peter [MVP Academic