Error: Web Server
-
Hi, I have Windows XP Professional edition on my PC. Initially only Visual studio 6.0 was installed on my PC. It was working fine. Then I installed Visual Studio .NET 2003. At this time IIS was not installed. After few days I did uninstallation of Visual Studio .NET. But .NET Framework 1.1 was present even after unistallation of Visual Studio .NET. I left it as it is. Then I did intsalltion of IIS 5.1 I started working on ASP. Again I installed Visual Studio .NET. This time IIS was already installed. Now, 1) When I choose Web application Template in VB.net or C# .net I do get error stating : "Web server could not launch ASP.NET 1.1" 2) When I am working on pure ASP development, the ASP object model does not figure out Server object's "Transfer" and "Execute" methods.(i.e. Server.Execute and Server.Transfer which are used to redirect a request.). I am using Microsoft Internet Development Environment, which is part of Visual Studio 6.0. is it because the ASP version is old somewhat 2.0? How to check which ASP version is running? So what could be the problems, and how should I go about it to fix the same. Regards, Amol
-
Hi, I have Windows XP Professional edition on my PC. Initially only Visual studio 6.0 was installed on my PC. It was working fine. Then I installed Visual Studio .NET 2003. At this time IIS was not installed. After few days I did uninstallation of Visual Studio .NET. But .NET Framework 1.1 was present even after unistallation of Visual Studio .NET. I left it as it is. Then I did intsalltion of IIS 5.1 I started working on ASP. Again I installed Visual Studio .NET. This time IIS was already installed. Now, 1) When I choose Web application Template in VB.net or C# .net I do get error stating : "Web server could not launch ASP.NET 1.1" 2) When I am working on pure ASP development, the ASP object model does not figure out Server object's "Transfer" and "Execute" methods.(i.e. Server.Execute and Server.Transfer which are used to redirect a request.). I am using Microsoft Internet Development Environment, which is part of Visual Studio 6.0. is it because the ASP version is old somewhat 2.0? How to check which ASP version is running? So what could be the problems, and how should I go about it to fix the same. Regards, Amol
Hi amol, just go to VS command promt and run aspnet_regiis -i This will configure ur IIS with .net frame wotk "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshres http://himabinduvejella.blogspot.com
-
Hi amol, just go to VS command promt and run aspnet_regiis -i This will configure ur IIS with .net frame wotk "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshres http://himabinduvejella.blogspot.com
Hi HimaBindu, Thanks, your solution did work. One more thing I really liked your punch line "Aim to go where you have never been before & strive to achieve it"... Excellent! Regards, Amol
-
Hi HimaBindu, Thanks, your solution did work. One more thing I really liked your punch line "Aim to go where you have never been before & strive to achieve it"... Excellent! Regards, Amol
10X "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshres http://himabinduvejella.blogspot.com
-
Hi, I have Windows XP Professional edition on my PC. Initially only Visual studio 6.0 was installed on my PC. It was working fine. Then I installed Visual Studio .NET 2003. At this time IIS was not installed. After few days I did uninstallation of Visual Studio .NET. But .NET Framework 1.1 was present even after unistallation of Visual Studio .NET. I left it as it is. Then I did intsalltion of IIS 5.1 I started working on ASP. Again I installed Visual Studio .NET. This time IIS was already installed. Now, 1) When I choose Web application Template in VB.net or C# .net I do get error stating : "Web server could not launch ASP.NET 1.1" 2) When I am working on pure ASP development, the ASP object model does not figure out Server object's "Transfer" and "Execute" methods.(i.e. Server.Execute and Server.Transfer which are used to redirect a request.). I am using Microsoft Internet Development Environment, which is part of Visual Studio 6.0. is it because the ASP version is old somewhat 2.0? How to check which ASP version is running? So what could be the problems, and how should I go about it to fix the same. Regards, Amol
As per ur mail URL : http://www.codeproject.com/script/comments/forums.asp?msg=1416780&forumid=1640#xx1416780xx From: Amol Ravatale The solution you provided work out well for my office PC. The same thing is happening with the PC at my home. So running aspnet_iisreg -i command gives responce as 'aspnet_iisreg' is not recognized as an internal or external command operable program or batch file. So how should I go about it?
just go to VS command promt and run aspnet_regiis -i This will configure ur IIS with .net frame wotk not aspnet_iisreg Got it Happy Coding "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshres http://himabinduvejella.blogspot.com