venu_Legolas_kuruganti Posted June 5, 2010 Posted June 5, 2010 Hi all! I'm new here so please bear with me if I ask dumb questions! I created an account at Heliohost.org. I then created a website using the free version of Visual Web Express 2010 with VB.NET as the code behind. Now here is the trouble! In my Default.aspx page, I gave the path for the Master page as follows: MasterPageFile="Site.master" And then I uploaded Default.aspx and the Master Page (Named as Site.Master) and the Web.Config, which had the option to turn off custom error messages, to my website at public_html/venuk using the Cpanel (Very nifty I must add! ). Uploading went off fine. Now I wanted to see if my site works okay so I navigate to my site and....BEEP! Error! File /venuk/Site.Master.vb not found So I check the Cpanel and sure enough the vb file is there. But then how am I getting this error? Did I forget to remove some code or did I give a path wrong? Also, in Site.Master, the path for the code file is given as: CodeFile="Site.Master.vb" So I feel it should find this file since it is in the same directory as the Site.Master. Yet it is not! So any ASP.NET programmers out there, PLEASE help! You can take a look at my site here: http://venuthewhite.heliohost.org/venuk/ It navigates to Default.aspx and you can see the error there. Please help me! I'm at my wit's end trying to figure out how to get my site up and running! Thanks in advance!
Wizard Posted June 5, 2010 Posted June 5, 2010 Make sure all the config arguments regarding this are in lower case, and that the file name is lowercase as well. Or conversely, make sure the file name matches the config, Site.Master.vb, not site.master.vb or SITE.MASTER.VB.
venu_Legolas_kuruganti Posted June 10, 2010 Author Posted June 10, 2010 Thanks for the reply mate. I'll see what happens and post here again. Busy with office and all!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now