|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to make ASP.NET 2.0 available in IIS serverI want to start to use ASP.NET 2.0 in production IIS server. I installed
Framework 2.0, but ASP.NET tab of web property page of IIS still does not have a option to choose ASP.NET 2.0. What else I need to install to be able to use ASP.NET 2.0. Since it’s production server I don’t want to install Visual Studio 2005. Thanks, Charts Dear Customer,
From you description, I understand that after you installed the .NET framework 2.0, the ASP.NET 2.0 is not enabled for your IIS. If I misunderstood, please feel free to let me know. Based on my research, we may try to run the Aspnet_regiis.exe to reconfigure the script map for an ASP.NET application. Here is a link for your reference. Configuring an ASP.NET Application for an ASP.NET Version http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm l/cpconconfiguringaspnetapplicationforaspnetversion.asp Please try this and let me know the result. Best regards, Peter Huang Microsoft Online Partner Support Get Secure! - www.microsoft.com/security This posting is provided "AS IS" with no warranties, and confers no rights. Hi Peter,
You information is very helpful. I tried Aspnet_regiis.exe -s W3SVC/1/ROOT/SampleApp1 Where SampleApp1 is a virtual directory under the default web site. So I successfully registered ASP.NET 2.0 for Sampleapp1 in my local machine. However I encountered the problem with our http server. Our server has multi sites. One of site is called intranet. I also have Sampleapp1 virtual directory under the intranet. However if I use “Aspnet_regiis.exe -s W3SVC/1/ROOT/SampleApp1â€, it tells me invalid directory. I type “Aspnet_regiis.exe -s W3SVC/1/intranet/SampleApp1â€, I still got the same error. How do I type the right path to register that application for ASP.NET 2.0? Thanks, Charts Show quote ""Peter Huang" [MSFT]" wrote: > Dear Customer, > > From you description, I understand that after you installed the .NET > framework 2.0, the ASP.NET 2.0 is not enabled for your IIS. > > If I misunderstood, please feel free to let me know. > Based on my research, we may try to run the Aspnet_regiis.exe to > reconfigure the script map for an ASP.NET application. > > Here is a link for your reference. > > Configuring an ASP.NET Application for an ASP.NET Version > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm > l/cpconconfiguringaspnetapplicationforaspnetversion.asp > > Please try this and let me know the result. > > Best regards, > > Peter Huang > Microsoft Online Partner Support > > Get Secure! - www.microsoft.com/security > This posting is provided "AS IS" with no warranties, and confers no rights. > > HI Charts,
As for the ASPNET tab in IIS, since you can see it in your IIS website, I think your asp.net has been installed already. Also, can you configure the ASP.NET version in the aspnet tab for your default website(if choosing the ASPNET tab)? Basically, ASP.NET (tab)'s setting can only be configured if this IIS virtual dir is an application virtual directory. You can check this in the "Home directory" or "Virtual Directory" tab, see the "Application Name:" textbox to see whether the application is an application, if not, it is a normal virtual directory and we can not configure ASP.NET setting for it .... And we can click the "create" button at right side to create a new application for this virtual dir, after that , reopen this virtual dir's property page, and you will be able to configure asp.net setting in its ASPNET tab..... In addition, for IIS site (the root dir), it should has been created as an application by default. e.g the default website's root is an application called "Default Application".... Hope helps. Thanks, Steven Cheng Microsoft Online Support Get Secure! www.microsoft.com/security (This posting is provided "AS IS", with no warranties, and confers no rights.) -------------------- | Thread-Topic: How to make ASP.NET 2.0 available in IIS server <X8LgWUMHGHA.1***@TK2MSFTNGXA02.phx.gbl>| thread-index: AcYdLytoMDxsdlXrR/e+PZZ1LI2PuQ== | X-WBNR-Posting-Host: 24.173.128.186 | From: =?Utf-8?B?Q2hhcnRz?= <Acharts@newsgroup.nospam> | References: <9841FE85-4F64-4A92-AA45-0B0AC4180***@microsoft.com> Show quote | Subject: RE: How to make ASP.NET 2.0 available in IIS server http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm| Date: Thu, 19 Jan 2006 11:33:05 -0800 | Lines: 43 | Message-ID: <26FCAF78-25B7-416C-BC3E-08B026008***@microsoft.com> | MIME-Version: 1.0 | Content-Type: text/plain; | charset="Utf-8" | Content-Transfer-Encoding: 8bit | X-Newsreader: Microsoft CDO for Windows 2000 | Content-Class: urn:content-classes:message | Importance: normal | Priority: normal | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 | Newsgroups: microsoft.public.dotnet.framework | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250 | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.dotnet.framework:107163 | X-Tomcat-NG: microsoft.public.dotnet.framework | | Hi Peter, | You information is very helpful. I tried Aspnet_regiis.exe -s | W3SVC/1/ROOT/SampleApp1 | Where SampleApp1 is a virtual directory under the default web site. So I | successfully registered ASP.NET 2.0 for Sampleapp1 in my local machine. | However I encountered the problem with our http server. Our server has multi | sites. One of site is called intranet. I also have Sampleapp1 virtual | directory under the intranet. However if I use “Aspnet_regiis.exe -s | W3SVC/1/ROOT/SampleApp1� it tells me invalid directory. I type | “Aspnet_regiis.exe -s W3SVC/1/intranet/SampleApp1� I still got the same | error. How do I type the right path to register that application for ASP.NET | 2.0? Thanks, | Charts | | | ""Peter Huang" [MSFT]" wrote: | | > Dear Customer, | > | > From you description, I understand that after you installed the .NET | > framework 2.0, the ASP.NET 2.0 is not enabled for your IIS. | > | > If I misunderstood, please feel free to let me know. | > Based on my research, we may try to run the Aspnet_regiis.exe to | > reconfigure the script map for an ASP.NET application. | > | > Here is a link for your reference. | > | > Configuring an ASP.NET Application for an ASP.NET Version | > Show quote | > l/cpconconfiguringaspnetapplicationforaspnetversion.asp | > | > Please try this and let me know the result. | > | > Best regards, | > | > Peter Huang | > Microsoft Online Partner Support | > | > Get Secure! - www.microsoft.com/security | > This posting is provided "AS IS" with no warranties, and confers no rights. | > | > | Steven,
It's very helpful. Thanks so much. Charts Show quote "Steven Cheng[MSFT]" wrote: > HI Charts, > > As for the ASPNET tab in IIS, since you can see it in your IIS website, I > think your asp.net has been installed already. Also, can you configure the > ASP.NET version in the aspnet tab for your default website(if choosing the > ASPNET tab)? Basically, ASP.NET (tab)'s setting can only be configured if > this IIS virtual dir is an application virtual directory. You can check > this in the "Home directory" or "Virtual Directory" tab, see the > "Application Name:" textbox to see whether the application is an > application, if not, it is a normal virtual directory and we can not > configure ASP.NET setting for it .... And we can click the "create" > button at right side to create a new application for this virtual dir, > after that , reopen this virtual dir's property page, and you will be able > to configure asp.net setting in its ASPNET tab..... > > In addition, for IIS site (the root dir), it should has been created as an > application by default. e.g the default website's root is an application > called "Default Application".... > > Hope helps. Thanks, > > Steven Cheng > Microsoft Online Support > > Get Secure! www.microsoft.com/security > (This posting is provided "AS IS", with no warranties, and confers no > rights.) > > > -------------------- > | Thread-Topic: How to make ASP.NET 2.0 available in IIS server > | thread-index: AcYdLytoMDxsdlXrR/e+PZZ1LI2PuQ== > | X-WBNR-Posting-Host: 24.173.128.186 > | From: =?Utf-8?B?Q2hhcnRz?= <Acharts@newsgroup.nospam> > | References: <9841FE85-4F64-4A92-AA45-0B0AC4180***@microsoft.com> > <X8LgWUMHGHA.1***@TK2MSFTNGXA02.phx.gbl> > | Subject: RE: How to make ASP.NET 2.0 available in IIS server > | Date: Thu, 19 Jan 2006 11:33:05 -0800 > | Lines: 43 > | Message-ID: <26FCAF78-25B7-416C-BC3E-08B026008***@microsoft.com> > | MIME-Version: 1.0 > | Content-Type: text/plain; > | charset="Utf-8" > | Content-Transfer-Encoding: 8bit > | X-Newsreader: Microsoft CDO for Windows 2000 > | Content-Class: urn:content-classes:message > | Importance: normal > | Priority: normal > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 > | Newsgroups: microsoft.public.dotnet.framework > | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250 > | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl > | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.dotnet.framework:107163 > | X-Tomcat-NG: microsoft.public.dotnet.framework > | > | Hi Peter, > | You information is very helpful. I tried Aspnet_regiis.exe -s > | W3SVC/1/ROOT/SampleApp1 > | Where SampleApp1 is a virtual directory under the default web site. So I > | successfully registered ASP.NET 2.0 for Sampleapp1 in my local machine. > | However I encountered the problem with our http server. Our server has > multi > | sites. One of site is called intranet. I also have Sampleapp1 virtual > | directory under the intranet. However if I use “Aspnet_regiis.exe -s > | W3SVC/1/ROOT/SampleApp1� it tells me invalid directory. I type > | “Aspnet_regiis.exe -s W3SVC/1/intranet/SampleApp1� I still got the > same > | error. How do I type the right path to register that application for > ASP.NET > | 2.0? Thanks, > | Charts > | > | > | ""Peter Huang" [MSFT]" wrote: > | > | > Dear Customer, > | > > | > From you description, I understand that after you installed the .NET > | > framework 2.0, the ASP.NET 2.0 is not enabled for your IIS. > | > > | > If I misunderstood, please feel free to let me know. > | > Based on my research, we may try to run the Aspnet_regiis.exe to > | > reconfigure the script map for an ASP.NET application. > | > > | > Here is a link for your reference. > | > > | > Configuring an ASP.NET Application for an ASP.NET Version > | > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm > | > l/cpconconfiguringaspnetapplicationforaspnetversion.asp > | > > | > Please try this and let me know the result. > | > > | > Best regards, > | > > | > Peter Huang > | > Microsoft Online Partner Support > | > > | > Get Secure! - www.microsoft.com/security > | > This posting is provided "AS IS" with no warranties, and confers no > rights. > | > > | > > | > > You're welcome Charts,
Regards, Steven Cheng Microsoft Online Support Get Secure! www.microsoft.com/security (This posting is provided "AS IS", with no warranties, and confers no rights.) -------------------- | Thread-Topic: How to make ASP.NET 2.0 available in IIS server <X8LgWUMHGHA.1***@TK2MSFTNGXA02.phx.gbl> | thread-index: AcYd1syW0pMgbKDNTGa9rHfdtEcnuQ== | X-WBNR-Posting-Host: 24.173.128.186 | From: =?Utf-8?B?Q2hhcnRz?= <Acharts@newsgroup.nospam> | References: <9841FE85-4F64-4A92-AA45-0B0AC4180***@microsoft.com> <26FCAF78-25B7-416C-BC3E-08B026008***@microsoft.com> <sceP5jYHGHA.3***@TK2MSFTNGXA02.phx.gbl> Show quote | Subject: RE: How to make ASP.NET 2.0 available in IIS server TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl| Date: Fri, 20 Jan 2006 07:33:02 -0800 | Lines: 111 | Message-ID: <205C29E3-8AD5-4CAD-8468-FD7551FA9***@microsoft.com> | MIME-Version: 1.0 | Content-Type: text/plain; | charset="Utf-8" | Content-Transfer-Encoding: 8bit | X-Newsreader: Microsoft CDO for Windows 2000 | Content-Class: urn:content-classes:message | Importance: normal | Priority: normal | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 | Newsgroups: microsoft.public.dotnet.framework | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250 | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.dotnet.framework:107233 | X-Tomcat-NG: microsoft.public.dotnet.framework | | Steven, | It's very helpful. Thanks so much. Charts | | "Steven Cheng[MSFT]" wrote: | | > HI Charts, | > | > As for the ASPNET tab in IIS, since you can see it in your IIS website, I | > think your asp.net has been installed already. Also, can you configure the | > ASP.NET version in the aspnet tab for your default website(if choosing the | > ASPNET tab)? Basically, ASP.NET (tab)'s setting can only be configured if | > this IIS virtual dir is an application virtual directory. You can check | > this in the "Home directory" or "Virtual Directory" tab, see the | > "Application Name:" textbox to see whether the application is an | > application, if not, it is a normal virtual directory and we can not | > configure ASP.NET setting for it .... And we can click the "create" | > button at right side to create a new application for this virtual dir, | > after that , reopen this virtual dir's property page, and you will be able | > to configure asp.net setting in its ASPNET tab..... | > | > In addition, for IIS site (the root dir), it should has been created as an | > application by default. e.g the default website's root is an application | > called "Default Application".... | > | > Hope helps. Thanks, | > | > Steven Cheng | > Microsoft Online Support | > | > Get Secure! www.microsoft.com/security | > (This posting is provided "AS IS", with no warranties, and confers no | > rights.) | > | > | > -------------------- | > | Thread-Topic: How to make ASP.NET 2.0 available in IIS server | > | thread-index: AcYdLytoMDxsdlXrR/e+PZZ1LI2PuQ== | > | X-WBNR-Posting-Host: 24.173.128.186 | > | From: =?Utf-8?B?Q2hhcnRz?= <Acharts@newsgroup.nospam> | > | References: <9841FE85-4F64-4A92-AA45-0B0AC4180***@microsoft.com> | > <X8LgWUMHGHA.1***@TK2MSFTNGXA02.phx.gbl> | > | Subject: RE: How to make ASP.NET 2.0 available in IIS server | > | Date: Thu, 19 Jan 2006 11:33:05 -0800 | > | Lines: 43 | > | Message-ID: <26FCAF78-25B7-416C-BC3E-08B026008***@microsoft.com> | > | MIME-Version: 1.0 | > | Content-Type: text/plain; | > | charset="Utf-8" | > | Content-Transfer-Encoding: 8bit | > | X-Newsreader: Microsoft CDO for Windows 2000 | > | Content-Class: urn:content-classes:message | > | Importance: normal | > | Priority: normal | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 | > | Newsgroups: microsoft.public.dotnet.framework | > | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250 | > | Path: Show quote | > | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.dotnet.framework:107163 Aspnet_regiis.exe -s | > | X-Tomcat-NG: microsoft.public.dotnet.framework | > | | > | Hi Peter, | > | You information is very helpful. I tried Aspnet_regiis.exe -s | > | W3SVC/1/ROOT/SampleApp1 | > | Where SampleApp1 is a virtual directory under the default web site. So I | > | successfully registered ASP.NET 2.0 for Sampleapp1 in my local machine. | > | However I encountered the problem with our http server. Our server has | > multi | > | sites. One of site is called intranet. I also have Sampleapp1 virtual | > | directory under the intranet. However if I use “ Show quote | > | W3SVC/1/ROOT/SampleApp1â� it tells me invalid directory. I type http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm| > | “Aspnet_regiis.exe -s W3SVC/1/intranet/SampleApp1â� I still got the | > same | > | error. How do I type the right path to register that application for | > ASP.NET | > | 2.0? Thanks, | > | Charts | > | | > | | > | ""Peter Huang" [MSFT]" wrote: | > | | > | > Dear Customer, | > | > | > | > From you description, I understand that after you installed the .NET | > | > framework 2.0, the ASP.NET 2.0 is not enabled for your IIS. | > | > | > | > If I misunderstood, please feel free to let me know. | > | > Based on my research, we may try to run the Aspnet_regiis.exe to | > | > reconfigure the script map for an ASP.NET application. | > | > | > | > Here is a link for your reference. | > | > | > | > Configuring an ASP.NET Application for an ASP.NET Version | > | > | > Show quote | > | > l/cpconconfiguringaspnetapplicationforaspnetversion.asp | > | > | > | > Please try this and let me know the result. | > | > | > | > Best regards, | > | > | > | > Peter Huang | > | > Microsoft Online Partner Support | > | > | > | > Get Secure! - www.microsoft.com/security | > | > This posting is provided "AS IS" with no warranties, and confers no | > rights. | > | > | > | > | > | | > | > | |
|||||||||||||||||||||||