VWD 2005 beta 2 problem

  • Thread starter Thread starter Bruno Alexandre
  • Start date Start date
B

Bruno Alexandre

I guys,

I downloaded the new Visual Web Developer 2005 beta 2 and then I
restarted the PC, open the program and build a hello world aspx page with
just a label.

When I press Ctrl + F5 it open the IE, but instead of showing the hello
world message it shows this:


Server Error in '/ATS Application' Application.
--------------------------------------------------------------------------------

HTTP Error 401 - Unauthorized.

--------------------------------------------------------------------------------
Version Information: ASP.NET Development Server 8.0.0.0


does anyone know how can I avoid this error?

Thank you.


--

Bruno Alexandre
Dep Informática do Grupo Filtrarte

Av Genereal Humberto Delgado, 91
Vila Verde
2705-887 Terrugem SNT

Tel. +351 219 608 130
Tlm. +351 914 461 138
Fax +351 219 613 881
@. (e-mail address removed)
www www.filtrarte.com | www.filtrarte.pt
 
Yes.

Using FireFox?

VWD uses a built-in web server instead of IIS.

By default this built-in web server has windows authentication turned
on...meaning no access via firefox.

In VWD, goto Website/Start Options Then in the dialog that pops up, uncheck
NTLM authentication. This will enable it to work with other browsers than
IE.

Should work!

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
 
I guys,

I downloaded the new Visual Web Developer 2005 beta 2 and then I
restarted the PC, open the program and build a hello world aspx page with
just a label.

When I press Ctrl + F5 it open the IE, but instead of showing the hello
world message it shows this:


Server Error in '/ATS Application' Application.
--------------------------------------------------------------------------------

HTTP Error 401 - Unauthorized.

--------------------------------------------------------------------------------
Version Information: ASP.NET Development Server 8.0.0.0


does anyone know how can I avoid this error?

Thank you.
Just a guess: You need to grant permissions to the anonymous user.
This is done in the IIS MMC
 
done.

Thank you Karl

--

Bruno Alexandre
Dep Informática do Grupo Filtrarte

Av Genereal Humberto Delgado, 91
Vila Verde
2705-887 Terrugem SNT

Tel. +351 219 608 130
Tlm. +351 914 461 138
Fax +351 219 613 881
@. (e-mail address removed)
www www.filtrarte.com | www.filtrarte.pt
 
Back
Top