Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   anonymous & Integrated Window Authentication (http://www.velocityreviews.com/forums/t623013-anonymous-and-integrated-window-authentication.html)

Ng 06-30-2008 10:49 AM

anonymous & Integrated Window Authentication
 
HI,

i face some problem when i doing a webpage.

when i develop the page, my IIS is use Integrated Window Authentication
and my page can display correctly

but when i change the IIS to anonymous
my page become blank.
when i go to view source
i get the following code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312"></HEAD>
<BODY></BODY></HTML>


may i know how can i do, so my page can diplay correcly when using anonymous
.

thank you.


All times are GMT. The time now is 01:46 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57