Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ASP Anonymous Denied

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  DNS servers  
Author Message
jmariscal

External


Since: Dec 16, 2003
Posts: 12



(Msg. 1) Posted: Tue Dec 16, 2003 4:14 pm
Post subject: ASP Anonymous Denied
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have just set up a basic (so far internal) web page with a basic
default.htm and menu.asp. When I go to www.website.com, it brings up the
defualt.htm page with no problems. If I go to www.website.com\menu.asp, it
immediately prompts for the Login/ Pass/ Domain. Both the ASP and the HTM
files are in the same directory withthe same permissions.

If I enter the admin login and pass for the server, it displays the page
properly with no issues. Otherwise, it says YOU ARE NOT AUTH. TO VIEW THIS
PAGE.

Why does this do this for the ASP and not the HTM? Both files are in the
same directory with the same persmissions.

I appreciate the help.

 >> Stay informed about: ASP Anonymous Denied 
Back to top
Login to vote
anonymous520

External


Since: Nov 24, 2003
Posts: 3



(Msg. 2) Posted: Tue Dec 16, 2003 4:14 pm
Post subject: ASP Anonymous Denied [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Can you get any ASP's to serve? I came across the same
issue on one particular box that i installed IIS on, it
serves htm pages but no ASP pages...???

 >-----Original Message-----
 >I have just set up a basic (so far internal) web page
with a basic
 >default.htm and menu.asp. When I go to <a style='text-decoration: underline;' href="http://www.website.com," target="_blank">www.website.com,</a>
it brings up the
 >defualt.htm page with no problems. If I go to
<a style='text-decoration: underline;' href="http://www.website.com" target="_blank">www.website.com</a>\menu.asp, it
 >immediately prompts for the Login/ Pass/ Domain. Both
the ASP and the HTM
 >files are in the same directory withthe same permissions.
 >
 >If I enter the admin login and pass for the server, it
displays the page
 >properly with no issues. Otherwise, it says YOU ARE NOT
AUTH. TO VIEW THIS
 >PAGE.
 >
 >Why does this do this for the ASP and not the HTM? Both
files are in the
 >same directory with the same persmissions.
 >
 >I appreciate the help.
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ASP Anonymous Denied 
Back to top
Login to vote
jmariscal

External


Since: Dec 16, 2003
Posts: 12



(Msg. 3) Posted: Tue Dec 16, 2003 5:15 pm
Post subject: Re: ASP Anonymous Denied [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

None.

"Billy" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:08e601c3c40f$01d9a460$a001280a@phx.gbl...
 > Can you get any ASP's to serve? I came across the same
 > issue on one particular box that i installed IIS on, it
 > serves htm pages but no ASP pages...???
 >
  > >-----Original Message-----
  > >I have just set up a basic (so far internal) web page
 > with a basic
<font color=green>  > >default.htm and menu.asp. When I go to <a style='text-decoration: underline;' href="http://www.website.com,</font" target="_blank">www.website.com,</font</a>>
 > it brings up the
  > >defualt.htm page with no problems. If I go to
 > <a style='text-decoration: underline;' href="http://www.website.com" target="_blank">www.website.com</a>\menu.asp, it
  > >immediately prompts for the Login/ Pass/ Domain. Both
 > the ASP and the HTM
  > >files are in the same directory withthe same permissions.
  > >
  > >If I enter the admin login and pass for the server, it
 > displays the page
  > >properly with no issues. Otherwise, it says YOU ARE NOT
 > AUTH. TO VIEW THIS
  > >PAGE.
  > >
  > >Why does this do this for the ASP and not the HTM? Both
 > files are in the
  > >same directory with the same persmissions.
  > >
  > >I appreciate the help.
  > >
  > >
  > >.
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP Anonymous Denied 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 4) Posted: Wed Dec 17, 2003 1:18 am
Post subject: Re: ASP Anonymous Denied [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 16 Dec 2003 13:14:05 -0600, "Jose Mariscal"
<jmariscal.RemoveThis@ttcmarketingsolutions.com> wrote:

 >I have just set up a basic (so far internal) web page with a basic
 >default.htm and menu.asp. When I go to <a style='text-decoration: underline;' href="http://www.website.com," target="_blank">www.website.com,</a> it brings up the
 >defualt.htm page with no problems. If I go to <a style='text-decoration: underline;' href="http://www.website.com" target="_blank">www.website.com</a>\menu.asp, it
 >immediately prompts for the Login/ Pass/ Domain. Both the ASP and the HTM
 >files are in the same directory withthe same permissions.
 >
 >If I enter the admin login and pass for the server, it displays the page
 >properly with no issues. Otherwise, it says YOU ARE NOT AUTH. TO VIEW THIS
 >PAGE.
 >
 >Why does this do this for the ASP and not the HTM? Both files are in the
 >same directory with the same persmissions.

1) What version of IIS/Windows?
2) Are you using integrated authentication?
3) Have you tried a "Hello World!" ASP file?

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP Anonymous Denied 
Back to top
Login to vote
jmariscal

External


Since: Dec 16, 2003
Posts: 12



(Msg. 5) Posted: Wed Dec 17, 2003 1:18 am
Post subject: Re: ASP Anonymous Denied [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry;
1. Win2K Serv IIS5
2. Have tried both Integrated and non integrated auth. with both IWAM_ and
IUSR_ accounts.
3. Haven't tried hello world ASP file, but will shortly.

I dont think it is an execution issue, since when I enter the administrator
account info, it runs fine. I think it is a security issue, I just don't
know where or why.

Thanks again!

"Jeff Cochran" <jcochran.nospam.RemoveThis@naplesgov.com> wrote in message
news:3fe5846b.546756864@msnews.microsoft.com...

 > 1) What version of IIS/Windows?
 > 2) Are you using integrated authentication?
 > 3) Have you tried a "Hello World!" ASP file?
 >
 > Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP Anonymous Denied 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Anonymous access - Hi, I'am new to iis and trying to get running a sample ASP.NET starter kit. It is running fine within my home network but i can't get access from internet. What can go wrong? I did allow anonymous access in iss. And it's not a router problem for sure. ..

Authentication without anonymous - Hello, I'm doing an application ASP and she have her own login. Now I'm working to do "autologin" for user who are in the same domain (iis authentication). It work fine... But now, when a user try to launch application from external domain, I...

FTP AND ANONYMOUS LOGON - I setup an ftp server on my win2000PRO machine everything seems to work fine EXCEPT anonymous logon.I can set anonmous logon at folder leval which if I understand it right, should limit which folders they have access to,but that don't do me any good i...

Anonymous access - Metabase.xml - Hi , IIS 6.0 / Win 2003 Server [Ent] We are trying to add an alternative user account [similiar to IUSR_ComputerName but with slightly more privilidges] to the IIS Directory Security anonymous user. I have used VBS to change settings in MetaBase.xml...

Losing Anonymous authentication in IIS - I have an odd problem.. When I startup the server (its a domain member, but not a DC) everything is fine, about 4 or 6 hours later, you can not open a web site hosted on the box because its lost the IUSR_XXX authentication. In IIS5, to get around this,...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]