If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Asp.Net Deployment Error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-23-09, 05:15
Ajith S Kulgod Ajith S Kulgod is offline
Registered User
 
Join Date: Dec 2008
Posts: 10
Asp.Net Deployment Error

1) 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".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Reply With Quote
  #2 (permalink)  
Old 01-23-09, 17:32
SimonMT SimonMT is offline
Registered User
 
Join Date: Sep 2006
Posts: 265
You need a web.config file. Although there is more to this file, if it does not exist create the file in the top directory and paste in the code and test the page locally.

Simon
Reply With Quote
  #3 (permalink)  
Old 01-23-09, 23:45
Ajith S Kulgod Ajith S Kulgod is offline
Registered User
 
Join Date: Dec 2008
Posts: 10
OLAP Eror

Hi,
Thanks for the reply.Earlier when I debugged the Asp.Net Application "Cannot connect to Localhost " was occuring.In the Config file we had mentioned Provider=MSOLAP . Here , error was occuring . i.e "OLAP Server error".We changed this to Provider=MSOLAP.3 and the error is not occuring .


Any way Thank You Very much for the reply.




Regards
Ajith S Kulgod
Reply With Quote
  #4 (permalink)  
Old 01-24-09, 09:11
SimonMT SimonMT is offline
Registered User
 
Join Date: Sep 2006
Posts: 265
There are a number of set-up issues.

Is IIS loaded?
Which version are you running IIS6 or IIS7?
Has the local web site set-up?
Are you using Visual Web Developer?

Simon
Reply With Quote
  #5 (permalink)  
Old 01-27-09, 00:30
Ajith S Kulgod Ajith S Kulgod is offline
Registered User
 
Join Date: Dec 2008
Posts: 10
Asp.Net Deployment

Iam using IISv5.And also i have created the web setup.
Reply With Quote
  #6 (permalink)  
Old 01-30-09, 15:52
SimonMT SimonMT is offline
Registered User
 
Join Date: Sep 2006
Posts: 265
Ajith,

You can also put on you page:

<%@ Page Language="VB" debug="true"%>

Not that at times the messages make any sense but it you have made a error it all becomes too apparent.

Microsoft Visual Web Developer 2008 is free to download and there is definitely error correction embedded. If you are running IIS 5 it is unlikely to be Vista, IIS6 is a definite improvement as you can set-up multiple instances of web sites.

Simon
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On