Question abount .NET

  • Thread starter Thread starter Utada P.W. SIU
  • Start date Start date
U

Utada P.W. SIU

Dear All,

I just a beginner for .net
I am using c# to write my asp.NET page

However, I would like to know the location of the page web.config as it have
disabled my error description in the browser.

thanks~~
 
The web.config file is located in the root of your web application.
Regards,

Peter Chadwick (MCP)
(e-mail address removed)
 
But I cannot found it

Does the file web.config will create automatically, or I need create it
manually??

thanks again~
 
One should be created every time you create a new asp.net project.
Peter.
 
oh...ic...it is genearated by visual studio.net, right?
as i just using editplus to edit my aspx file....
 
That's right. When VS.NET creates a new project, web.config is one of
the files it creates for you.
Peter Chadwick (MCP)
(e-mail address removed)
 

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

Back
Top