Lost part of my form

It sounds like the projects are not binding to the IIS.

In control panel >> Add/Remove Programs >> then un-install "Microsoft .NET Framework"

Then re-install the Framework. (Its on the .NET CD)

Reason? It may be that the Framework was installed while the IIS was not running/installed.
 
EUREKA!!! I reinstalled the .NET Framework and then I did an update which basically reinstalled the Visual studio again. Anyway its working now and I can see all my Web Controls. However, I still notice that when I create a new web project I dont get a web.config, global.asax, AssemblyInfo.vb, Styles.css, or a .vsdisco file by default. Should I?
 
Ive actually tried to do it by creating a new virtual directory in IIS (under the wwwroot folder) and also by using the Start Page Create New Project and specifying where to put it on the web server. But it always gets put into the wwwroot folder.
 
The easiest way is...
Create a new project, then in Admin Tools >> Internet Services Manager >> click on Defult Web Site >> right-click your project name >> Properties >> Click on "Create".

Thats it
 
Back
Top