Ask a Question related to ASP.NET Security, Design and Development.
-
SJ #1
RewritePath throws "Access is Denied" when rewriting to directory level
Hello,
I have a problem trying to rewrite a path in ASP.NET 1.1 - each rewrite
throws an Access is Denied error, even though anonymous access is allowed
for the directories in question, and they are sub-directories of the ASP.NET
web application. This only occurs if the path is rewritten at the directory
level; if a specific page is included, then the rewrite works. For example:
* app.Context.RewritePath( "apps") fails; but
* app.Context.RewritePath( "apps/default.aspx") works.
Is this a bug or by design?
Thanks
Simon
SJ Guest
-
"Access Denied" on file I could open yesterday
Using Contribute 3.11 running Windows 2000 sp4. Monday was able to use Contribute just fine. Tuesday was experiencing "Access Denied" errors when... -
"Access is denied" error when running schtasks.exe under ASPNET account in win2k3 server
Hi all, I am trying to run schtasks.exe from asp.net application wich uses forms authentication under ASPNET account. It gives me "Access is... -
IExtractImage, Impersonation, GDI and "access denied" for non-local admins
Hi, We're using the IExtractImage interface from behind a .NET web service to generate thumbnails for various files in our network (windows... -
Equivalent of "friend" or package-level access?
I have a group of related classes, and I would like them to have certain methods which can only be called by classes within the group. In C++ I... -
Error: "Unable to debug on server,Access is denied"
I installed dotnet and when i try to run a web application i get the error messagebox saying "Unable to debug on server,Access is denied.Would you... -
MSFT #2
RE: RewritePath throws "Access is Denied" when rewriting to directory level
Hi Simon,
This is by design. In your situation, "apps" is just a sub folder of your
web application. It is not a virtual folder or web application. You can't
access it with "apps".
Luke
Microsoft Online Support
Get Secure! [url]www.microsoft.com/security[/url]
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
MSFT Guest



Reply With Quote

