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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...