View previous topic :: View next topic |
Author |
Message |
Paulito Santana -
Joined: 17 Nov 2006 Posts: 3
|
Posted: Fri Nov 17, 2006 9:28 am Post subject: Error 401 Unathorized - Help me please |
|
|
Hello,
i want try create asp. net project in visual studio 2003, in XP Home with abyss web server. But i can't because i have this error :
"Visual Studio coud not identify the version of ASP .NET on the web server. The web server reported the following error when attempting to create or open web projetc located at the following URL :
"http://127.0.0.1:9999/ASP2.0/WindowsApplication1" . "HTTP/1.0 401Unathorized"
"
Help me, please
Thanks,
Paulito |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Nov 17, 2006 12:59 pm Post subject: Re: Error 401 Unathorized - Help me please |
|
|
Paulito Santana wrote: | "http://127.0.0.1:9999/ASP2.0/WindowsApplication1" . "HTTP/1.0 401Unathorized" |
http://127.0.0.1:9999 is not the right address of your web site. It's your console address. Your local web site address is by default http://127.0.0.1 (check it in Abyss Web Server window).
Next, since Visual Studio uses by default FrontPage Extensions to communicate with the web server, this won't work with Abyss Web Server and you'll need to configure it to support another method of connections: we suggest reading http://www.aprelium.com/forum/viewtopic.php?t=8776 for more information. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|