I’ve been using Vista for some time and I quite like it, apart from the constant security prompts. I spent couple of hours trying to get ASP.NET running on it under IIS 7 on Vista. It’s not as easy as it sounds as IIS 7 comes locked down, and after a lot of browsing around I finally find out the solution for execution of the following command C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_regiis -i
Just because of Visita’s security model, running this command as a normal user does not work, and because it’s a command line it just gives you a message telling you that it can not run the operation.
An error has occurred: 0x800702e4 The requested operation requires elevation.
As a solution create a shortcut to it, add the “-i” to the end of the command line in the shortcut. Then right click of the shortcut and select “Run as administrator” and it should work.








0 comments:
Post a Comment