Deploying an asp.net application

  • Thread starter Thread starter seed
  • Start date Start date
S

seed

Hi,
I have deployed my asp.net application on a webserver.
The funny thing is that when I try to run the program from
the webserver.. I receive a runtime error.. but when I run
the application from my development machine.. everything
looks good.

The webserver has .NET framework 1.1 installed but I have
developed the application in Visual Studio 2002.. Could
this be the problem?

How can I get a more detailed error message from the
webserver deployed application...

Thanks in advance.
 
In the web.config there is an attribute for customErrors. Set it to Off
(case sensitive). It may be set to RemoteOnly
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top