I've been playing around with VWD 2005 Express and when I "View in Browser" with IE, everything works fine. But when I try to "View in Browser" with FireFox, I get a HTTP authentication prompt and then I get the following message:
Server Error in '/TestParts' Application.
HTTP Error 403 - Forbidden.
Version Information: ASP.NET Development Server 8.0.0.0
I've tried entering USER and MACHINE\USER local accounts and still get 403 Forbidden -- any ideas

HTTP Error 403 - Forbidden
Roar
- Right-click on your solution in the Solution Explorer.
- Select Property Pages.
- Select Start Options in the dialog that opens.
- In the Server section, uncheck NTLM Authentication.
That did the trick for me. :)Frank Hodgkinson
Alternatively, you can just use "Website > Start Options..." menu item.
Sandeep M S
Chao Gao