To see the exact error use the remote desktop to access the server and browse to the site through "localhost" URL - at least you will see what is wrong exactly.
Denis Greg Hile wrote: > It could be anything from the server you are hosting on is missing .Net 3.5 > files or some other files necessary for your program. > > Typically you would need to call them and they can look at the error > message. > > > > Greg > > > > > > _____ > > From: [email protected] > [mailto:[email protected]] On Behalf Of khurram jafri > Sent: Sunday, June 13, 2010 4:22 AM > To: [email protected] > Subject: [DotNetDevelopment] run time error > > > > Hi, All > > > > I am new in ASP dot net I made a page which is working fine in local machine > but when I am running this page on website it show error which is below . > > > > Error 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. > > > <!-- Web.Config Configuration File --> > > <configuration> > <system.web> > <customErrors mode="Off"/> > </system.web> > </configuration>
