PC Review


Reply
Thread Tools Rate Thread

Configuring web site to ASP.NET 2.0 failed

 
 
Tom Nowak
Guest
Posts: n/a
 
      29th Feb 2008
When trying to create a web project using Visual Studio 2005 and Windows
Vista Home Premium, I receive:

Configuring web site http://localhost/WebSite to ASP.NET 2.0 failed. You
may need to manually configure this site for ASP.NET 2.0 in order for your
site to run correctly.

How di I fix this? Please help.

 
Reply With Quote
 
 
 
 
George Ter-Saakov
Guest
Posts: n/a
 
      29th Feb 2008
you have to jump through the hoops to make VS 2005 working on vista....

Here is the list to go through....
http://msdn2.microsoft.com/en-us/vs2005/aa972193.aspx

And go through this article
http://mvolo.com/blogs/serverside/ar...IS7-Vista.aspx

PS: Install service pack for VS

Good luck.... I did it and now VS works fine...
Still, I wish i kept XP

George.

"Tom Nowak" <(E-Mail Removed)> wrote in message
news:2E19D222-3515-46F1-BEFB-(E-Mail Removed)...
> When trying to create a web project using Visual Studio 2005 and Windows
> Vista Home Premium, I receive:
>
> Configuring web site http://localhost/WebSite to ASP.NET 2.0 failed. You
> may need to manually configure this site for ASP.NET 2.0 in order for your
> site to run correctly.
>
> How di I fix this? Please help.
>



 
Reply With Quote
 
Tom Nowak
Guest
Posts: n/a
 
      29th Feb 2008
I will look these over when I get home. Thanks in advance for the help.

You don't happen to know if it is this painful with Vista and Visual Studio
2008 do you? Just wondering.

Thanks again.



"George Ter-Saakov" wrote:

> you have to jump through the hoops to make VS 2005 working on vista....
>
> Here is the list to go through....
> http://msdn2.microsoft.com/en-us/vs2005/aa972193.aspx
>
> And go through this article
> http://mvolo.com/blogs/serverside/ar...IS7-Vista.aspx
>
> PS: Install service pack for VS
>
> Good luck.... I did it and now VS works fine...
> Still, I wish i kept XP
>
> George.
>
> "Tom Nowak" <(E-Mail Removed)> wrote in message
> news:2E19D222-3515-46F1-BEFB-(E-Mail Removed)...
> > When trying to create a web project using Visual Studio 2005 and Windows
> > Vista Home Premium, I receive:
> >
> > Configuring web site http://localhost/WebSite to ASP.NET 2.0 failed. You
> > may need to manually configure this site for ASP.NET 2.0 in order for your
> > site to run correctly.
> >
> > How di I fix this? Please help.
> >

>
>
>

 
Reply With Quote
 
Mark Rae [MVP]
Guest
Posts: n/a
 
      29th Feb 2008
"Tom Nowak" <(E-Mail Removed)> wrote in message
news:74DCADFE-C13A-4D67-8A55-(E-Mail Removed)...

>> you have to jump through the hoops to make VS 2005 working on vista....
>>
>> Here is the list to go through....
>> http://msdn2.microsoft.com/en-us/vs2005/aa972193.aspx
>>
>> And go through this article
>> http://mvolo.com/blogs/serverside/ar...IS7-Vista.aspx
>>
>> PS: Install service pack for VS
>>

> I will look these over when I get home. Thanks in advance for the help.
>
> You don't happen to know if it is this painful with Vista and Visual
> Studio
> 2008 do you? Just wondering.


I think it largely depends on your definition of 'painful'. There are
several things required in order to run VS.NET 2005 successfully on Vista,
each of which takes around a minute or so to complete, and each of which has
to be done once only... If you consider that to be hugely painful, then all
I can say is that your computing experience up to now has been incredibly
pain-free...

Running VS.NET 2008 on Vista is virtually identical apart, of course, for
there being no patch to install...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

 
Reply With Quote
 
George Ter-Saakov
Guest
Posts: n/a
 
      29th Feb 2008
I would say using VS 2008 is a bit painful (regardless Vista or XP).
I found it a little slower and buggy.... Nothing major but annoying since
you doing it every day....

At least with VS 2005 once you made it work on Vista it works and you do not
spend your time on it....

George.





"Tom Nowak" <(E-Mail Removed)> wrote in message
news:74DCADFE-C13A-4D67-8A55-(E-Mail Removed)...
>I will look these over when I get home. Thanks in advance for the help.
>
> You don't happen to know if it is this painful with Vista and Visual
> Studio
> 2008 do you? Just wondering.
>
> Thanks again.
>
>
>
> "George Ter-Saakov" wrote:
>
>> you have to jump through the hoops to make VS 2005 working on vista....
>>
>> Here is the list to go through....
>> http://msdn2.microsoft.com/en-us/vs2005/aa972193.aspx
>>
>> And go through this article
>> http://mvolo.com/blogs/serverside/ar...IS7-Vista.aspx
>>
>> PS: Install service pack for VS
>>
>> Good luck.... I did it and now VS works fine...
>> Still, I wish i kept XP
>>
>> George.
>>
>> "Tom Nowak" <(E-Mail Removed)> wrote in message
>> news:2E19D222-3515-46F1-BEFB-(E-Mail Removed)...
>> > When trying to create a web project using Visual Studio 2005 and
>> > Windows
>> > Vista Home Premium, I receive:
>> >
>> > Configuring web site http://localhost/WebSite to ASP.NET 2.0 failed.
>> > You
>> > may need to manually configure this site for ASP.NET 2.0 in order for
>> > your
>> > site to run correctly.
>> >
>> > How di I fix this? Please help.
>> >

>>
>>
>>



 
Reply With Quote
 
Peter Bromberg [C# MVP]
Guest
Posts: n/a
 
      29th Feb 2008
When it says "you may need to manually..." it means run a command prompt in
the

C:\Windows\Microsoft.NET\Framework\v2.0.50727

folder, and execute

ASPNET_REGIIS.EXE -i
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net


"Tom Nowak" wrote:

> When trying to create a web project using Visual Studio 2005 and Windows
> Vista Home Premium, I receive:
>
> Configuring web site http://localhost/WebSite to ASP.NET 2.0 failed. You
> may need to manually configure this site for ASP.NET 2.0 in order for your
> site to run correctly.
>
> How di I fix this? Please help.
>

 
Reply With Quote
 
Lars
Guest
Posts: n/a
 
      1st Mar 2008
Hi

Some one on this newsgroup told me that you need at least Windows XP
Professional to be able to use IIS. IIS doesn't come with the Home edition
as I was told. You might have to upgrade to Windows XP or WIndows Vista.
Don't know if Windows XP is still available. I sure hope it is since there's
a lot of GOOD programs doesn't support Vista, cubase for example. But that
might be because the drivers for good qualiy sound cards does't support
Vista.

How you fix the problem. Upgrade to Windows XP Professional.

You should be able to see if IIS is supported. If IIS isn't listed in your
control panel, then open add/remove programs and select add/remove Windows
Components, check and see if you can install Internet Information Server
(IIS). If the choise isn't available then it is most likely that your home
edition doesn't support IIS.

You can't download IIS as a single tool and install it.

Lars

"Peter Bromberg [C# MVP]" <(E-Mail Removed)> skrev i
meddelandet news:66C08978-A229-4884-995E-(E-Mail Removed)...
> When it says "you may need to manually..." it means run a command prompt
> in
> the
>
> C:\Windows\Microsoft.NET\Framework\v2.0.50727
>
> folder, and execute
>
> ASPNET_REGIIS.EXE -i
> -- Peter
> Site: http://www.eggheadcafe.com
> UnBlog: http://petesbloggerama.blogspot.com
> Short Urls & more: http://ittyurl.net
>
>
> "Tom Nowak" wrote:
>
>> When trying to create a web project using Visual Studio 2005 and Windows
>> Vista Home Premium, I receive:
>>
>> Configuring web site http://localhost/WebSite to ASP.NET 2.0 failed. You
>> may need to manually configure this site for ASP.NET 2.0 in order for
>> your
>> site to run correctly.
>>
>> How di I fix this? Please help.
>>



 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      1st Mar 2008
re:
!>> When trying to create a web project using Visual Studio 2005 and Windows Vista Home Premium

!> Some one on this newsgroup told me that you need at least Windows XP
!> Professional to be able to use IIS. IIS doesn't come with the Home edition
!> as I was told. You might have to upgrade to Windows XP or WIndows Vista.

IIS installs fine on Windows Vista Home Premium, which is what the OP is running.

Follow the instructions in this document :

http://technet2.microsoft.com/window....mspx?mfr=true




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
======================================
"Lars" <(E-Mail Removed)> wrote in message news:e%1yj.4288$(E-Mail Removed)...
> Hi
>
> Some one on this newsgroup told me that you need at least Windows XP Professional to be able to use IIS. IIS doesn't
> come with the Home edition as I was told. You might have to upgrade to Windows XP or WIndows Vista. Don't know if
> Windows XP is still available. I sure hope it is since there's a lot of GOOD programs doesn't support Vista, cubase
> for example. But that might be because the drivers for good qualiy sound cards does't support Vista.
>
> How you fix the problem. Upgrade to Windows XP Professional.
>
> You should be able to see if IIS is supported. If IIS isn't listed in your control panel, then open add/remove
> programs and select add/remove Windows Components, check and see if you can install Internet Information Server (IIS).
> If the choise isn't available then it is most likely that your home edition doesn't support IIS.
>
> You can't download IIS as a single tool and install it.
>
> Lars
>
> "Peter Bromberg [C# MVP]" <(E-Mail Removed)> skrev i meddelandet
> news:66C08978-A229-4884-995E-(E-Mail Removed)...
>> When it says "you may need to manually..." it means run a command prompt in
>> the
>>
>> C:\Windows\Microsoft.NET\Framework\v2.0.50727
>>
>> folder, and execute
>>
>> ASPNET_REGIIS.EXE -i
>> -- Peter
>> Site: http://www.eggheadcafe.com
>> UnBlog: http://petesbloggerama.blogspot.com
>> Short Urls & more: http://ittyurl.net
>>
>>
>> "Tom Nowak" wrote:
>>
>>> When trying to create a web project using Visual Studio 2005 and Windows
>>> Vista Home Premium, I receive:
>>>
>>> Configuring web site http://localhost/WebSite to ASP.NET 2.0 failed. You
>>> may need to manually configure this site for ASP.NET 2.0 in order for your
>>> site to run correctly.
>>>
>>> How di I fix this? Please help.
>>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
configuring personalization info with Web Site Administration Tool steven Microsoft ASP .NET 0 17th Mar 2008 08:03 PM
Updates configuring fails, error code not on Microsoft site Jelle Windows Vista General Discussion 2 28th Nov 2007 11:28 PM
Configuring entire site for SSL jobs Microsoft ASP .NET 0 5th Oct 2007 03:27 AM
Adding site to Domain, question about configuring before deploy =?Utf-8?B?c25hZnUtZWQ=?= Microsoft Windows 2000 Active Directory 2 11th Jan 2006 02:19 AM
Configuring 2003/XP Corp edition for .net site pmclinn Microsoft ASP .NET 1 13th Feb 2005 03:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:55 AM.