Monday, March 26, 2012

this is annoying!

I developed a web application which works well if I do the testing under http://localhost..

but after I copy and paste the application to the company's intranet server, i get error message like this, what bothers me is that I did set customerrors mode to "off"

Server Error in '/' Application.
------------------------

Runtime 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.

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".Hi
This problem is caused because your application folder is not configured as an Application under the IIS so
try to go to the IIS from start --> Control Panel --->Administrative Tools --->IIS

then select your application folder right click and click on properties then click on Create application on the dialug box

try it and tell me
"try to go to the IIS from start --> Control Panel --->Administrative Tools --->IIS

then select your application folder right click and click on properties then click on Create application on the dialug box".

I have the same problem, but I don't see "Create Application" in the dialog box. I see a dialog box w/ six tabs and none of them have a reference to "Create application". I'm running ISS version 5.1

Thanks!
Kevin
Sorry guys for the mistake
in the dialug box you will find a panel it's title is Application Settings
you will find a button with the name Create just click on it

0 comments:

Post a Comment