473,769 Members | 2,284 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

renaming the login.aspx page

How do you rename the login.aspx page and still make it work? and How would
you determine what you should rename it to?

Nov 21 '07 #1
3 1486
Rename it to what you would like. Then change the web.config file to match
your new name.

What should you call it? I tend to like login.aspx, as it is quite obvious
to what it does, but you might have another name in mind.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************** *************** *************** ****
| Think outside the box!
|
*************** *************** *************** ****
"Andy B" <a_*****@sbcglo bal.netwrote in message
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
How do you rename the login.aspx page and still make it work? and How
would you determine what you should rename it to?

Nov 21 '07 #2
I was only thinking of something that would be hard for somebody to guess
since the login is only for admin and we dont need people just trying to
guess what it is...
"Cowboy (Gregory A. Beamer)" <No************ @comcast.netNoS pamMwrote in
message news:eo******** ******@TK2MSFTN GP02.phx.gbl...
Rename it to what you would like. Then change the web.config file to match
your new name.

What should you call it? I tend to like login.aspx, as it is quite obvious
to what it does, but you might have another name in mind.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************** *************** *************** ****
| Think outside the box! |
*************** *************** *************** ****
"Andy B" <a_*****@sbcglo bal.netwrote in message
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
>How do you rename the login.aspx page and still make it work? and How
would you determine what you should rename it to?


Nov 22 '07 #3
So it is only hit when someone requests a page like:

http://mysite.com/admin

If so, I am not sure what to name it, but it will not really matter if you
only protect the admin directory and change the web.config to point to that
file.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************** *************** *************** ****
| Think outside the box!
|
*************** *************** *************** ****
"Andy B" <a_*****@sbcglo bal.netwrote in message
news:u8******** ******@TK2MSFTN GP05.phx.gbl...
>I was only thinking of something that would be hard for somebody to guess
since the login is only for admin and we dont need people just trying to
guess what it is...
"Cowboy (Gregory A. Beamer)" <No************ @comcast.netNoS pamMwrote in
message news:eo******** ******@TK2MSFTN GP02.phx.gbl...
>Rename it to what you would like. Then change the web.config file to
match your new name.

What should you call it? I tend to like login.aspx, as it is quite
obvious to what it does, but you might have another name in mind.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

************** *************** *************** *****
| Think outside the box! |
************** *************** *************** *****
"Andy B" <a_*****@sbcglo bal.netwrote in message
news:%2******* *********@TK2MS FTNGP05.phx.gbl ...
>>How do you rename the login.aspx page and still make it work? and How
would you determine what you should rename it to?



Nov 22 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
2972
by: David W. Simmonds | last post by:
I have a form that will prompt for a user name/password. In VS.NET, I have the protected form in a folder named Admin. I have a Web.config file in that folder as well. It contains the following section: <authorization> <deny users="?" /> <allow users="*" /> </authorization> In the root folder where the other forms are located I have a Web.config
4
1592
by: psb | last post by:
not sure if anyone still uses this, but I installed .NetFramework 1.0 sp3 (released, aug31,2004) and after that I was getting some javascript errors. I have a user control inside a webform. basically have login.ascx inside login.aspx. the login.ascx contains the <form> tag. <form id="Form1" runat="server"> before the sp3 the form would render like this...
0
5275
by: muder | last post by:
I have a standard Login ASP.NET 2.0 control on a login Page, a LoginName and LoginStatus controls on the member's page. once the user login successfully I am redirecting the user to Member.aspx page. The following is my machine configuration Windows XP Pro Service Pack2 IIS 5.1 SQL Server 2000 visual Studio 2005 DISABLE ANONMYOUS ACCESS IN IIS ENABLE WINDOWS AUTHENTICATION
2
1991
by: Morgan Cheng | last post by:
In VS2005, I create a ASP.NET website project.One page named Default.aspx with LoginView and LoginStatus controls; and one page named Login.aspx with Login control in it. After setup of users, I press Ctrl+F5, IE window is popped up, redirect to Login.aspx page ask me to input username and password. This works fine. I am wondering, how does ASP.NET know to redirect to Login.aspx from Default.aspx? I renamed Login.aspx to something else,...
0
10211
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10045
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9863
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8870
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7406
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3958
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.