HighTechTalks DotNet Forums  

Is this configuration element in web.config need internet access?

ASP.net Security microsoft.public.dotnet.framework.aspnet.security


Discuss Is this configuration element in web.config need internet access? in the ASP.net Security forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
pedestrian
 
Posts: n/a

Default Is this configuration element in web.config need internet access? - 12-14-2007 , 06:00 AM






I have a web.config file for an ASP.NET 2.0 project pages that resided in
Windows Server 2003 IIS 6.0. There's a configuration element which look like:

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

If the IIS server is blocked from the Internet access, will the above element
cause the runtime error in the browser while viewing asp.net pages since the
pages try to accessing internet address:
http://schemas.microsoft.com/.NetConfiguration/v2.0?

If the answer is yes, would it be appropriate to remove the xmlns="
http://schemas.microsoft.com/.NetConfiguration/v2.0" from the configuration
element?

Reply With Quote
  #2  
Old   
Dominick Baier
 
Posts: n/a

Default Re: Is this configuration element in web.config need internet access? - 12-19-2007 , 07:41 PM






no - this is just a namespace name. still - you can safely remove it.


-----
Dominick Baier (http://www.leastprivilege.com)

Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)

Quote:
I have a web.config file for an ASP.NET 2.0 project pages that resided
in Windows Server 2003 IIS 6.0. There's a configuration element which
look like:

configuration
xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"

If the IIS server is blocked from the Internet access, will the above
element cause the runtime error in the browser while viewing asp.net
pages since the pages try to accessing internet address:
http://schemas.microsoft.com/.NetConfiguration/v2.0?

If the answer is yes, would it be appropriate to remove the xmlns="
http://schemas.microsoft.com/.NetConfiguration/v2.0" from the
configuration element?




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.