473,406 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

web.config host error!! PLEASE help!

hi,

i just got a web host with asp.net , seemed really cool. aspx with the
c# or vb IN the actual main page run fine, but when i use codebehind and
make another source file ( a .cs) to go with the aspx (as you would
realistically) I get this :

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

----- every damn time, and ive done what it says about the web.config,
ive tried everything. i get nothing back from the tech support at the
minute so im totally in the dark :(. any suggestions please?

thanks
Nov 18 '05 #1
25 2808
What does your customErrors tag look like? Can you post it?

Matt Hawley, MCAD .NET http://www.eworldui.net hi,

i just got a web host with asp.net , seemed really cool. aspx with the
c# or vb IN the actual main page run fine, but when i use codebehind and
make another source file ( a .cs) to go with the aspx (as you would
realistically) I get this :

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

----- every damn time, and ive done what it says about the web.config,
ive tried everything. i get nothing back from the tech support at the
minute so im totally in the dark :(. any suggestions please?

thanks

Nov 18 '05 #2
Matt, here's the link mate

http://www.necrius.net/WebApplication1/WebForm1.aspx

Matt Hawley wrote:
What does your customErrors tag look like? Can you post it?

Matt Hawley, MCAD .NET http://www.eworldui.net hi,

i just got a web host with asp.net , seemed really cool. aspx with the
c# or vb IN the actual main page run fine, but when i use codebehind and
make another source file ( a .cs) to go with the aspx (as you would
realistically) I get this :

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

----- every damn time, and ive done what it says about the web.config,
ive tried everything. i get nothing back from the tech support at the
minute so im totally in the dark :(. any suggestions please?

thanks

Nov 18 '05 #3
What does your customErrors tag look like? Can you post it?

Matt Hawley, MCAD .NET http://www.eworldui.net hi,

i just got a web host with asp.net , seemed really cool. aspx with the
c# or vb IN the actual main page run fine, but when i use codebehind and
make another source file ( a .cs) to go with the aspx (as you would
realistically) I get this :

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

----- every damn time, and ive done what it says about the web.config,
ive tried everything. i get nothing back from the tech support at the
minute so im totally in the dark :(. any suggestions please?

thanks

Nov 18 '05 #4
Matt, here's the link mate

http://www.necrius.net/WebApplication1/WebForm1.aspx

Matt Hawley wrote:
What does your customErrors tag look like? Can you post it?

Matt Hawley, MCAD .NET http://www.eworldui.net hi,

i just got a web host with asp.net , seemed really cool. aspx with the
c# or vb IN the actual main page run fine, but when i use codebehind and
make another source file ( a .cs) to go with the aspx (as you would
realistically) I get this :

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

----- every damn time, and ive done what it says about the web.config,
ive tried everything. i get nothing back from the tech support at the
minute so im totally in the dark :(. any suggestions please?

thanks

Nov 18 '05 #5
Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??

Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate

http://www.necrius.net/WebApplication1/WebForm1.aspx

Matt Hawley wrote:
What does your customErrors tag look like? Can you post it?

Matt Hawley, MCAD .NET http://www.eworldui.net hi,

i just got a web host with asp.net , seemed really cool. aspx with the
c# or vb IN the actual main page run fine, but when i use codebehind and
make another source file ( a .cs) to go with the aspx (as you would
realistically) I get this :

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

----- every damn time, and ive done what it says about the web.config,
ive tried everything. i get nothing back from the tech support at the
minute so im totally in the dark :(. any suggestions please?

thanks


Nov 18 '05 #6
Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??

Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate

http://www.necrius.net/WebApplication1/WebForm1.aspx

Matt Hawley wrote:
What does your customErrors tag look like? Can you post it?

Matt Hawley, MCAD .NET http://www.eworldui.net hi,

i just got a web host with asp.net , seemed really cool. aspx with the
c# or vb IN the actual main page run fine, but when i use codebehind and
make another source file ( a .cs) to go with the aspx (as you would
realistically) I get this :

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

----- every damn time, and ive done what it says about the web.config,
ive tried everything. i get nothing back from the tech support at the
minute so im totally in the dark :(. any suggestions please?

thanks


Nov 18 '05 #7
Mmm thought I'd already put about this. I'll explain, basically I'm
tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??

Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate

http://www.necrius.net/WebApplication1/WebForm1.aspx

Matt Hawley wrote:
> What does your customErrors tag look like? Can you post it?
>
> Matt Hawley, MCAD .NET http://www.eworldui.net hi,
>
> i just got a web host with asp.net , seemed really cool. aspx with the
> c# or vb IN the actual main page run fine, but when i use codebehind and
> make another source file ( a .cs) to go with the aspx (as you would
> realistically) I get this :
>
> 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".
>
> ----- every damn time, and ive done what it says about the web.config,
> ive tried everything. i get nothing back from the tech support at the
> minute so im totally in the dark :(. any suggestions please?
>
> thanks
>

Nov 18 '05 #8
Mmm thought I'd already put about this. I'll explain, basically I'm
tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??

Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate

http://www.necrius.net/WebApplication1/WebForm1.aspx

Matt Hawley wrote:
> What does your customErrors tag look like? Can you post it?
>
> Matt Hawley, MCAD .NET http://www.eworldui.net hi,
>
> i just got a web host with asp.net , seemed really cool. aspx with the
> c# or vb IN the actual main page run fine, but when i use codebehind and
> make another source file ( a .cs) to go with the aspx (as you would
> realistically) I get this :
>
> 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".
>
> ----- every damn time, and ive done what it says about the web.config,
> ive tried everything. i get nothing back from the tech support at the
> minute so im totally in the dark :(. any suggestions please?
>
> thanks
>

Nov 18 '05 #9
I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.

Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm
tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??

Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate

http://www.necrius.net/WebApplication1/WebForm1.aspx

Matt Hawley wrote:
What does your customErrors tag look like? Can you post it?

Matt Hawley, MCAD .NET http://www.eworldui.net hi,

i just got a web host with asp.net , seemed really cool. aspx with the
c# or vb IN the actual main page run fine, but when i use codebehind and
make another source file ( a .cs) to go with the aspx (as you would
realistically) I get this :

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

----- every damn time, and ive done what it says about the web.config,
ive tried everything. i get nothing back from the tech support at the
minute so im totally in the dark :(. any suggestions please?

thanks


Nov 18 '05 #10
I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.

Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm
tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??

Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate

http://www.necrius.net/WebApplication1/WebForm1.aspx

Matt Hawley wrote:
What does your customErrors tag look like? Can you post it?

Matt Hawley, MCAD .NET http://www.eworldui.net hi,

i just got a web host with asp.net , seemed really cool. aspx with the
c# or vb IN the actual main page run fine, but when i use codebehind and
make another source file ( a .cs) to go with the aspx (as you would
realistically) I get this :

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

----- every damn time, and ive done what it says about the web.config,
ive tried everything. i get nothing back from the tech support at the
minute so im totally in the dark :(. any suggestions please?

thanks


Nov 18 '05 #11
I've tried a load of configs, I get the same error. If you have a
config you want me to try I'll do it, but I've tried the one .net studio
gneerates, Ive altered the custom errors to hell and back, and I've
tried suggestions from some others, I get the same error, its mental

Matt Hawley wrote:
I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.

Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm
tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
> Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??
>
> Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate
>
> http://www.necrius.net/WebApplication1/WebForm1.aspx
>
>
>
> Matt Hawley wrote:
>
> > What does your customErrors tag look like? Can you post it?
> >
> > Matt Hawley, MCAD .NET http://www.eworldui.net hi,
> >
> > i just got a web host with asp.net , seemed really cool. aspx with the
> > c# or vb IN the actual main page run fine, but when i use codebehind and
> > make another source file ( a .cs) to go with the aspx (as you would
> > realistically) I get this :
> >
> > 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".
> >
> > ----- every damn time, and ive done what it says about the web.config,
> > ive tried everything. i get nothing back from the tech support at the
> > minute so im totally in the dark :(. any suggestions please?
> >
> > thanks
> >

>

Nov 18 '05 #12
I've tried a load of configs, I get the same error. If you have a
config you want me to try I'll do it, but I've tried the one .net studio
gneerates, Ive altered the custom errors to hell and back, and I've
tried suggestions from some others, I get the same error, its mental

Matt Hawley wrote:
I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.

Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm
tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
> Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??
>
> Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate
>
> http://www.necrius.net/WebApplication1/WebForm1.aspx
>
>
>
> Matt Hawley wrote:
>
> > What does your customErrors tag look like? Can you post it?
> >
> > Matt Hawley, MCAD .NET http://www.eworldui.net hi,
> >
> > i just got a web host with asp.net , seemed really cool. aspx with the
> > c# or vb IN the actual main page run fine, but when i use codebehind and
> > make another source file ( a .cs) to go with the aspx (as you would
> > realistically) I get this :
> >
> > 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".
> >
> > ----- every damn time, and ive done what it says about the web.config,
> > ive tried everything. i get nothing back from the tech support at the
> > minute so im totally in the dark :(. any suggestions please?
> >
> > thanks
> >

>

Nov 18 '05 #13
dude you were right

i put the config in the root etc and now it work, but i have to put a
modded config in the actual application directory, but now i get this :

-----------------

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>
Source File:
D:\Webspace\necrius.net\wwwroot\WebApplication1\We bForm1.aspx Line: 1
any ideas ????

Matt Hawley wrote:
I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.

Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm
tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
> Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??
>
> Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate
>
> http://www.necrius.net/WebApplication1/WebForm1.aspx
>
>
>
> Matt Hawley wrote:
>
> > What does your customErrors tag look like? Can you post it?
> >
> > Matt Hawley, MCAD .NET http://www.eworldui.net hi,
> >
> > i just got a web host with asp.net , seemed really cool. aspx with the
> > c# or vb IN the actual main page run fine, but when i use codebehind and
> > make another source file ( a .cs) to go with the aspx (as you would
> > realistically) I get this :
> >
> > 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".
> >
> > ----- every damn time, and ive done what it says about the web.config,
> > ive tried everything. i get nothing back from the tech support at the
> > minute so im totally in the dark :(. any suggestions please?
> >
> > thanks
> >

>

Nov 18 '05 #14
dude you were right

i put the config in the root etc and now it work, but i have to put a
modded config in the actual application directory, but now i get this :

-----------------

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>
Source File:
D:\Webspace\necrius.net\wwwroot\WebApplication1\We bForm1.aspx Line: 1
any ideas ????

Matt Hawley wrote:
I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.

Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm
tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
> Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??
>
> Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate
>
> http://www.necrius.net/WebApplication1/WebForm1.aspx
>
>
>
> Matt Hawley wrote:
>
> > What does your customErrors tag look like? Can you post it?
> >
> > Matt Hawley, MCAD .NET http://www.eworldui.net hi,
> >
> > i just got a web host with asp.net , seemed really cool. aspx with the
> > c# or vb IN the actual main page run fine, but when i use codebehind and
> > make another source file ( a .cs) to go with the aspx (as you would
> > realistically) I get this :
> >
> > 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".
> >
> > ----- every damn time, and ive done what it says about the web.config,
> > ive tried everything. i get nothing back from the tech support at the
> > minute so im totally in the dark :(. any suggestions please?
> >
> > thanks
> >

>

Nov 18 '05 #15
Looks like your codebehind .dll file with the WebForm1 code in it is
missing. It should be in the bin directory, under the web application
directory (where you have web.config)

Pete Beech

"n3crius" <n3*****@blueyonder.co.uk> wrote in message
news:98******************@news-binary.blueyonder.co.uk...
dude you were right

i put the config in the root etc and now it work, but i have to put a
modded config in the actual application directory, but now i get this :

-----------------

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>
Source File:
D:\Webspace\necrius.net\wwwroot\WebApplication1\We bForm1.aspx Line: 1
any ideas ????

Matt Hawley wrote:
I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.
Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
> Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ?? >
> Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate >
> http://www.necrius.net/WebApplication1/WebForm1.aspx
>
>
>
> Matt Hawley wrote:
>
> > What does your customErrors tag look like? Can you post it?
> >
> > Matt Hawley, MCAD .NET http://www.eworldui.net hi,
> >
> > i just got a web host with asp.net , seemed really cool. aspx with the > > c# or vb IN the actual main page run fine, but when i use codebehind and > > make another source file ( a .cs) to go with the aspx (as you would
> > realistically) I get this :
> >
> > 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".
> >
> > ----- every damn time, and ive done what it says about the web.config, > > ive tried everything. i get nothing back from the tech support at the > > minute so im totally in the dark :(. any suggestions please?
> >
> > thanks
> >
>

Nov 18 '05 #16
Looks like your codebehind .dll file with the WebForm1 code in it is
missing. It should be in the bin directory, under the web application
directory (where you have web.config)

Pete Beech

"n3crius" <n3*****@blueyonder.co.uk> wrote in message
news:98******************@news-binary.blueyonder.co.uk...
dude you were right

i put the config in the root etc and now it work, but i have to put a
modded config in the actual application directory, but now i get this :

-----------------

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>
Source File:
D:\Webspace\necrius.net\wwwroot\WebApplication1\We bForm1.aspx Line: 1
any ideas ????

Matt Hawley wrote:
I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.
Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
> Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ?? >
> Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate >
> http://www.necrius.net/WebApplication1/WebForm1.aspx
>
>
>
> Matt Hawley wrote:
>
> > What does your customErrors tag look like? Can you post it?
> >
> > Matt Hawley, MCAD .NET http://www.eworldui.net hi,
> >
> > i just got a web host with asp.net , seemed really cool. aspx with the > > c# or vb IN the actual main page run fine, but when i use codebehind and > > make another source file ( a .cs) to go with the aspx (as you would
> > realistically) I get this :
> >
> > 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".
> >
> > ----- every damn time, and ive done what it says about the web.config, > > ive tried everything. i get nothing back from the tech support at the > > minute so im totally in the dark :(. any suggestions please?
> >
> > thanks
> >
>

Nov 18 '05 #17
Also, you could just put the source file up there (WebForm1.aspx.vb) and
change 'Codebehind' to 'Src'. This will get the server to compile the
codebehind file for you, obviously with a slight hit in performance when
initially used.

I believe its generally recommended to deploy the dll though, and not use
the Src attribute.

Pete

"n3crius" <n3*****@blueyonder.co.uk> wrote in message
news:98******************@news-binary.blueyonder.co.uk...
dude you were right

i put the config in the root etc and now it work, but i have to put a
modded config in the actual application directory, but now i get this :

-----------------

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>
Source File:
D:\Webspace\necrius.net\wwwroot\WebApplication1\We bForm1.aspx Line: 1
any ideas ????

Matt Hawley wrote:
I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.
Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
> Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ?? >
> Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate >
> http://www.necrius.net/WebApplication1/WebForm1.aspx
>
>
>
> Matt Hawley wrote:
>
> > What does your customErrors tag look like? Can you post it?
> >
> > Matt Hawley, MCAD .NET http://www.eworldui.net hi,
> >
> > i just got a web host with asp.net , seemed really cool. aspx with the > > c# or vb IN the actual main page run fine, but when i use codebehind and > > make another source file ( a .cs) to go with the aspx (as you would
> > realistically) I get this :
> >
> > 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".
> >
> > ----- every damn time, and ive done what it says about the web.config, > > ive tried everything. i get nothing back from the tech support at the > > minute so im totally in the dark :(. any suggestions please?
> >
> > thanks
> >
>

Nov 18 '05 #18
Also, you could just put the source file up there (WebForm1.aspx.vb) and
change 'Codebehind' to 'Src'. This will get the server to compile the
codebehind file for you, obviously with a slight hit in performance when
initially used.

I believe its generally recommended to deploy the dll though, and not use
the Src attribute.

Pete

"n3crius" <n3*****@blueyonder.co.uk> wrote in message
news:98******************@news-binary.blueyonder.co.uk...
dude you were right

i put the config in the root etc and now it work, but i have to put a
modded config in the actual application directory, but now i get this :

-----------------

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>
Source File:
D:\Webspace\necrius.net\wwwroot\WebApplication1\We bForm1.aspx Line: 1
any ideas ????

Matt Hawley wrote:
I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.
Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
> Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ?? >
> Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate >
> http://www.necrius.net/WebApplication1/WebForm1.aspx
>
>
>
> Matt Hawley wrote:
>
> > What does your customErrors tag look like? Can you post it?
> >
> > Matt Hawley, MCAD .NET http://www.eworldui.net hi,
> >
> > i just got a web host with asp.net , seemed really cool. aspx with the > > c# or vb IN the actual main page run fine, but when i use codebehind and > > make another source file ( a .cs) to go with the aspx (as you would
> > realistically) I get this :
> >
> > 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".
> >
> > ----- every damn time, and ive done what it says about the web.config, > > ive tried everything. i get nothing back from the tech support at the > > minute so im totally in the dark :(. any suggestions please?
> >
> > thanks
> >
>

Nov 18 '05 #19
Yeah - when you're using code-behind pages, you need to pre-compile your application. I think...if you had src="WebForm1.aspx.vb" to the page directive, then it should JIT compile on the server though. That is just speculation since I never do it, but its worth a shot.

Matt Hawley, MCAD .NET http://www.eworldui.net dude you were right

i put the config in the root etc and now it work, but i have to put a
modded config in the actual application directory, but now i get this :

-----------------

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>
Source File:
D:\Webspace\necrius.net\wwwroot\WebApplication1\We bForm1.aspx Line: 1
any ideas ????

Matt Hawley wrote:
I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.

Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm
tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??

Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate

http://www.necrius.net/WebApplication1/WebForm1.aspx

Matt Hawley wrote:
What does your customErrors tag look like? Can you post it?

Matt Hawley, MCAD .NET http://www.eworldui.net hi,

i just got a web host with asp.net , seemed really cool. aspx with the
c# or vb IN the actual main page run fine, but when i use codebehind and
make another source file ( a .cs) to go with the aspx (as you would
realistically) I get this :

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

----- every damn time, and ive done what it says about the web.config,
ive tried everything. i get nothing back from the tech support at the
minute so im totally in the dark :(. any suggestions please?

thanks


Nov 18 '05 #20
Yeah - when you're using code-behind pages, you need to pre-compile your application. I think...if you had src="WebForm1.aspx.vb" to the page directive, then it should JIT compile on the server though. That is just speculation since I never do it, but its worth a shot.

Matt Hawley, MCAD .NET http://www.eworldui.net dude you were right

i put the config in the root etc and now it work, but i have to put a
modded config in the actual application directory, but now i get this :

-----------------

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>
Source File:
D:\Webspace\necrius.net\wwwroot\WebApplication1\We bForm1.aspx Line: 1
any ideas ????

Matt Hawley wrote:
I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.

Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm
tried all that. I've tried every thing in the web config, makes no
difference

Matt Hawley wrote:
Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??

Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate

http://www.necrius.net/WebApplication1/WebForm1.aspx

Matt Hawley wrote:
What does your customErrors tag look like? Can you post it?

Matt Hawley, MCAD .NET http://www.eworldui.net hi,

i just got a web host with asp.net , seemed really cool. aspx with the
c# or vb IN the actual main page run fine, but when i use codebehind and
make another source file ( a .cs) to go with the aspx (as you would
realistically) I get this :

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

----- every damn time, and ive done what it says about the web.config,
ive tried everything. i get nothing back from the tech support at the
minute so im totally in the dark :(. any suggestions please?

thanks


Nov 18 '05 #21
Ok guys, thanks very much for your great responses you've helped me
lots. Unfortunately, I think the DLL is in there? I'm still getting
this message however? I have tried compiling, then loading up, theres a
file such as 'WebApplication#.dll' in the bin folder depending on the
applciation (#).

Matt Hawley wrote:
Yeah - when you're using code-behind pages, you need to pre-compile your application. I think...if you had src="WebForm1.aspx.vb" to the page directive, then it should JIT compile on the server though. That is just speculation since I never do it, but its worth a shot.

Matt Hawley, MCAD .NET http://www.eworldui.net dude you were right

i put the config in the root etc and now it work, but i have to put a
modded config in the actual application directory, but now i get this :

-----------------

Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>
Source File:
D:\Webspace\necrius.net\wwwroot\WebApplication1\We bForm1.aspx Line: 1
any ideas ????

Matt Hawley wrote:
> I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help.
>
> Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm
> tried all that. I've tried every thing in the web config, makes no
> difference
>
> Matt Hawley wrote:
>
> > Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ??
> >
> > Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate
> >
> > http://www.necrius.net/WebApplication1/WebForm1.aspx
> >
> >
> >
> > Matt Hawley wrote:
> >
> > > What does your customErrors tag look like? Can you post it?
> > >
> > > Matt Hawley, MCAD .NET http://www.eworldui.net hi,
> > >
> > > i just got a web host with asp.net , seemed really cool. aspx with the
> > > c# or vb IN the actual main page run fine, but when i use codebehind and
> > > make another source file ( a .cs) to go with the aspx (as you would
> > > realistically) I get this :
> > >
> > > 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".
> > >
> > > ----- every damn time, and ive done what it says about the web.config,
> > > ive tried everything. i get nothing back from the tech support at the
> > > minute so im totally in the dark :(. any suggestions please?
> > >
> > > thanks
> > >
> >

>

Nov 18 '05 #22
I'm just guessing, but try putting the dll into the bin directory that is
immediately under your root directory (i.e. /bin, not /WebApplication1/bin.)
If this works, it would imply that your subdirectory WebApplication1 hasn't
been set up as an application in IIS. (i.e. you need to have someone run
IIS, go to the properties for that directory, and press the Create
Application button)

It might be possible to do that remotely - if it has FrontPage extensions on
the server, then I often use the ability from VS.NET to create a project
directly on a server - that sets up the application in IIS on that
directory, then I can delete the project files and just upload my
application files. Theres probably much better ways of doing it. Otherwise
you could get Tech support for your hosting provider to create an
application in the WebApplication1 directory (and any other directories you
want).

Each web application that you create like this will have its own bin
directory which it will use (rather than using the root one) and it will run
separately from the other web applications you have on the server.

Anyway, try what I suggested at the top to see if that is the problem..

Cheers,
Pete

"n3crius" <n3*****@blueyonder.co.uk> wrote in message
news:Nf*****************@news-binary.blueyonder.co.uk...
Ok guys, thanks very much for your great responses you've helped me
lots. Unfortunately, I think the DLL is in there? I'm still getting
this message however? I have tried compiling, then loading up, theres a
file such as 'WebApplication#.dll' in the bin folder depending on the
applciation (#).

Matt Hawley wrote:
Yeah - when you're using code-behind pages, you need to pre-compile your application. I think...if you had src="WebForm1.aspx.vb" to the page
directive, then it should JIT compile on the server though. That is just
speculation since I never do it, but its worth a shot.
Matt Hawley, MCAD .NET http://www.eworldui.net dude you were right

i put the config in the root etc and now it work, but i have to put a
modded config in the actual application directory, but now i get this :

-----------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>
Source File:
D:\Webspace\necrius.net\wwwroot\WebApplication1\We bForm1.aspx Line: 1
any ideas ????

Matt Hawley wrote:
> I understand that, however there seems to be a problem with your web.config file, and without being able to see it, I can't help. >
> Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd already put about this. I'll explain, basically I'm > tried all that. I've tried every thing in the web config, makes no
> difference
>
> Matt Hawley wrote:
>
> > Yeah...but what does your Web.Config file look like? Thats the problem. In your Web.Config file, have you set customErrors to "Off" ?? > >
> > Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the link mate > >
> > http://www.necrius.net/WebApplication1/WebForm1.aspx
> >
> >
> >
> > Matt Hawley wrote:
> >
> > > What does your customErrors tag look like? Can you post it?
> > >
> > > Matt Hawley, MCAD .NET http://www.eworldui.net hi,
> > >
> > > i just got a web host with asp.net , seemed really cool. aspx with the > > > c# or vb IN the actual main page run fine, but when i use codebehind and > > > make another source file ( a .cs) to go with the aspx (as you would > > > realistically) I get this :
> > >
> > > 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".
> > >
> > > ----- every damn time, and ive done what it says about the web.config, > > > ive tried everything. i get nothing back from the tech support at the > > > minute so im totally in the dark :(. any suggestions please?
> > >
> > > thanks
> > >
> >
>

Nov 18 '05 #23
Hey Pete. I have frontpage extensions enabled and am running VS.NET
2003, how can i remote, and create a project on the host server? this
sounds cool

Pete Beech wrote:
I'm just guessing, but try putting the dll into the bin directory that is
immediately under your root directory (i.e. /bin, not /WebApplication1/bin.)
If this works, it would imply that your subdirectory WebApplication1 hasn't
been set up as an application in IIS. (i.e. you need to have someone run
IIS, go to the properties for that directory, and press the Create
Application button)

It might be possible to do that remotely - if it has FrontPage extensions on
the server, then I often use the ability from VS.NET to create a project
directly on a server - that sets up the application in IIS on that
directory, then I can delete the project files and just upload my
application files. Theres probably much better ways of doing it. Otherwise
you could get Tech support for your hosting provider to create an
application in the WebApplication1 directory (and any other directories you
want).

Each web application that you create like this will have its own bin
directory which it will use (rather than using the root one) and it will run
separately from the other web applications you have on the server.

Anyway, try what I suggested at the top to see if that is the problem..

Cheers,
Pete

"n3crius" <n3*****@blueyonder.co.uk> wrote in message
news:Nf*****************@news-binary.blueyonder.co.uk...
Ok guys, thanks very much for your great responses you've helped me
lots. Unfortunately, I think the DLL is in there? I'm still getting
this message however? I have tried compiling, then loading up, theres a
file such as 'WebApplication#.dll' in the bin folder depending on the
applciation (#).

Matt Hawley wrote:

Yeah - when you're using code-behind pages, you need to pre-compile your
application. I think...if you had src="WebForm1.aspx.vb" to the page
directive, then it should JIT compile on the server though. That is just
speculation since I never do it, but its worth a shot.
Matt Hawley, MCAD .NET http://www.eworldui.net dude you were right

i put the config in the root etc and now it work, but i have to put a
modded config in the actual application directory, but now i get this :

-----------------

Parser Error
Description: An error occurred during the parsing of a resource
required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>
Source File:
D:\Webspace\necrius.net\wwwroot\WebApplication1\We bForm1.aspx Line: 1
any ideas ????

Matt Hawley wrote:

> I understand that, however there seems to be a problem with your
web.config file, and without being able to see it, I can't help.

> Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd
already put about this. I'll explain, basically I'm
tried all that. I've tried every thing in the web config, makes no
> difference
>
> Matt Hawley wrote:
>
> > Yeah...but what does your Web.Config file look like? Thats the
problem. In your Web.Config file, have you set customErrors to "Off" ??
>
> > Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the
link mate
>
> > http://www.necrius.net/WebApplication1/WebForm1.aspx
> >
> >
> >
> > Matt Hawley wrote:
> >
> > > What does your customErrors tag look like? Can you post it?
> > >
> > > Matt Hawley, MCAD .NET http://www.eworldui.net hi,
> > >
> > > i just got a web host with asp.net , seemed really cool. aspx
with the
> > c# or vb IN the actual main page run fine, but when i use
codebehind and
> > make another source file ( a .cs) to go with the aspx (as you
would
> > realistically) I get this :
> > >
> > > 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".
> > >
> > > ----- every damn time, and ive done what it says about the
web.config,
> > ive tried everything. i get nothing back from the tech support at
the
> > minute so im totally in the dark :(. any suggestions please?
> > >
> > > thanks
> > >
> >
>


Nov 18 '05 #24
When you create an ASP.NET project, select a URL on your webserver to create
the project under, e.g. http://www.necrius.net/WebApplication1 (or try a new
one just in case theres a problem because this already exists)

There are 2 modes of Web Server Connection access, file share and Front
Page - if it tries to create the project using the default access mode and
it fails, you will get a prompt to try using the other method. You can see
or change the default mode under Tools->Options, Projects->Web Settings.

If it can successfully connect, the project is then created on the
webserver - I think the Solution file stays on the local machine, and the
rest is on the server, including proj files, source files, etc. You can then
develop your application directly on the server - its probably mainly useful
when you don't have IIS installed locally.

As I say, I use it to just create the application directory properly on the
server, so it has its own bin, and so it is separate from other applications
in my webspace. There may be a far easier way of doing this though, I've
never looked into it.

BTW, did you try moving your dll to the bin folder under root?

Cheers,
Pete Beech
"n3crius" <n3*****@blueyonder.co.uk> wrote in message
news:dK****************@news-binary.blueyonder.co.uk...
Hey Pete. I have frontpage extensions enabled and am running VS.NET
2003, how can i remote, and create a project on the host server? this
sounds cool

Pete Beech wrote:
I'm just guessing, but try putting the dll into the bin directory that is immediately under your root directory (i.e. /bin, not /WebApplication1/bin.) If this works, it would imply that your subdirectory WebApplication1 hasn't been set up as an application in IIS. (i.e. you need to have someone run
IIS, go to the properties for that directory, and press the Create
Application button)

It might be possible to do that remotely - if it has FrontPage extensions on the server, then I often use the ability from VS.NET to create a project
directly on a server - that sets up the application in IIS on that
directory, then I can delete the project files and just upload my
application files. Theres probably much better ways of doing it. Otherwise you could get Tech support for your hosting provider to create an
application in the WebApplication1 directory (and any other directories you want).

Each web application that you create like this will have its own bin
directory which it will use (rather than using the root one) and it will run separately from the other web applications you have on the server.

Anyway, try what I suggested at the top to see if that is the problem..

Cheers,
Pete

"n3crius" <n3*****@blueyonder.co.uk> wrote in message
news:Nf*****************@news-binary.blueyonder.co.uk...
Ok guys, thanks very much for your great responses you've helped me
lots. Unfortunately, I think the DLL is in there? I'm still getting
this message however? I have tried compiling, then loading up, theres a
file such as 'WebApplication#.dll' in the bin folder depending on the
applciation (#).

Matt Hawley wrote:
Yeah - when you're using code-behind pages, you need to pre-compile your

application. I think...if you had src="WebForm1.aspx.vb" to the page
directive, then it should JIT compile on the server though. That is just speculation since I never do it, but its worth a shot.
Matt Hawley, MCAD .NET http://www.eworldui.net dude you were right

i put the config in the root etc and now it work, but i have to put a
modded config in the actual application directory, but now i get this
:
-----------------

Parser Error
Description: An error occurred during the parsing of a resource


required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>
Source File:
D:\Webspace\necrius.net\wwwroot\WebApplication1\We bForm1.aspx Line: 1
any ideas ????

Matt Hawley wrote:

> I understand that, however there seems to be a problem with your


web.config file, and without being able to see it, I can't help.
>
> Matt Hawley, MCAD .NET http://www.eworldui.net Mmm thought I'd


already put about this. I'll explain, basically I'm
> tried all that. I've tried every thing in the web config, makes no
> difference
>
> Matt Hawley wrote:
>
> > Yeah...but what does your Web.Config file look like? Thats the


problem. In your Web.Config file, have you set customErrors to "Off" ??
> >
> > Matt Hawley, MCAD .NET http://www.eworldui.net Matt, here's the


link mate
> >
> > http://www.necrius.net/WebApplication1/WebForm1.aspx
> >
> >
> >
> > Matt Hawley wrote:
> >
> > > What does your customErrors tag look like? Can you post it?
> > >
> > > Matt Hawley, MCAD .NET http://www.eworldui.net hi,
> > >
> > > i just got a web host with asp.net , seemed really cool. aspx


with the
> > > c# or vb IN the actual main page run fine, but when i use


codebehind and
> > > make another source file ( a .cs) to go with the aspx (as you


would
> > > realistically) I get this :
> > >
> > > 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".
> > >
> > > ----- every damn time, and ive done what it says about the


web.config,
> > > ive tried everything. i get nothing back from the tech support
at
the
> > > minute so im totally in the dark :(. any suggestions please?
> > >
> > > thanks
> > >
> >
>


Nov 18 '05 #25
I had this same problem but after fiddling around I discovered that my
application was looking for it's dll in a bin subfolder rather than in
the root web bin folder. So maybe in your case it is just looking in
the wrong place for the dll as suggested below.

My solution was to go into IIS and change the folder e.g.
"/webapplication1" to make it an ordinary folder and not an
application. Then my code worked correctly finding the /bin in the
root web folder. Somewhere in the process I must have created an
application for that folder.

Hope that helps
Jonathan
"Pete Beech" <pe*********@hotmail.nojunk.com> wrote in message news:<#V**************@TK2MSFTNGP09.phx.gbl>...
When you create an ASP.NET project, select a URL on your webserver to create
the project under, e.g. http://www.necrius.net/WebApplication1 (or try a new
one just in case theres a problem because this already exists)

There are 2 modes of Web Server Connection access, file share and Front
Page - if it tries to create the project using the default access mode and
it fails, you will get a prompt to try using the other method. You can see
or change the default mode under Tools->Options, Projects->Web Settings.

If it can successfully connect, the project is then created on the
webserver - I think the Solution file stays on the local machine, and the
rest is on the server, including proj files, source files, etc. You can then
develop your application directly on the server - its probably mainly useful
when you don't have IIS installed locally.

As I say, I use it to just create the application directory properly on the
server, so it has its own bin, and so it is separate from other applications
in my webspace. There may be a far easier way of doing this though, I've
never looked into it.

BTW, did you try moving your dll to the bin folder under root?

Cheers,
Pete Beech

Nov 18 '05 #26

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: n3crius | last post by:
hi, i just got a web host with asp.net , seemed really cool. aspx with the c# or vb IN the actual main page run fine, but when i use codebehind and make another source file ( a .cs) to go with...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.