Cant register ASPX with IIS 7 on my Vista (I'm running .NET 3.5 Framework)

I

Icon Iconoclast

When I run:

C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -I


I get the message:
An error has occurred: 0x800702e4 The registered operation requires
elevation


What can I do?
 
B

BigDave

When I run:

C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -I

I get the message:
An error has occurred: 0x800702e4 The registered operation requires
elevation

What can I do?

This is a guess - are you running it as an administrator?
 
S

Spider

Jeff Dillon said:
Run As Administrator when opening Command prompt

Opening a command line with Administrator rights is similar. Click on Start,
go to Programs -> Accessories, right click on Command Prompt and choose Run
as administrator. You¡¯ll be prompted to approve the action, and will then
see a window that looks like this (notice the ¡®Administrator:¡¯ prefix!):
 
B

bruce barker

you are not supposed to use aspnet_regiis.exe with iis 7.0. the iis
metabase has been replaced with config files. you edit these instead.
normally you'd enable asp.net on iis 7.0 as a feature.

read the iis 7.0 docs for more info.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top