473,563 Members | 2,897 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Microsoft, are you loosing it? config.web


Check out this link:

http://tinyurl.com/5nele

It should read "Web.config " but someone at Microsoft managed to type it
as "Config.web " in the entire article. :)

--
robrod1970
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------

Nov 19 '05 #1
8 1148
RCS
*shrugs* at least they were consistent?!

"robrod1970 " <ro************ ***@mail.codeco mments.com> wrote in message
news:ro******** *******@mail.co decomments.com. ..

Check out this link:

http://tinyurl.com/5nele

It should read "Web.config " but someone at Microsoft managed to type it
as "Config.web " in the entire article. :)

--
robrod1970
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------

Nov 19 '05 #2
Hello robrod1970,

Notice the first paragraph on the page:

"Note: The code in this article is targeted for the beta version of Microsoft
..NET. Some of the code may require reworking in order to function correctly
on later versions of the .NET Framework."

In early betas of .NET 1.0, the file was actually called Config.web... :)

--
Matt Berther
http://www.mattberther.com
Check out this link:

http://tinyurl.com/5nele

It should read "Web.config " but someone at Microsoft managed to type
it as "Config.web " in the entire article. :)

--
robrod1970
----------------------------------------------------------------------
--
Posted via http://www.codecomments.com
----------------------------------------------------------------------
--



Nov 19 '05 #3
Nonsense!

At the time that article was written,
the name *was* config.web.

It was *later* changed to web.config.

Rob Howard, the article's author, btw,
was instrumental in the creation of ASP.NET.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=============== ======

"robrod1970 " <ro************ ***@mail.codeco mments.com> wrote in message
news:ro******** *******@mail.co decomments.com. ..

Check out this link:

http://tinyurl.com/5nele

It should read "Web.config " but someone at Microsoft managed to type it
as "Config.web " in the entire article. :)

Nov 19 '05 #4

"robrod1970 " <ro************ ***@mail.codeco mments.com> wrote in message
news:ro******** *******@mail.co decomments.com. ..

Check out this link:

http://tinyurl.com/5nele

It should read "Web.config " but someone at Microsoft managed to type it
as "Config.web " in the entire article. :)

--
robrod1970
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------

Either this is a troll, or you didn't notice the prominently displayed date
of the article you cite.
As you've already been informed, the name was correct in December 2000.
Nov 19 '05 #5
In the beta, it was called config.web. I am sure you can find many other
articles written in 2000 that have incorrect info today ... because it was a
beta.

For example, this code ran under beta 1:

ADOConnection conn = new ADOConnection(c onnString);

The corresponding SQL connection was

SqlClientConnec tion conn = new SqlClientConnec tion(connString );

Annoyed me to no end when it changed as I had to relearn what I had learned.
But, that is the risk you have when you play with betas.

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** ************
Think Outside the Box!
*************** ************

"robrod1970 " wrote:

Check out this link:

http://tinyurl.com/5nele

It should read "Web.config " but someone at Microsoft managed to type it
as "Config.web " in the entire article. :)

--
robrod1970
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------

Nov 19 '05 #6
Note the date of the article.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"robrod1970 " <ro************ ***@mail.codeco mments.com> wrote in message
news:ro******** *******@mail.co decomments.com. ..

Check out this link:

http://tinyurl.com/5nele

It should read "Web.config " but someone at Microsoft managed to type it
as "Config.web " in the entire article. :)

--
robrod1970
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------

Nov 19 '05 #7
And "loosing" is spelled losing.
Nov 19 '05 #8
And your time/time zone is wrong.

"robrod1970 " <ro************ ***@mail.codeco mments.com> wrote in message
news:ro******** *******@mail.co decomments.com. ..

Check out this link:

http://tinyurl.com/5nele

It should read "Web.config " but someone at Microsoft managed to type it
as "Config.web " in the entire article. :)

--
robrod1970
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------


Nov 19 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1748
by: Fabian Kr?ger | last post by:
Hello, I got a weird problem and need your help and ideas... I´ve written an php application which imports data in XML format and writes this data to a MySQL database to have a faster access. The application uses Expat 1.95.7 via php to render the xml data. First everything seemed to work fine. But now I noticed that something
7
7180
by: Billy Jacobs | last post by:
I am having a problem with my session variable being set to Null for no apparent reason. I am declaring it like the following when the user logs in. dim objUserInfo as new clsUserInfo 'Set some properties objUserInfo.UserName = txtUserName.text.trim objUserInfo...
0
377
by: Mairead O' Donovan | last post by:
From: davidkeaveny@gmail.com (CtrlAltDel) Newsgroups: microsoft.public.dotnet.datatools Subject: Unit-testing applications that use the Microsoft.Patterns.EnterpriseLibrary.Data Date: 15 Apr 2005 08:06:31 -0700 I've written a web application that uses the M.P.E.D namespace to do all of its data layer tasks (and a nifty bit of code M.P.E.D...
9
2089
by: Patrick | last post by:
Hello I'm running two Webservers Using ASP.NET. both are running the same ASP.NET Application, with <sessionState mode="SQLServer" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=myserver;user id=myuser;password=mypw" cookieless="false" timeout="20" /> This seems to work. But we have cases, when users...
6
1371
by: Lars Netzel | last post by:
This is basic Session handling but it's not working. On a Page1.aspx I have this code: ----------------------------------- If TextBox1.Text = "admin" And TextBox2.Text = "Admin01" Then Session("admin") = "True" Response.Redirect("Page2.aspx")
1
976
by: Pedro Abreu | last post by:
I loose my session when i move betwen diferent subfolders pages in my websites! The only way i found to solve this issue is to set the coockieless property to true in my web.config... but this makes my URLs quite unfrendly... is there another way to fix this?!? Thanks
2
6082
by: js | last post by:
I got this error when I moved my application to a new Windows 2003 server. I installed and recompiled the 'Microsoft.Practices.EnterpriseLibrary - June 2005" then added these assemblies to the development machine's Assembly Cache. The assemblies version appears to be 1.1.0.0. I changed the project reference to the newly compiled...
15
1801
by: cyndi_r2000 | last post by:
Hi Everyone: I have a web application running on .NET 2.0 under IIS 6.0 and users of this application seem to be loosing their session randomly - we havent been able to identify any pattern, except for warnings in the event viewer that say "A process serving application pool xyz terminated unexpectedly." ..NET 1.1 is also installed on...
1
1649
by: Owen Richardson | last post by:
I have an asp.net website where i have a quick search facility built into my master page. the search is a web control, with a drop down country box and a list box full of cities. When i select my country my citylist is refreshed ok. I want to be able to then click on my city and jump to a specific page without loosing state; and i dont know...
0
7583
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6255
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2082
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1200
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.