|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
.net in server installation problem
Hi
i developed one .net application. now i want to migrate this application to server.My server does'nt have anything except IIS 5.0. i installed "Microsoft .NET Framework Version 1.1 Redistributable" from microsoft site. when i run my application it saying below error. "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. " Still do i need to do any installations? pl advice me thanks |
|
#2
|
||||
|
||||
|
Continue reading that error message. It clearly explains what you need to do to resolve the error.
|
|
#3
|
|||
|
|||
|
http://localhost/
Quote:
Serve up the page on your server's browser, and it will tell you what the problem is (via http://localhost/etc.....)
__________________
- Rogier Doekes |
|
#4
|
|||
|
|||
|
You could also edit your web.config file to display errors remotely (if you don't have access to the local server machine):
Code:
<!-- CUSTOM ERROR MESSAGES
Set customErrors mode="On" or "RemoteOnly" to enable custom error messages, "Off" to disable.
Add <error> tags for each of the errors you want to handle.
-->
<customErrors mode="Off" />
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > .net in server installation problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|