|
Hiya, how do i do this?
Ive got my host who hosts ASP.
I thought it would be like normal XHTML where you just put it on the server then its done, however it doesnt look like it is that easy. Ive put it online but it doesnt work. Have a look:
http://antonycartwright.somee.com/
How do I put an ASP website online?
That's why I use *nix servers.
You have to create the custom file:
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".
Create a new file, name it web.config then paste in the first example of code from there and it should work.
Gotta love ASP!
|