Search the Community
Showing results for tags 'publish'.
-
Hi, I am new to Heliohost and I haven't had any luck publishing my ASP.NET 3.5 site. I was wondering what is the easiest way to do this? I have set up DAV to simply transfer files over, but if I just upload my files it always gives me back an error: Server Error in '/' Application Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". The problem is, even if I edit my web.config file in order to view the actual error, it doesn't seem to register. It is as if there is already a root web.config file that is completely trumping anything I do! Can anyone give a newbie some tips on how to publish a simple website to Heliohost using Visual Studio 2010? Thanks in advance!!