Hi,
Im having problems with ASP and IIS, can anybody help me to solve it?
Basically my problem is accessing Exchange Server with Outlook Web Access installed, using a browser im going to connect with the Mail server with an "html file".. I'll show the code
<HTML><!Date created 15 July 2000, by dalplus technologies>
<HEAD>
<TITLE>???.. - Mail Server</TITLE>
</HEAD>
<FRAMESET COLS="100%,*" FRAMEBORDER="no" BORDER="0" FRAMESPACING="0">
<FRAME NAME="mframe" SRC="http://pop3.dalplus.com/Exchange/usa/logon.asp" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="auto" NORESIZE>
<NOFRAME>
</FRAMESET>
</HTML>
this documents is set as the default documents on the default website on my IIS Web Server, firing up my IE, which i set the URL "http://pop3.dalplus.com" as my default page, it will prompt me with a Networking Authentication Prompt with the following,
Site: pop3.dalplus.com
Realm : pop3.dalplus.com
User Name: administrator
Password Box: ****
after, clicking ok, I got an error 500, HTTP Error, page not found ..
it cannot display the page..Is there a problem with the ASP file which im calling or I need to set something on my IIS Web Server?
The username has a corresponding mailbox at my exchange server. What I'm expecting the browser to show me is the user name's mail box..
Has anybody here configured an Exchange Server with Outlook Web Access installed to be accessed by a browser?
Please help...

, this ASP file "LOGON.ASP" will call logonfrm.asp...
I cannot figure out what is the problem...
jrd