Plip's Weblog

Phil Winstanley - British .NET chap based in Lancashire. Enjoys tea and tech. Working for Microsoft.

Running ASP.NET 2.0 on Windows Vista - Possible?

Has anyone managed to get ASP.NET 2.0 running on Windows Vista yet?

I'm having great difficulty, they mini web server launches: -

But the browser can't seem to connect to the server properly.

Anyone got any suggestions? Have you gotten ASP.NET to run on Vista?

Edit: IIS is on the box ... just hiding under 'Computer Management'.

Thanks to Dave Verwer for pointing that one out to my thick head.

Well - so far it's a disaster. I've run aspnet_regiis -i on the machine but if I try to access a page I get this in the event log: -



Log Name:
Application Source: ASP.NET 2.0.50215.0
Date: 03/08/2005 20:21:32
Event ID: 1088
Task: Task is undefined
Level: Error Keywords:
Classic User: N/A
Computer: MOO
Description:
Error: 0x80070005 Access is denied.


Lot's of bloody use!

Update: It WORKS !!!! :-) Basically the above happened when the app I was trying to run was a virtual directory in IIS pointing at C:\Users\phil\Documents\Visual Studio 2005\WebSites\ which is obviously a secure folder!

Posted: Aug 03 2005, 06:49 PM by Plip | with 3 comment(s)
Filed under: , ,

Comments

Matt Berther said:

If you go to Web Service extensions, is the ASP.NET extension enabled?
# August 3, 2005 2:59 PM

Plip said:

The extension isn't there until after you've run aspnet_regiis -i on the machine (or added it manually).
# August 3, 2005 3:31 PM

vishwas said:

please suggest me can asp.net 2005 & sql server 2005

run properly in window vista home premium version.

# March 6, 2009 10:05 PM