.NET projects are not working
-
My PC had .NET. For 1-2 months I did not use .NET. Now if I select a new project template such as Windows application, ASP.NET application etc nothing happens. But if already existing project are clicked and made to run they do run. The solution explorer do not show any project details such as name of project, files etc actually entire project tree is not shown. Also when I select "IIS" element(in Systems & Services) from the Computer management console not a single folder, such as Default FTP site, Default web site etc, is shown. What could be the problem? Every thing will come to you if you have faith.
-
My PC had .NET. For 1-2 months I did not use .NET. Now if I select a new project template such as Windows application, ASP.NET application etc nothing happens. But if already existing project are clicked and made to run they do run. The solution explorer do not show any project details such as name of project, files etc actually entire project tree is not shown. Also when I select "IIS" element(in Systems & Services) from the Computer management console not a single folder, such as Default FTP site, Default web site etc, is shown. What could be the problem? Every thing will come to you if you have faith.
This may seem like a stupid question, but is IIS running? Is the wwwroot folder where IIS expects it to be? Dave Kreskowiak Microsoft MVP - Visual Basic
-
This may seem like a stupid question, but is IIS running? Is the wwwroot folder where IIS expects it to be? Dave Kreskowiak Microsoft MVP - Visual Basic
The 'wwwroot' folder is at the desired location. That is not an issue. The main thing is 1) The 'IIS' server has stopped working. 2) New .NET projects (VB C-sharp, VC++ any) can not be created. Every thing will come to you if you have faith.
-
The 'wwwroot' folder is at the desired location. That is not an issue. The main thing is 1) The 'IIS' server has stopped working. 2) New .NET projects (VB C-sharp, VC++ any) can not be created. Every thing will come to you if you have faith.
Amol Ravatale wrote:
- The 'IIS' server has stopped working.
I asked if the service was running, not if it was working. Check the Event Log to see if there are any messages specific to IIS. After that, you can start troubleshooting IIS by following these[^]. Dave Kreskowiak Microsoft MVP - Visual Basic