This topic is locked

Server Error in '/' Application

11/20/2006 10:28:15 AM
ASPRunner.NET General questions
C
chital author

Hi,
Anyone can help me for the below error?
Server Error in '/' Application.

--------------------------------------------------------------------------------
Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30451: Name 'func' is not declared.
Source Error:
Line 23:

Line 24: lblMessage.Text = ""

Line 25: sConnectionString = func.GetConnectionStr()

Line 26:

Line 27: If sConnectionString = "" Then
Source File: d:\hosting\nesa555\toshibadle\DLEMaster_list.aspx Line: 25

Eugene 11/21/2006

This error can be caused by a virtual directory not being configured as an application in IIS.

To resolve it, open Internet Information Services (IIS) Manager, Right Click on the virtual directory - select properties and then click on "Create" next to the "Application" Label and the textbox. It will automatically create the "application" using the virtual directory's name.

C
chital author 11/21/2006

Than I have to talk with my hosting compnay?

Eugene 11/22/2006

You should ask your hosting company to configure your virtual directory as an application in IIS.

C
chital author 12/14/2006

You should ask your hosting company to configure your virtual directory as an application in IIS.


Thanks you very much SIR,
I did spoke with my hosting compnay and advise me you have to convert your existing plan to "Virtual Dedicated Server" or "Didicated Server" in order to configure this setting.
I wanted ask you is that true?
Your early reply appriciate.
Thanks,

swat 12/14/2006

You do not need to have Dedicated Server just to run asp.net application. Just a IIS configuration that's all-

C
chital author 12/14/2006

You do not need to have Dedicated Server just to run asp.net application. Just a IIS configuration that's all-


Thanks for reply;
How do I configure IIS, I have just share hosting plan with godaddy.com. (Windows/ASP support)
I'm stuck now. Paid everywhere and nothing happen.
Please help me out.
Thanks,

swat 12/14/2006

https://www.godaddy.com/gdshop/hosting/shar...amp;ci=260#tabs
See complete Hosting Plan comparison chart If you look at the chart you will see your plan already include ASP.NET 1 -ASP.Net2.0 support.
Set up virtual directory in IIS:
http://msdn2.microsoft.com/en-us/library/zwk103ab.aspx

Eugene 12/15/2006



Thanks you very much SIR,
I did spoke with my hosting compnay and advise me you have to convert your existing plan to "Virtual Dedicated Server" or "Didicated Server" in order to configure this setting.
I wanted ask you is that true?
Your early reply appriciate.
Thanks,


Usually hosting companies provide such kind of settings for free. Otherwise, they can enable user himself to config directories from "user admin tool".

You can try another way. Copy all files from directory /bin, that is inside of your generated project, into the directory /bin, that is in root of your site.

K
kconzel 10/23/2007

I just bought ASPRunner.Net yesterday. I receive almost exactly the same error as below. I tried to follow the directions below but don't have an "Application" Label and the textbox or anywhere I see that I can click to "Create" the application. Could it already be "created"? What else should I try?

This error can be caused by a virtual directory not being configured as an application in IIS.

To resolve it, open Internet Information Services (IIS) Manager, Right Click on the virtual directory - select properties and then click on "Create" next to the "Application" Label and the textbox. It will automatically create the "application" using the virtual directory's name.

Eugene 10/24/2007

I just bought ASPRunner.Net yesterday. I receive almost exactly the same error as below. I tried to follow the directions below but don't have an "Application" Label and the textbox or anywhere I see that I can click to "Create" the application. Could it already be "created"? What else should I try?


What IIS version do you use?

J
june 10/27/2007

Good answer,nice work!