I have deployed my site onto the server and now, every link I click, results in a server 404 error. To see what I mean, visit my site www.theplaygrounds.co.uk and click a link. This has nothing to do with the controls used on the site (see here - http://www.telerik.com/community/fo...ive-when-clicking-rad-window-to-load-url.aspx ). The paths are right (all the aspx pages I link to sit in the root of the site). What am I missing? If it means anything (unlikely), the database in use which is required for some of the pages is not yet uploaded. Thanks
I pulled up your site and what it appears to be happening is your application is throwing an error. Rather then displaying the true error your asp.net application is setup to show a custom error page. It cannot find that custom error page so it gives that 404 error. Little confusing I know, but disable your custom error on your applications web.config file and you should see a different error message. Thats the true error message you want to see so that we can troublehoot your application correctly.
I can't account for the other times. I can only determine what I'm seeing right now. Now when I pull up your site 'http://www.theplaygrounds.co.uk/' I get a different error message. I can only suspect this the true error message. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS1061: 'Compiler' does not contain a definition for 'Compile' and no extension method 'Compile' accepting a first argument of type 'Compiler' could be found (are you missing a using directive or an assembly reference?) Source Error: This error message typically means that your application is looking for an assembly or component and it cannot find it. If your application is a precompiled application make sure you compiled all the necessary assemblies and components. If not make sure all the necessary assemblies and components are uploaded to your applications bin directory.