Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to Configure the ASP.NET Version to use for Each Application(developed using 1.0 or 1.1)?

configure version
0
Posted

How to Configure the ASP.NET Version to use for Each Application(developed using 1.0 or 1.1)?

0

To configure WebApp1 to use ASP.NET 1.0, follow these steps: • Click Start, and then click Run. • In the Open text box, type cmd, and then click OK. • At the command prompt, locate the following directory: WindowsDirectory\Microsoft.NET\Framework\v1.0.3705\ • At the command prompt, type one of the following commands: • To Install ASP.NET 1.0 recursively aspnet_regiis -s W3SVC/1/ROOT/WebApp1 • To Install ASP.NET 1.0 non-recursively aspnet_regiis -sn W3SVC/1/ROOT/WebApp1 To configure WebApp2 to use ASP.NET 1.1, follow these steps: • Click Start, and then click Run. • In the Open text box, type cmd, and then click OK. • At the command prompt, locate the following directory: WindowsDirectory\Microsoft.NET\Framework\v1.1.4322\ • At the command prompt, type one of the following commands: • To Install ASP.NET 1.1 recursively aspnet_regiis -s W3SVC/1/ROOT/WebApp2 • To Install ASP.NET 1.

0

To configure WebApp1 to use ASP.NET 1.0, follow these steps: • Click Start, and then click Run. • In the Open text box, type cmd, and then click OK. • At the command prompt, locate the following directory: WindowsDirectory\Microsoft.NET\Framework\v1.0.3705\ • At the command prompt, type one of the following commands: • To Install ASP.NET 1.0 recursively aspnet_regiis -s W3SVC/1/ROOT/WebApp1 • To Install ASP.NET 1.0 non-recursively aspnet_regiis -sn W3SVC/1/ROOT/WebApp1 To configure WebApp2 to use ASP.NET 1.1, follow these steps: • Click Start, and then click Run. • In the Open text box, type cmd, and then click OK.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123