I am new to IIS , I downloaded Windows Beta 2 . I downloaded VS 2005 along with Windows SDK for Beta2 . I went to Programs->WindowsFeatures and checked in on all options under IIS.[Under ApplicationDevelopement I just had .NetExtensions which is checked in
]
Inorder to test if IIS is working , I wrote Default.aspx file as mentioned in one of the .Net tutorials. I
get Page Not Found Error.[Http Error 404.4 - Not Found]
You were on the right track and you didn't miss it by much.
.NET Extensibility doesn't enable ASP.NET pages (.aspx). To do that go back to "Internet Information Services" - "World Wide Web Services" - "Application Development Features" and click "ASP.NET".
After this completes your default.aspx page should execute.
Hope this helps.
Thomas Deml
Group Program Manager
Internet Information Services
Microsoft Corp.
Thanks for the prompt reply thomad . I don't see ASP.NET under Application Development Features , all I see is .NET Extensibility. What could be the problem ?. Thanks Venu
You probably have the Home Basic version of Windows Vista installed. You can check that by going to the "Control Panel", klick "System and Maintainance" and then "Welcome Center".
Let me know what you see there.
Thomas Deml
Group Program Manager
Internet Information Services
Microsoft Corp.
venugr.k
7 Posts
[ASP.NET] IIS on Windows Vista Beta2
Jun 27, 2006 10:26 AM|LINK
I am new to IIS , I downloaded Windows Beta 2 . I downloaded VS 2005 along with Windows SDK for Beta2 . I went to Programs->WindowsFeatures and checked in on all options under IIS.[Under ApplicationDevelopement I just had .NetExtensions which is checked in ]
Inorder to test if IIS is working , I wrote Default.aspx file as mentioned in one of the .Net tutorials. I
get Page Not Found Error.[Http Error 404.4 - Not Found]
What could be wrong ?
Let me know if you need more info.
Venu
thomad
552 Posts
Re: [ASP.NET] IIS on Windows Vista Beta2
Jun 28, 2006 03:36 AM|LINK
Venu,
You were on the right track and you didn't miss it by much.
.NET Extensibility doesn't enable ASP.NET pages (.aspx). To do that go back to "Internet Information Services" - "World Wide Web Services" - "Application Development Features" and click "ASP.NET".
After this completes your default.aspx page should execute.
Hope this helps.
Group Program Manager
Internet Information Services
Microsoft Corp.
venugr.k
7 Posts
Re: [ASP.NET] IIS on Windows Vista Beta2
Jun 28, 2006 11:59 AM|LINK
venugr.k
7 Posts
Re: [ASP.NET] IIS on Windows Vista Beta2
Jun 29, 2006 06:16 AM|LINK
bills
433 Posts
Microsoft
Re: [ASP.NET] IIS on Windows Vista Beta2
Jun 29, 2006 04:21 PM|LINK
strange... what version of Vista are you using?
You can try installing ASP.NET from the command line by running the following command in an elevated command prompt:
start /w pkgmgr /iu:IIS-ASPNET
See http://www.iis.net/default.aspx?tabid=2&subtabid=25&i=958 for more info.
Bill Staples
Product Unit Manager, IIS
blog: http://blogs.iis.net/bills
venugr.k
7 Posts
Re: [ASP.NET] IIS on Windows Vista Beta2
Jun 30, 2006 04:21 AM|LINK
thomad
552 Posts
Re: [ASP.NET] IIS on Windows Vista Beta2
Jun 30, 2006 02:31 PM|LINK
Venu,
You probably have the Home Basic version of Windows Vista installed. You can check that by going to the "Control Panel", klick "System and Maintainance" and then "Welcome Center".
Let me know what you see there.
Group Program Manager
Internet Information Services
Microsoft Corp.
qbernard
5011 Posts
MVP
Moderator
Re: [ASP.NET] IIS on Windows Vista Beta2
Jul 03, 2006 03:24 AM|LINK
Bernard Cheah
venugr.k
7 Posts
Re: [ASP.NET] IIS on Windows Vista Beta2
Jul 03, 2006 05:48 AM|LINK
qbernard
5011 Posts
MVP
Moderator
Re: [ASP.NET] IIS on Windows Vista Beta2
Jul 04, 2006 01:12 AM|LINK
Bernard Cheah