|
Home > Archive > Microsoft Content Management Server > July 2004 > Login.apsx resource cannot be found.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Login.apsx resource cannot be found.
|
|
| Stoppel 2004-07-28, 6:09 pm |
| I get the following error:
Has this something to do with my virtual directories (NR), or is the problem
somewhere else??
tia
Server Error in '/' Application.
----------------------------------------------------------------------------
----
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure that
it is spelled correctly.
Requested Url: /login.aspx
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
| |
| Stefan [MSFT] 2004-07-28, 6:09 pm |
| Hi Stoppel,
the path is /login.aspx.
So it seems tehre is no login.aspx in the root of your website.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"Stoppel" <St@pp.el> wrote in message
news:uehDHFvcEHA.4092@TK2MSFTNGP11.phx.gbl...
> I get the following error:
> Has this something to do with my virtual directories (NR), or is the
problem
> somewhere else??
> tia
>
> Server Error in '/' Application.
> --------------------------------------------------------------------------
--
> ----
>
> The resource cannot be found.
> Description: HTTP 404. The resource you are looking for (or one of its
> dependencies) could have been removed, had its name changed, or is
> temporarily unavailable. Please review the following URL and make sure
that
> it is spelled correctly.
>
> Requested Url: /login.aspx
>
>
> --------------------------------------------------------------------------
--
> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET
> Version:1.1.4322.573
>
>
| |
| Stoppel 2004-07-28, 6:09 pm |
| Shoudn't this be installed with the installation of mcms??
Where can i find the default login.aspx which is shipped with mcms?
tia
"Stefan [MSFT]" <stefang@online.microsoft.com> schreef in bericht
news:OnQuuIvcEHA.3016@tk2msftngp13.phx.gbl...
> Hi Stoppel,
>
> the path is /login.aspx.
> So it seems tehre is no login.aspx in the root of your website.
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> MCMS FAQ:
>
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
>
http://www.gotdotnet.com/community/...t+S
erver
> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "Stoppel" <St@pp.el> wrote in message
> news:uehDHFvcEHA.4092@TK2MSFTNGP11.phx.gbl...
> problem
>
> --------------------------------------------------------------------------
> --
> that
>
> --------------------------------------------------------------------------
> --
> ASP.NET
>
>
| |
|
|
| Stoppel 2004-07-28, 6:09 pm |
| Hmm that's strange.
I just kept the defaults and there is always a login.
It isn't fancy but you must fill in your username, password en domain.
I use forms authentication and never wrote one.
I checked my web.config and it's a default setting. On my devmachine it
works fine, but when i deployed it to a testserver it cannot find the
login.aspx...
Hmm i will try some different thinks.
thanks anyway. 
btw, i thought that mcms2002 was completely managed code, but there are
still asp pages??
"Stefan [MSFT]" <stefang@online.microsoft.com> schreef in bericht
news:%23FGu5VvcEHA.2724@TK2MSFTNGP12.phx.gbl...
> Hi Stoppel,
>
> no login.aspx is nothing that comes with MCMS.
> This seems to be your own page.
>
> MCMS has a manual login.asp page:
> /NR/System/Access/ManualLogin.asp
>
> But no ASPX page and nothing in the root of the web.
> Maybe you configured your application to use a custom login page for forms
> login in your web.config and set a wrong path?
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> MCMS FAQ:
>
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
>
http://www.gotdotnet.com/community/...t+S
erver
> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "Stoppel" <St@pp.el> wrote in message
> news:eUPghNvcEHA.2944@TK2MSFTNGP11.phx.gbl...
>
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>
http://www.gotdotnet.com/community/...t+S
erver
>
> --------------------------------------------------------------------------
its[vbcol=seagreen]
sure[vbcol=seagreen]
>
> --------------------------------------------------------------------------
>
>
| |
| Stoppel 2004-07-28, 6:09 pm |
| Just found it. there was a reference not good.
When i went to the root channel i got the login script. which is indeed a
asp file. 
thanx for your replies!.
Grus gotti
Stoppel
"Stoppel" <St@pp.el> schreef in bericht
news:%23h%239EavcEHA.4048@TK2MSFTNGP12.phx.gbl...
> Hmm that's strange.
> I just kept the defaults and there is always a login.
> It isn't fancy but you must fill in your username, password en domain.
> I use forms authentication and never wrote one.
> I checked my web.config and it's a default setting. On my devmachine it
> works fine, but when i deployed it to a testserver it cannot find the
> login.aspx...
> Hmm i will try some different thinks.
> thanks anyway. 
>
> btw, i thought that mcms2002 was completely managed code, but there are
> still asp pages??
>
>
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> schreef in bericht
> news:%23FGu5VvcEHA.2724@TK2MSFTNGP12.phx.gbl...
forms[vbcol=seagreen]
> rights.
>
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>
http://www.gotdotnet.com/community/...t+S
erver
>
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
>
http://www.gotdotnet.com/community/...t+S
erver
the[vbcol=seagreen]
>
> --------------------------------------------------------------------------
> its
> sure
>
> --------------------------------------------------------------------------
Version:1.1.4322.573;[vbcol=seagreen]
>
>
| |
|
|
|
|
|