Contents of Machine.Config File?

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

If my web site is on a shared server, how can I can see the contents of the
"Machine.Config" file for my machine?

Also, is "Machine.Config" specific to asp.net or can a classical ASP page use it as
well?
 
Yes, it's specific to asp.net

It's stored in a system folder. If you don't have access to it, you can't
see what's in it. Basic file permissions. Ask your hosting company what's
in it...maybe htey'll tell you.

Karl
 
Thanks. I'm looking to see the types of browsers that are
recognized; specifically, which return True with
Request.Browser.Crawler .

- Bill.
 

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