This topic is locked

copy website and Server Error in '/' Application

2/26/2008 9:14:38 AM
ASPRunner.NET General questions
M
mo3s author

Hi,
I convinced my customer to go for code generation and i think your tool really is what we need. So i told her (its a hot she, so very important <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=7696&image=1&table=forumtopics' class='bbc_emoticon' alt=';)' /> ) that i would make something and put it online on her server. Real easy I would say and when she is happy, convincing her to buy your tool is he next hurdle.
I created a site and all runs well on localhost. I did a copy website to the adress they gave me and there I get:
---------------------------------------------------------------------------------------------------------

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".
<!-- Web.Config Configuration File -->
<configuration>

<system.web>

<customErrors mode="Off"/>

</system.web>

</configuration>

---------------------------------------------------------------------------------------------------------
Now I moved form ASP to ASP.NET and I am slowly starting to kick it but this seems wierd and I am still newby here. I only tried to get the generated menu page that has no DB access or something (nothing fancy). When I enter the <customErrors mode="Off"/> in the web.config it changes nothing, I just get no clear error description.
She is loosing fath so any help would be appreciated.
Help,
mo3s <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=7696&image=2&table=forumtopics' class='bbc_emoticon' alt=':ph34r:' />

Eugene 2/27/2008

Have you set up customErrors mode="Off" as I mentioned above? I don't have enough information to help you.

Please, check that you have Framework version 2.0 or higher.

M
mo3s author 3/16/2008

I contacted the ISP that hosts the stuff....and YES, you need framework 2.0
Thanks for your answer!