I think this is a simple error I just can't see the wood for the trees could some one help me please.
There is an error in the config and I just can see it file looks like this
<configuration>
<system.web>
...
<authentication mode="Forms">
<forms name="ASPXCOOKIEMEDUSA" loginUrl="Pages/login.aspx" protection="All" timeout="30" path="/">
</forms>
</authentication>
<authorization>
<deny users="?" />
</authorization>
....
</system.web>
<Location path="Pages/GetJobList.aspx" >
<system.web>
<authorization>
<alow users="?" />
</authorization>
</system.web>
</Location>
</configuration>
There is an error in there some where in the location tag as if i take it out it works fine my intention is to have one page in the app that dose not require autentication to access it.
thanks in advance