Jump to content

Recommended Posts

Posted

Hi all! I'm new here so please bear with me if I ask dumb questions! :lol:

 

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! :lol: ).

 

Uploading went off fine. Now I wanted to see if my site works okay so I navigate to my site and....BEEP! Error! :blink:

 

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!

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...