Home > Archive > Visual Studio > October 2004 > Error when creating a new ASP.Net Web Application
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Error when creating a new ASP.Net Web Application
|
|
| Charlie 2004-05-04, 3:17 pm |
| When attempting to create a new ASP.Net Web Application
using Visual Studio 2003, I received the following error
The web server reported the following error when
attempting to create or open the web project located at
the following URL: "http://localhost/WebApplication1"
HTTP/1.1 500 Internal Server Error
| |
| Munish 2004-07-22, 3:58 pm |
| Hi Charlie,
I am also getting the same error since I re-installed the 2003.net but have not touched the IIS. If you have any clue what It could be, please let me know
as well.
Thanks in advance
"Charlie" wrote:
> When attempting to create a new ASP.Net Web Application
> using Visual Studio 2003, I received the following error
>
> The web server reported the following error when
> attempting to create or open the web project located at
> the following URL: "http://localhost/WebApplication1"
> HTTP/1.1 500 Internal Server Error
>
| |
|
| Hi Charlie, Munish,
Same problem for me. Tried many things already, iisreset, resinstall ASP
using aspnet_regiis.exe -i but nothing helps. When you find something let me
know; so will I.
Brgds,
Dirk
"Munish" wrote:
[color=darkred]
> Hi Charlie,
>
> I am also getting the same error since I re-installed the 2003.net but have not touched the IIS. If you have any clue what It could be, please let me know
> as well.
>
> Thanks in advance
>
> "Charlie" wrote:
>
| |
| light_rock 2004-10-24, 2:52 am |
| I had the same trouble, after starting off without IIS installed.
Finally ready for a web service, I installed IIS, and re-ran the VS.Net CD - update/repair/prerequisits stuff.
After all that jazz, I must have clicked wrong the "Permissions Wizard" for the default web site.
Try this:
Control Panel, Administrative Tools, IIS...
Click in the tree and highlight the "default website" or whatever
yours is.
Right-Click, "All Tasks", "Permissions Wizard".
Originally I had selected "Secure", don't. Use "Public" to begin with and fix it all later. ( mine only gave me those two choices )
"Public" fixed it, voila, working fine now.
XP Pro, BTW.
-AEF |
|
|
|
|