I loaded .Net 1.1 Redist and I have VS 2003 on the notebook. When I try to load the .Aspx page all I get is the background. This is the same page that is running on the site now. When I look at the extension under the Virtual web it is missing the .ASPX any reason why or how to fix?
thanks
gradyrun aspnet_regiis.exe
Hi,
useASP.NET IIS Registration Tool (Aspnet_regiis.exe)
HTH
Is it executing plain HTML pages? vanilla asp (3.0) files?
From VS.NET Command Prompt, try running ASPNET IIS Registeration tool (aspnet_regiis) with -i as command line argument. It installs the version of ASP.NET associated with Aspnet_regiis.exe and updates the scriptmaps at the IIS metabase root and below.
For details check MSDN
http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/Default.asp?url=/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/aaconaspnetiisregistrationtoolaspnet_regiisexe.asp
Hope it helps.
-Adnan Masood
0 comments:
Post a Comment