Tuesday, March 13, 2012

Setting up .Net Framework

I'm not sure what I'm doing wrong but I can't seem to get it right. I have it running on my computer with WIN XP Pro and Win 2000 but can't get it right for my notebook with XP Pro (Dell Insprion 8500).

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