View Single Post
  #1 (permalink)  
Old 09-04-2007, 11:28
cagray cagray is offline
Junior Member
 
Join Date: Mar 2007
Posts: 14
Default web.config breaking hosting controller and ajax not working

Hi,

I got my webiste working fine but as soon as I put my own web.config file on my website hosting the hosting controller admin webpage stops working and you just get can not display custom errors asp.net error page. However this only occurs if I use the website hosting name and not the i.p. address. So:

www.yourdomain.co.uk/admin -- does not work
117.23.123.123:1234/ -- does work.

Has this happened before for anyone and if so how can it be fixed?

On top of this I can not get Ajax working. I get the javascript error Sys is undefined which is the error you get if you do not use a web.config for a ajax enabled website hosting. However the web.config is working fine locally and is for an ajax enabled website hosting.

Finally, hosting controller wont let me delete one of my database. It just comes with an error when I do.

Any help is appreciated.

Thanks
Colin
Reply With Quote