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~
 
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)
 
Back
Top