How to create asp.net projects?
OK, actually IIS was not installed on my system. So I installed IIS and then tried to work with ASP.Net. On debugging the project I got the error "Debugging is not allowed on your web server". On clicking on help it said that you have to install IIS before installing Visual Studio.Net. There was also a command for updating the .Net framework.
On running that command the .Net framework was updated but now my Default Website is not starting up and I can't establish the connection. Can somebody please help me with this.there any other problem?
Re: How to create asp.net projects?
Is H48GMKDJE7CGDI3 your machine, or are you trying to use IIS on another machine?
Re: How to create asp.net projects?
OK, actually IIS was not installed on my system. So I installed IIS and then tried to work with ASP.Net. On debugging the project I got the error "Debugging is not allowed on your web server". On clicking on help it said that you have to install IIS before installing Visual Studio.Net. There was also a command for updating the .Net framework.
On running that command the .Net framework was updated but now my Default Website is not starting up and I can't establish the connection. Can somebody please help me with this.
Re: How to create asp.net projects?
Make sure you've got administrator privileges on your machine. If that alone doesn't do it, then give the asp.net worker process full rights on your wwwroot folder.
Re: How to create asp.net projects?
Quote:
Originally Posted by mendhak
If that alone doesn't do it, then give the asp.net worker process full rights on your wwwroot folder.
How?
Do you know why I can't start the Default Website after upgrading the .Net Framework? See the details in my second post.
Re: How to create asp.net projects?
Aslo, make sure that your web project folder is configured as an application and a name set in IIS. VS.Net 2002 doesn't do that sometimes.