Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > IIS7 Classic ASP - subfolder requires authentication??

Reply
Thread Tools

IIS7 Classic ASP - subfolder requires authentication??

 
 
Thomas
Guest
Posts: n/a
 
      08-03-2010
Hello,
We finally were able to deploy a classic asp site on IIS7, Win2008 after
solving issues with COM+ and ODBC settings.
The site main settings: Parent paths are enabled, anonymous authentication
is enabled, the app pool is running under network account and it has all
rights on entire site's folder tree.
The site loads ok and most pages work ok. We are having an issue with few
pages that have cross access between subfolders.
ie.
Site Root
--- Subfolder A
--- Subfolder B

Pages on root can redirect to pages in subfolders A or B. pages in
subfolders A or B can redirect to root, but pages in subfolders A or B can
not redirect between each other as it prompts for credentials (????).

I'll appreciate any ideas

Thanks,

 
Reply With Quote
 
 
 
 
Thomas
Guest
Posts: n/a
 
      08-03-2010
FYI.
Seems I found the issue. One of the subfolders was named "reports". By
changing the name to something else ie reports1 everything works.
I found a post on google saying when SQL Server reporting services is
installed on same box (my case) SSRS imposes a restriction for virtual paths
named reports by default.
I am not completely sure if that was the problem, but seems like. We finally
renamed the folder an changed all respective links to use the new folder
name. The site is working ok.

"Thomas" wrote:

> Hello,
> We finally were able to deploy a classic asp site on IIS7, Win2008 after
> solving issues with COM+ and ODBC settings.
> The site main settings: Parent paths are enabled, anonymous authentication
> is enabled, the app pool is running under network account and it has all
> rights on entire site's folder tree.
> The site loads ok and most pages work ok. We are having an issue with few
> pages that have cross access between subfolders.
> ie.
> Site Root
> --- Subfolder A
> --- Subfolder B
>
> Pages on root can redirect to pages in subfolders A or B. pages in
> subfolders A or B can redirect to root, but pages in subfolders A or B can
> not redirect between each other as it prompts for credentials (????).
>
> I'll appreciate any ideas
>
> Thanks,
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
web.config file for IIS7 and classic asp .Net Sports ASP .Net Web Controls 0 09-07-2009 03:10 PM
Classic ASP using IIS7 - Error 500 Ryan Ritten ASP General 5 09-29-2008 12:04 AM
How to configure IIS7 to allow zip file uploads using classic asp? Kal ASP General 10 09-17-2008 09:08 AM
ASP.NET and IIS7 on vista business ma ASP .Net 6 01-10-2008 01:06 PM
Vista IIS7 worker process crashing from crystal reports export in asp.net Brad ASP .Net 3 12-18-2006 08:27 AM



Advertisments
 



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