Ask a Question related to ASP.NET General, Design and Development.
-
mike #1
Enable asp.net after .NET framework installed
Hi there,
I made an asp.net application using VS.net and package it up. The setup.exe
first checks .NET framework, then check IIS before install the application.
The problem is, when I test it, first install .NET framework, then install
IIS, and the application, the ASPX page doesn't executed.
There is a page in MSDN
([url]http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b815175[/url]) tells
about enable asp.net, it doen't take effect after I add those mappings. Is
there any other setting?
Any idea is appreciated.
Mike
mike Guest
-
should users enable extensions installed by admin?
When administrators install extensions, they are supposed to become usable by individual users. When a user looks for installed extensions, all... -
Acrobat 6.0 installed (with no errors) but no printer was installed
I have just installed Acrobat 6.0 on a windows XP desktop (with all the MS patches). It also have MS Office 2003 installed on it. The install runs... -
[PHP-DEV] --enable-versioning does not work (was: [PHP-DEV] [PATCH] disallow --enable-versioning with shared modules)
Hello Jani, Friday, November 14, 2003, 5:15:39 PM, you wrote: -
.NET Framework 1.1
We have updated our web server to use .NET Framework 1.1 and we have re-compiled our web services under .NET Framework 1.1 We have found that... -
HELP - need to hookup asp .net 1.1 when IIS was installed AFTER the framework and VStudio
Has anyone worked out how to do this? The boxes came preconfigured from the vendor with XP pro, IIS and development tools on the drives but IIS was... -
Steve C. Orr, MCSD #2
Re: Enable asp.net after .NET framework installed
You may need to repair your IIS mappings.
To do this, run the following command:
aspnet_regiis.exe -i
Here's further information:
[url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;q306005[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"mike" <mike@mike.mike> wrote in message
news:uHmpFV8RDHA.2316@tk2msftngp13.phx.gbl...setup.exe> Hi there,
>
> I made an asp.net application using VS.net and package it up. Theapplication.> first checks .NET framework, then check IIS before install the> The problem is, when I test it, first install .NET framework, then install
> IIS, and the application, the ASPX page doesn't executed.
>
> There is a page in MSDN
> ([url]http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b815175[/url]) tells
> about enable asp.net, it doen't take effect after I add those mappings. Is
> there any other setting?
>
> Any idea is appreciated.
>
> Mike
>
>
Steve C. Orr, MCSD Guest



Reply With Quote

