I installed the applications through my control panel under the master account, set the subfolder of my site that contains projectmanagement to IIS application 2.0 or later - manually started asp.net service and I try to go to my site (following information
received after installing db:
Your Application: http://krmconsultingmd.com/ProjectManagement**
This should be done automatically, however if you can't load your application, go to hosting control panel -> site admin -> .net application to turn your application folder into an IIS application.
and get the following generic error:
Server Error in '/ProjectManagement' 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".
Actually you should as the error suggests, change the web.config settings for the <customErrors> element. Be sure to to keep in mind that this is xml hence case sensitive. After changing it you can upload the web.config to your hosting provider and see what's
wrong since you'll get a much more detailed error explanation. Most likely it'll be a connection string setting that needs to be changed. If you don't know what the connection string should be, ask your hosting provider for the needed details.
This could be any number of things. I would start by turning custom errors off. Make sure your web.config file for you web site has this section as stated by the error
kmiller@krmc...
0 Points
1 Post
WebHost4Life Project Management asp.net install
Sep 23, 2008 01:02 AM|LINK
I installed the applications through my control panel under the master account, set the subfolder of my site that contains projectmanagement to IIS application 2.0 or later - manually started asp.net service and I try to go to my site (following information received after installing db:
Your Application: http://krmconsultingmd.com/ProjectManagement** This should be done automatically, however if you can't load your application, go to hosting control panel -> site admin -> .net application to turn your application folder into an IIS application. and get the following generic error:Server Error in '/ProjectManagement' 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".
KRM Consulting and KRM Site Design Companies
*Living Life One Day At A Time*
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: WebHost4Life Project Management asp.net install
Sep 23, 2008 03:33 AM|LINK
Instead of making a new folder on the root folder, you simply place your ASP.NET files into the root of the web site.
http://blogs.msdn.com/webdevtools/archive/2006/07/01/652986.aspx
http://msdn.microsoft.com/en-us/library/ms178473.aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: WebHost4Life Project Management asp.net install
Sep 25, 2008 03:22 AM|LINK
Actually you should as the error suggests, change the web.config settings for the <customErrors> element. Be sure to to keep in mind that this is xml hence case sensitive. After changing it you can upload the web.config to your hosting provider and see what's wrong since you'll get a much more detailed error explanation. Most likely it'll be a connection string setting that needs to be changed. If you don't know what the connection string should be, ask your hosting provider for the needed details.
This could be any number of things. I would start by turning custom errors off. Make sure your web.config file for you web site has this section as stated by the error
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Once custom errors are off you will get a more descriptive error.
http://support.microsoft.com/kb/910434
http://forums.asp.net/p/1034656/1428926.aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: WebHost4Life Project Management asp.net install
Oct 10, 2008 03:24 AM|LINK
Can you tell me what is the status of your thread?
Have you solved ypur problem , is any other difficulty you are facing
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.