Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or its temporary unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /login.aspx
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET:4.0.30319.1
I'm a newbie for asp.et and encountered this prob when i try to debug my .master page. Previously, everything is working perfect till i delete the last project and start a new project. And another prob, why it showed i'm requesting for /login.aspx when im
clickin on .master?
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET:4.0.30319.1
I'm a newbie for asp.et and encountered this prob when i try to debug my .master page. Previously, everything is working perfect till i delete the last project and start a new project. And another prob, why it showed i'm requesting for /login.aspx when im
clickin on .master?
please check login.aspx exists in your application.
if it exists right click on login.aspx page and click view in browser.
Please mark as Answer if post helps[ Imran Khan MCP,SCJP]
JaniceW
Member
21 Points
37 Posts
Server Error in '/' Application
Mar 17, 2012 06:28 AM|LINK
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 its temporary unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /login.aspx
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET:4.0.30319.1
I'm a newbie for asp.et and encountered this prob when i try to debug my .master page. Previously, everything is working perfect till i delete the last project and start a new project. And another prob, why it showed i'm requesting for /login.aspx when im clickin on .master?
Thanks
luckyforu200...
Participant
1385 Points
479 Posts
Re: Server Error in '/' Application
Mar 17, 2012 06:36 AM|LINK
please check login.aspx exists in your application.
if it exists right click on login.aspx page and click view in browser.
JaniceW
Member
21 Points
37 Posts
Re: Server Error in '/' Application
Mar 17, 2012 06:42 AM|LINK
Nop. I haven't create that page yet. In order to view .master in browser, is a must to create login.aspx?
JaniceW
Member
21 Points
37 Posts
Re: Server Error in '/' Application
Mar 17, 2012 06:51 AM|LINK
i've created login.aspx in my application. now that when i click on it, the page appear in my browser but the image wasn't there even
after enter runat="server"
Ruchira
All-Star
44171 Points
7179 Posts
MVP
Re: Server Error in '/' Application
Mar 17, 2012 12:02 PM|LINK
Hello,
You cannot request a master page directly. What you can do is request the content page so it loads with the master page.
As for the image loading, what image you are talking about? Please check the image path. Most probably your image path may be not valid.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: Server Error in '/' Application
Mar 23, 2012 04:23 AM|LINK
Hi
With your loging page, you should make sure your image path is right.
Please check your codes, I think it's easy to find the problem.
Otherwise if you still not sure about it, please paste the HTML code here.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: Server Error in '/' Application
Mar 23, 2012 04:23 AM|LINK
Hi
With your loging page, you should make sure your image path is right.
Please check your codes, I think it's easy to find the problem.
Otherwise if you still not sure about it, please paste the HTML code here.
Hope it helpful.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework