I spent so much time on the internet trying to find a way round
for enable Wndows Authentication on Windows Vista Home Premium Edition,
but it seems that the solution doesn't exist.
I am Microsoft based .NET developer and I just purchased a laptop with
Windows Vista Home Premium Edition and I have installed Visual Studio
.NET 2003 and 2005 and SQL Server 2005.
Visual Studio 2005 works fine.
Visual Studio 2003 is a problem. You are unable to run a project, a pop
up message appears saying Integrated Windows Authentication is not
enabled. But if you have other higher Vista version like Business, you
will need to do a sequence of tasks in order to work, but eventually,
will work.
You find the procedure here:
'http://blogs.iis.net/brian-murphy-booth/archive/2007/03/09/how-to-setup-asp-net-v1-1-visual-studio-net-2003-projects-on-iis7-vista.aspx'
(
http://tinyurl.com/yr8qxn)
One more thing. You can run a project pressing CTRL+F5 (without
debugging) and then you attach the debugger manually: Menu Debug ->
Processes -> Attach the w3wp.exe type .NET, Win32 and then you can
debug. But it is a pain to attach this process everytime you need to
debug. But at least, you can do it.
Resume. If you need to run Visual Studio 2003 on Vista Home Premium you
have 3 options. Either you downgrade to XP or upgrade to Business or
higher, or you attach the debugger every time you debug.
--
eamello2