My First .NET page - Not Good

L

Lars Netzel

If you follow the Guide that the error message is describing for you.. you
will get the real error.

that is... change the Web.Config file.. and set the Customer Error
parameter..to <customErrors mode="Off"/>

I asume right now it's set to <customErrors mode="RemoteOnly"/>

then.. after that, you will get to see the real error on the page!

Best greards
/Lars netzel
 
K

Kevin Spencer

I think you need to stop skipping steps. First of all, what you did with ASP
is irrelevant. Second, we have no context for your code. It looks like the
body of a function, as it returns a value. But what it returns a value TO is
unknown. Also, you neglected to mention what the error you received is.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
L

Lars Netzel

or.. well.. I guess you are sitting local and I'm remote.. sorry... please
provide the error message!

/Lars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top