I have a website that was recently built, using ASPnet, version 2.0. Since the site was built, I have changed phone numbers. I thought I could go in, using the ftp information, under the "contactus.aspx" section, and just change the phone number in the code. But apparently it's not that simple, and a step or two are missing in my thinking.
Can someone tell me where/how I would change this information? (Yes, I could go back to site builder, but would rather be enabled to make simple changes.)
Thanks for any help you can give me.
Well, you might want to check with whoever build your site or refer to the design documention of the site if there is any.
There are a number of ways to display that information.
1. Information could be in .aspx file directly in which case you can directly open the .aspx file and make your changes using ftp.
2. Information could be in .cs file. (if your website is compiled to a .dll then you wont have access to the .cs file and you wont be able to change it)
3. .cs file could be getting that information from the database. In this case if you change the info in database, your webpage will pick up the updated information from the database.
4. That info could be stored in a xml or text file but there is no way to tell until you see the coding inside the .cs file.
Hope this helps
it could also be in the global.asax ...
0 comments:
Post a Comment