If so, you'll need to copy your site's binaries into a /bin fol..." />

Authentification-None for one folder(page) when the project is under FormsAuthentifications?

You should just have the following in your location element: location path="Recovery"> If so, you'll need to copy your site's binaries into a /bin folder under /Recovery, or remove the application settings on the folder in IIS I've just realised that I said "authorization elements" in the first two sections when I meant "Authentication Elements" - sorry if that confused Edit in response to second comment Basically, in IIS, you can have one or more web sites - these are the roots of the site, and are defined as an Application Start Point IIS also allows you to configure sub-folders of a web site as an application as well, this allows you to do things like: Change configuration settings that are only allowed to be set at the application level Run part of the site in a different memory space Run part of the site under a different user account However, if you do make a folder an application, you will need to ensure that all the code it needs is reachable, and as you've started a new application, code in the root /bin (or /app_code) folders is no longer reachable by that folder Normally, in IIS Manager you would click on the folder and remove the application so that it inherits from the root.

You should just have the following in your element: (If you really need to remove them, you could also include the handlers element). Neither the Authentication nor the RoleManager elements are allowed in a non-application level web. Config, so you can't define them in a element.

Edit in response to comment Sorry, to clarify: you have too much in your location element - the and elements are not allowed in there (unless /Recovery is an application in IIS) and will most certainly cause the second error you are reporting in your question, these will need to be removed before the page will display properly at all. Are you seeing the "can't find assembly" error everywhere, or just on the page in the Recovery folder? Is that folder marked as an "application" within IIS?

If so, you'll need to copy your site's binaries into a /bin folder under /Recovery, or remove the application settings on the folder in IIS. I've just realised that I said "authorization elements" in the first two sections when I meant "Authentication Elements" - sorry if that confused. Edit in response to second comment Basically, in IIS, you can have one or more web sites - these are the roots of the site, and are defined as an Application Start Point.

IIS also allows you to configure sub-folders of a web site as an application as well, this allows you to do things like: Change configuration settings that are only allowed to be set at the application level Run part of the site in a different memory space Run part of the site under a different user account However, if you do make a folder an application, you will need to ensure that all the code it needs is reachable, and as you've started a new application, code in the root /bin (or /app_code) folders is no longer reachable by that folder. Normally, in IIS Manager you would click on the folder and remove the application so that it inherits from the root.

As you can see in my question, i've already have the element "" in my web.config. – Sirius Lampochkin Mar 3 '10 at 9:35 "If so, you'll need to copy your site's binaries into a /bin folder under /Recovery, or remove the application settings on the folder in IIS. " - It look like, it's a decision of my problem.

I will check it one more time. Thanks! – Sirius Lampochkin Mar 3 '10 at 10:23 So if the reason of the problem is: "to copy your site's binaries into a /bin folder under /Recovery" Is there another method to resolve it?

Could you explaint this "remove the application settings on the folder in IIS" - Which "application settings" you mean? – Sirius Lampochkin Mar 4 '10 at 8:49.

Check the namespace in he code behind file - it looks like you may have some conflict ( did you create the file in another folder and then physically move it to shared folder). Also you have to do the set the location property for the shared folder to share it for non authenticated users.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions