I had a test app running locally and decided to upload it to my host, discountasp.net. I hear some people here use them so I signed up with them.
I made sure to have all the gizmox references set to copy local, and published the application. In Discountasps' control panel, I set the directory as a web application and then clicked on the link to get this error:
HTTP Error 500.23 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.
When this gave me issues I tried to roll to Classic and got a different error:
HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
I contacted Discountasp.net and they told me if I ran it on classic mode I'd have to define the MIME type myself, but I'm not sure what settings to use. Not only that, but I would rather make it work in Integrated mode anyways. I think I read of quite a few developers running their VWG projects at Discountasp.net without any issue under integrated so I guess the issue is in my project, I just can’t guess what may be wrong on it that would make it fail in the host but run locally.
The app link is http://foundersfal.web705.discountasp.net/test/index.wgx, in case the error message is more descriptive to anyone. Right now I have it set up to run integrated mode.
Any help will be highly appreciated.