473,545 Members | 1,890 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Configuration Error under Windows Server 2003 R2

My employer is starting to take the first steps towards migrating its
Classic ASP codebase to ASP.NET v2.0. We have a copy of our existing
website on the new Windows Server 2003 R2 test server, and everything
is running fine. However, when I create a simple "HelloWorld.asp x"
file, then browse to the page from VS.NET 2005 on the same machine, I
get the following error message:

=============== =============== =============== ===
Server Error in '/' Application.
-----------------------------------------

Runtime Error
Description: An application error occurred on the server. The current
custom error settings for this application prevent the details of the
application error from being viewed remotely (for security reasons). It
could, however, be viewed by browsers running on the local server
machine.

Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrorsta g within
a "web.config " configuration file located in the root directory of the
current web application. This <customErrorsta g should then have its
"mode" attribute set to "Off".
=============== =============== =============== ===
I've searched high and low on Google Groups, and all I can find are
posts that allude to some kind of permissions problem. However, I have
no idea where -- or how -- to start searching for these potential
permissions problems... or if that's even the problem. Any help that
folks could offer or suggest would be greatly appreciated... thanks in
advance!
-= Tek Boy =-

Oct 31 '06 #1
10 2138
Did you upgrade the .Net Framework version on R2 to the Release version ?

The .Net Framework's Release version number is 2.0.50727.42
R2's version number is 2.0.50727.210

Make sure you have the Release version running.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@h 48g2000cwc.goog legroups.com...
My employer is starting to take the first steps towards migrating its
Classic ASP codebase to ASP.NET v2.0. We have a copy of our existing
website on the new Windows Server 2003 R2 test server, and everything
is running fine. However, when I create a simple "HelloWorld.asp x"
file, then browse to the page from VS.NET 2005 on the same machine, I
get the following error message:

=============== =============== =============== ===
Server Error in '/' Application.
-----------------------------------------

Runtime Error
Description: An application error occurred on the server. The current
custom error settings for this application prevent the details of the
application error from being viewed remotely (for security reasons). It
could, however, be viewed by browsers running on the local server
machine.

Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrorsta g within
a "web.config " configuration file located in the root directory of the
current web application. This <customErrorsta g should then have its
"mode" attribute set to "Off".
=============== =============== =============== ===
I've searched high and low on Google Groups, and all I can find are
posts that allude to some kind of permissions problem. However, I have
no idea where -- or how -- to start searching for these potential
permissions problems... or if that's even the problem. Any help that
folks could offer or suggest would be greatly appreciated... thanks in
advance!
-= Tek Boy =-

Oct 31 '06 #2
Juan --

Where should I be checking to see if I'm running the release version of
..NET v2.0? If I'm supposed to be looking in the "ASP.NET version"
field inside IIS6's "ASP.NET" tab, it says "1.1.4322". However, the
"File location" field is pointing to the web.config file in the
"v2.0.50727 " directory...
-= Tek Boy =-
Juan T. Llibre wrote:
Did you upgrade the .Net Framework version on R2 to the Release version ?

The .Net Framework's Release version number is 2.0.50727.42
R2's version number is 2.0.50727.210

Make sure you have the Release version running.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@h 48g2000cwc.goog legroups.com...
My employer is starting to take the first steps towards migrating its
Classic ASP codebase to ASP.NET v2.0. We have a copy of our existing
website on the new Windows Server 2003 R2 test server, and everything
is running fine. However, when I create a simple "HelloWorld.asp x"
file, then browse to the page from VS.NET 2005 on the same machine, I
get the following error message:

=============== =============== =============== ===
Server Error in '/' Application.
-----------------------------------------

Runtime Error
Description: An application error occurred on the server. The current
custom error settings for this application prevent the details of the
application error from being viewed remotely (for security reasons). It
could, however, be viewed by browsers running on the local server
machine.

Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrorsta g within
a "web.config " configuration file located in the root directory of the
current web application. This <customErrorsta g should then have its
"mode" attribute set to "Off".
=============== =============== =============== ===
I've searched high and low on Google Groups, and all I can find are
posts that allude to some kind of permissions problem. However, I have
no idea where -- or how -- to start searching for these potential
permissions problems... or if that's even the problem. Any help that
folks could offer or suggest would be greatly appreciated... thanks in
advance!
-= Tek Boy =-
Oct 31 '06 #3
Juan --

I believe so. At the bottom of the ASPX page (and below the error
messages), I see the following text:

=============== =============== =============== ===
"Version Information: Microsoft .NET Framework Version:2.0.507 27.42;
ASP.NET Version:2.0.507 27.210"
=============== =============== =============== ===
-= Tek Boy =-
Juan T. Llibre wrote:
Did you upgrade the .Net Framework version on R2 to the Release version ?

The .Net Framework's Release version number is 2.0.50727.42
R2's version number is 2.0.50727.210

Make sure you have the Release version running.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@h 48g2000cwc.goog legroups.com...
My employer is starting to take the first steps towards migrating its
Classic ASP codebase to ASP.NET v2.0. We have a copy of our existing
website on the new Windows Server 2003 R2 test server, and everything
is running fine. However, when I create a simple "HelloWorld.asp x"
file, then browse to the page from VS.NET 2005 on the same machine, I
get the following error message:

=============== =============== =============== ===
Server Error in '/' Application.
-----------------------------------------

Runtime Error
Description: An application error occurred on the server. The current
custom error settings for this application prevent the details of the
application error from being viewed remotely (for security reasons). It
could, however, be viewed by browsers running on the local server
machine.

Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrorsta g within
a "web.config " configuration file located in the root directory of the
current web application. This <customErrorsta g should then have its
"mode" attribute set to "Off".
=============== =============== =============== ===
I've searched high and low on Google Groups, and all I can find are
posts that allude to some kind of permissions problem. However, I have
no idea where -- or how -- to start searching for these potential
permissions problems... or if that's even the problem. Any help that
folks could offer or suggest would be greatly appreciated... thanks in
advance!
-= Tek Boy =-
Oct 31 '06 #4
Yes, I thought so.

It's a common problem with R2, which I think shouldn't have
been released with a beta version of tyhe .Net Framework.

Only a few more builds and R2 could have gone out with the release version.

You need to download, at least, the release version of the redistributable .

If you've got enough bandwidth, go for the SDK. The developer samples are worth it.

http://msdn2.microsoft.com/en-us/net.../aa731542.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@e 64g2000cwd.goog legroups.com...
Juan --

I believe so. At the bottom of the ASPX page (and below the error
messages), I see the following text:

=============== =============== =============== ===
"Version Information: Microsoft .NET Framework Version:2.0.507 27.42;
ASP.NET Version:2.0.507 27.210"
=============== =============== =============== ===
-= Tek Boy =-
Juan T. Llibre wrote:
Did you upgrade the .Net Framework version on R2 to the Release version ?

The .Net Framework's Release version number is 2.0.50727.42
R2's version number is 2.0.50727.210

Make sure you have the Release version running.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@h 48g2000cwc.goog legroups.com...
My employer is starting to take the first steps towards migrating its
Classic ASP codebase to ASP.NET v2.0. We have a copy of our existing
website on the new Windows Server 2003 R2 test server, and everything
is running fine. However, when I create a simple "HelloWorld.asp x"
file, then browse to the page from VS.NET 2005 on the same machine, I
get the following error message:

=============== =============== =============== ===
Server Error in '/' Application.
-----------------------------------------

Runtime Error
Description: An application error occurred on the server. The current
custom error settings for this application prevent the details of the
application error from being viewed remotely (for security reasons). It
could, however, be viewed by browsers running on the local server
machine.

Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrorsta g within
a "web.config " configuration file located in the root directory of the
current web application. This <customErrorsta g should then have its
"mode" attribute set to "Off".
=============== =============== =============== ===
I've searched high and low on Google Groups, and all I can find are
posts that allude to some kind of permissions problem. However, I have
no idea where -- or how -- to start searching for these potential
permissions problems... or if that's even the problem. Any help that
folks could offer or suggest would be greatly appreciated... thanks in
advance!
-= Tek Boy =-

Nov 1 '06 #5
Juan --

We don't have enough daytime bandwidth, and that link you posted said
the SDK comes with VS.NET 2005 (which is already installed on the
server), so I downloaded the normal .NET v2.0 EXE instead.

However, the problem still occurred after I installed (repaired) .NET
v2.0 and rebooted. What's the specific sequence of events I need to
follow to upgrade from the R2 beta version to the release version of
..NET v2.0? Also, how will I know if the upgrade was successful? Sorry
to bother you with all the minutiae... I certainly do appreciate your
help.
-= Tek Boy =-

Juan T. Llibre wrote:
Yes, I thought so.

It's a common problem with R2, which I think shouldn't have
been released with a beta version of tyhe .Net Framework.

Only a few more builds and R2 could have gone out with the release version.

You need to download, at least, the release version of the redistributable .

If you've got enough bandwidth, go for the SDK. The developer samples areworth it.

http://msdn2.microsoft.com/en-us/net.../aa731542.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@e 64g2000cwd.goog legroups.com...
Juan --

I believe so. At the bottom of the ASPX page (and below the error
messages), I see the following text:

=============== =============== =============== ===
"Version Information: Microsoft .NET Framework Version:2.0.507 27.42;
ASP.NET Version:2.0.507 27.210"
=============== =============== =============== ===
-= Tek Boy =-
Juan T. Llibre wrote:
Did you upgrade the .Net Framework version on R2 to the Release version?

The .Net Framework's Release version number is 2.0.50727.42
R2's version number is 2.0.50727.210

Make sure you have the Release version running.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@h 48g2000cwc.goog legroups.com...
My employer is starting to take the first steps towards migrating its
Classic ASP codebase to ASP.NET v2.0. We have a copy of our existing
website on the new Windows Server 2003 R2 test server, and everything
is running fine. However, when I create a simple "HelloWorld.asp x"
file, then browse to the page from VS.NET 2005 on the same machine, I
get the following error message:
>
=============== =============== =============== ===
Server Error in '/' Application.
-----------------------------------------
>
Runtime Error
Description: An application error occurred on the server. The current
custom error settings for this application prevent the details of the
application error from being viewed remotely (for security reasons). It
could, however, be viewed by browsers running on the local server
machine.
>
Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrorsta g within
a "web.config " configuration file located in the root directory of the
current web application. This <customErrorsta g should then have its
"mode" attribute set to "Off".
=============== =============== =============== ===
>
>
I've searched high and low on Google Groups, and all I can find are
posts that allude to some kind of permissions problem. However, I have
no idea where -- or how -- to start searching for these potential
permissions problems... or if that's even the problem. Any help that
folks could offer or suggest would be greatly appreciated... thanks in
advance!
>
>
-= Tek Boy =-
>
Nov 1 '06 #6
re:
how will I know if the upgrade was successful?
Run aspnet_regiis -lv from the .Net framework 2.0's directory
( Drive:\WINDOWS\ Microsoft.NET\F ramework\v2.0.5 0727 )

That will list all the installed versions.

If version 2.0.50727.210 is still registered, either run the uninstall tool found here :
http://msdn.microsoft.com/vstudio/su...l/default.aspx

....or uninstall manually and then reinstall the release version.
The instructions for a manual uninstall are there, too.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====

<de*********@gm ail.comwrote in message
news:11******** **************@ m7g2000cwm.goog legroups.com...
Juan --

We don't have enough daytime bandwidth, and that link you posted said
the SDK comes with VS.NET 2005 (which is already installed on the
server), so I downloaded the normal .NET v2.0 EXE instead.

However, the problem still occurred after I installed (repaired) .NET
v2.0 and rebooted. What's the specific sequence of events I need to
follow to upgrade from the R2 beta version to the release version of
..NET v2.0? Also, how will I know if the upgrade was successful? Sorry
to bother you with all the minutiae... I certainly do appreciate your
help.
-= Tek Boy =-

Juan T. Llibre wrote:
Yes, I thought so.

It's a common problem with R2, which I think shouldn't have
been released with a beta version of tyhe .Net Framework.

Only a few more builds and R2 could have gone out with the release version.

You need to download, at least, the release version of the redistributable .

If you've got enough bandwidth, go for the SDK. The developer samples are worth it.

http://msdn2.microsoft.com/en-us/net.../aa731542.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@e 64g2000cwd.goog legroups.com...
Juan --

I believe so. At the bottom of the ASPX page (and below the error
messages), I see the following text:

=============== =============== =============== ===
"Version Information: Microsoft .NET Framework Version:2.0.507 27.42;
ASP.NET Version:2.0.507 27.210"
=============== =============== =============== ===
-= Tek Boy =-
Juan T. Llibre wrote:
Did you upgrade the .Net Framework version on R2 to the Release version ?

The .Net Framework's Release version number is 2.0.50727.42
R2's version number is 2.0.50727.210

Make sure you have the Release version running.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@h 48g2000cwc.goog legroups.com...
My employer is starting to take the first steps towards migrating its
Classic ASP codebase to ASP.NET v2.0. We have a copy of our existing
website on the new Windows Server 2003 R2 test server, and everything
is running fine. However, when I create a simple "HelloWorld.asp x"
file, then browse to the page from VS.NET 2005 on the same machine, I
get the following error message:
>
=============== =============== =============== ===
Server Error in '/' Application.
-----------------------------------------
>
Runtime Error
Description: An application error occurred on the server. The current
custom error settings for this application prevent the details of the
application error from being viewed remotely (for security reasons). It
could, however, be viewed by browsers running on the local server
machine.
>
Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrorsta g within
a "web.config " configuration file located in the root directory of the
current web application. This <customErrorsta g should then have its
"mode" attribute set to "Off".
=============== =============== =============== ===
>
>
I've searched high and low on Google Groups, and all I can find are
posts that allude to some kind of permissions problem. However, I have
no idea where -- or how -- to start searching for these potential
permissions problems... or if that's even the problem. Any help that
folks could offer or suggest would be greatly appreciated... thanks in
advance!
>
>
-= Tek Boy =-
>

Nov 1 '06 #7
Juan --

All fixed! Before you wrote back, I uninstalled the .NET Framework
2.0, rebooted, then reinstalled the final version of the .NET Framework
2.0 (2.0.50727). After that, I ran the utility you suggested
("C:\WINDOWS\Mi crosoft.NET\Fra mework\v2.0.507 27\aspnet_regii s.exe -lv")
and discovered that all of my applications were still mapped to the
v1.1.4322.2300 of the .NET Framework. Running the following script
recursively set the default version to v2.0.50727:

=============== =============== =====
C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 \aspnet_regiis. exe -lv
=============== =============== =====

I've been working with Classic ASP for eight years -- long enough to
have read more than a few of your articles and books -- so I recognized
your name right away when you replied. I certainly appreciate you
taking the time to help me out... it's amazing how basic issues like
this are still relatively difficult to find cohesive information on,
in- or outside of repositories like MSDN or Usenet.

I'm gonna add another reply to my top-level post, detailing everything
just in case people happen across the article, and need a play-by-play.
Thanks again!
-= Tek Boy =-
Juan T. Llibre wrote:
re:
how will I know if the upgrade was successful?

Run aspnet_regiis -lv from the .Net framework 2.0's directory
( Drive:\WINDOWS\ Microsoft.NET\F ramework\v2.0.5 0727 )

That will list all the installed versions.

If version 2.0.50727.210 is still registered, either run the uninstall tool found here :
http://msdn.microsoft.com/vstudio/su...l/default.aspx

...or uninstall manually and then reinstall the release version.
The instructions for a manual uninstall are there, too.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====

<de*********@gm ail.comwrote in message
news:11******** **************@ m7g2000cwm.goog legroups.com...
Juan --

We don't have enough daytime bandwidth, and that link you posted said
the SDK comes with VS.NET 2005 (which is already installed on the
server), so I downloaded the normal .NET v2.0 EXE instead.

However, the problem still occurred after I installed (repaired) .NET
v2.0 and rebooted. What's the specific sequence of events I need to
follow to upgrade from the R2 beta version to the release version of
.NET v2.0? Also, how will I know if the upgrade was successful? Sorry
to bother you with all the minutiae... I certainly do appreciate your
help.
-= Tek Boy =-

Juan T. Llibre wrote:
Yes, I thought so.

It's a common problem with R2, which I think shouldn't have
been released with a beta version of tyhe .Net Framework.

Only a few more builds and R2 could have gone out with the release version.

You need to download, at least, the release version of the redistributable .

If you've got enough bandwidth, go for the SDK. The developer samples are worth it.

http://msdn2.microsoft.com/en-us/net.../aa731542.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@e 64g2000cwd.goog legroups.com...
Juan --

I believe so. At the bottom of the ASPX page (and below the error
messages), I see the following text:

=============== =============== =============== ===
"Version Information: Microsoft .NET Framework Version:2.0.507 27.42;
ASP.NET Version:2.0.507 27.210"
=============== =============== =============== ===
-= Tek Boy =-
Juan T. Llibre wrote:
Did you upgrade the .Net Framework version on R2 to the Release version ?
>
The .Net Framework's Release version number is 2.0.50727.42
R2's version number is 2.0.50727.210
>
Make sure you have the Release version running.
>
>
>
>
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@h 48g2000cwc.goog legroups.com...
My employer is starting to take the first steps towards migrating its
Classic ASP codebase to ASP.NET v2.0. We have a copy of our existing
website on the new Windows Server 2003 R2 test server, and everything
is running fine. However, when I create a simple "HelloWorld.asp x"
file, then browse to the page from VS.NET 2005 on the same machine,I
get the following error message:

=============== =============== =============== ===
Server Error in '/' Application.
-----------------------------------------

Runtime Error
Description: An application error occurred on the server. The current
custom error settings for this application prevent the details of the
application error from being viewed remotely (for security reasons).. It
could, however, be viewed by browsers running on the local server
machine.

Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrorsta g within
a "web.config " configuration file located in the root directory of the
current web application. This <customErrorsta g should then have its
"mode" attribute set to "Off".
=============== =============== =============== ===


I've searched high and low on Google Groups, and all I can find are
posts that allude to some kind of permissions problem. However, I have
no idea where -- or how -- to start searching for these potential
permissions problems... or if that's even the problem. Any help that
folks could offer or suggest would be greatly appreciated... thanksin
advance!


-= Tek Boy =-
Nov 1 '06 #8
re:
I've been working with Classic ASP for eight years -- long enough to
have read more than a few of your articles and books -- so I recognized
your name right away when you replied. I certainly appreciate you
taking the time to help me out
My pleasure, Tek Boy, although if you've been working as a programmer
for 8 years maybe you should consider changing your name to "Tek Man".

:-)

re:
I'm gonna add another reply to my top-level post, detailing everything
just in case people happen across the article, and need a play-by-play.
Wonderful!
I wish everybody did that.

Glad to have been of help.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message news:11******** *************@e 3g2000cwe.googl egroups.com...
Juan --

All fixed! Before you wrote back, I uninstalled the .NET Framework
2.0, rebooted, then reinstalled the final version of the .NET Framework
2.0 (2.0.50727). After that, I ran the utility you suggested
("C:\WINDOWS\Mi crosoft.NET\Fra mework\v2.0.507 27\aspnet_regii s.exe -lv")
and discovered that all of my applications were still mapped to the
v1.1.4322.2300 of the .NET Framework. Running the following script
recursively set the default version to v2.0.50727:

=============== =============== =====
C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 \aspnet_regiis. exe -lv
=============== =============== =====

I've been working with Classic ASP for eight years -- long enough to
have read more than a few of your articles and books -- so I recognized
your name right away when you replied. I certainly appreciate you
taking the time to help me out... it's amazing how basic issues like
this are still relatively difficult to find cohesive information on,
in- or outside of repositories like MSDN or Usenet.

I'm gonna add another reply to my top-level post, detailing everything
just in case people happen across the article, and need a play-by-play.
Thanks again!
-= Tek Boy =-
Juan T. Llibre wrote:
re:
how will I know if the upgrade was successful?

Run aspnet_regiis -lv from the .Net framework 2.0's directory
( Drive:\WINDOWS\ Microsoft.NET\F ramework\v2.0.5 0727 )

That will list all the installed versions.

If version 2.0.50727.210 is still registered, either run the uninstall tool found here :
http://msdn.microsoft.com/vstudio/su...l/default.aspx

...or uninstall manually and then reinstall the release version.
The instructions for a manual uninstall are there, too.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====

<de*********@gm ail.comwrote in message
news:11******** **************@ m7g2000cwm.goog legroups.com...
Juan --

We don't have enough daytime bandwidth, and that link you posted said
the SDK comes with VS.NET 2005 (which is already installed on the
server), so I downloaded the normal .NET v2.0 EXE instead.

However, the problem still occurred after I installed (repaired) .NET
v2.0 and rebooted. What's the specific sequence of events I need to
follow to upgrade from the R2 beta version to the release version of
.NET v2.0? Also, how will I know if the upgrade was successful? Sorry
to bother you with all the minutiae... I certainly do appreciate your
help.
-= Tek Boy =-

Juan T. Llibre wrote:
Yes, I thought so.

It's a common problem with R2, which I think shouldn't have
been released with a beta version of tyhe .Net Framework.

Only a few more builds and R2 could have gone out with the release version.

You need to download, at least, the release version of the redistributable .

If you've got enough bandwidth, go for the SDK. The developer samples are worth it.

http://msdn2.microsoft.com/en-us/net.../aa731542.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@e 64g2000cwd.goog legroups.com...
Juan --

I believe so. At the bottom of the ASPX page (and below the error
messages), I see the following text:

=============== =============== =============== ===
"Version Information: Microsoft .NET Framework Version:2.0.507 27.42;
ASP.NET Version:2.0.507 27.210"
=============== =============== =============== ===
-= Tek Boy =-
Juan T. Llibre wrote:
Did you upgrade the .Net Framework version on R2 to the Release version ?
>
The .Net Framework's Release version number is 2.0.50727.42
R2's version number is 2.0.50727.210
>
Make sure you have the Release version running.
>
>
>
>
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@h 48g2000cwc.goog legroups.com...
My employer is starting to take the first steps towards migrating its
Classic ASP codebase to ASP.NET v2.0. We have a copy of our existing
website on the new Windows Server 2003 R2 test server, and everything
is running fine. However, when I create a simple "HelloWorld.asp x"
file, then browse to the page from VS.NET 2005 on the same machine, I
get the following error message:

=============== =============== =============== ===
Server Error in '/' Application.
-----------------------------------------

Runtime Error
Description: An application error occurred on the server. The current
custom error settings for this application prevent the details of the
application error from being viewed remotely (for security reasons). It
could, however, be viewed by browsers running on the local server
machine.

Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrorsta g within
a "web.config " configuration file located in the root directory of the
current web application. This <customErrorsta g should then have its
"mode" attribute set to "Off".
=============== =============== =============== ===


I've searched high and low on Google Groups, and all I can find are
posts that allude to some kind of permissions problem. However, I have
no idea where -- or how -- to start searching for these potential
permissions problems... or if that's even the problem. Any help that
folks could offer or suggest would be greatly appreciated... thanks in
advance!


-= Tek Boy =-

Nov 1 '06 #9
Juan --

All fixed! Before you wrote back, I uninstalled the .NET Framework
2.0, rebooted, then reinstalled the final version of the .NET Framework
2.0 (2.0.50727). After that, I ran the utility you suggested
("C:\WINDOWS\Mi crosoft.NET\Fra mework\v2.0.507 27\aspnet_regii s.exe -lv")
and discovered that all of my applications were still mapped to the
v1.1.4322.2300 of the .NET Framework. Running the following script
recursively set the default version to v2.0.50727:

=============== =============== =====
C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 \aspnet_regiis. exe -s
W3SVC\
=============== =============== =====

I've been working with Classic ASP for eight years -- long enough to
have read more than a few of your articles and books -- so I recognized
your name right away when you replied. I certainly appreciate you
taking the time to help me out... it's amazing how basic issues like
this are still relatively difficult to find cohesive information on,
in- or outside of repositories like MSDN or Usenet.

I'm gonna add another reply to my top-level post, detailing everything
just in case people happen across the article, and need a play-by-play.
Thanks again!

-= Tek Boy =-
Juan T. Llibre wrote:
re:
how will I know if the upgrade was successful?

Run aspnet_regiis -lv from the .Net framework 2.0's directory
( Drive:\WINDOWS\ Microsoft.NET\F ramework\v2.0.5 0727 )

That will list all the installed versions.

If version 2.0.50727.210 is still registered, either run the uninstall tool found here :
http://msdn.microsoft.com/vstudio/su...l/default.aspx

...or uninstall manually and then reinstall the release version.
The instructions for a manual uninstall are there, too.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====

<de*********@gm ail.comwrote in message
news:11******** **************@ m7g2000cwm.goog legroups.com...
Juan --

We don't have enough daytime bandwidth, and that link you posted said
the SDK comes with VS.NET 2005 (which is already installed on the
server), so I downloaded the normal .NET v2.0 EXE instead.

However, the problem still occurred after I installed (repaired) .NET
v2.0 and rebooted. What's the specific sequence of events I need to
follow to upgrade from the R2 beta version to the release version of
.NET v2.0? Also, how will I know if the upgrade was successful? Sorry
to bother you with all the minutiae... I certainly do appreciate your
help.
-= Tek Boy =-

Juan T. Llibre wrote:
Yes, I thought so.

It's a common problem with R2, which I think shouldn't have
been released with a beta version of tyhe .Net Framework.

Only a few more builds and R2 could have gone out with the release version.

You need to download, at least, the release version of the redistributable .

If you've got enough bandwidth, go for the SDK. The developer samples are worth it.

http://msdn2.microsoft.com/en-us/net.../aa731542.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@e 64g2000cwd.goog legroups.com...
Juan --

I believe so. At the bottom of the ASPX page (and below the error
messages), I see the following text:

=============== =============== =============== ===
"Version Information: Microsoft .NET Framework Version:2.0.507 27.42;
ASP.NET Version:2.0.507 27.210"
=============== =============== =============== ===
-= Tek Boy =-
Juan T. Llibre wrote:
Did you upgrade the .Net Framework version on R2 to the Release version ?
>
The .Net Framework's Release version number is 2.0.50727.42
R2's version number is 2.0.50727.210
>
Make sure you have the Release version running.
>
>
>
>
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
<de*********@gm ail.comwrote in message
news:11******** *************@h 48g2000cwc.goog legroups.com...
My employer is starting to take the first steps towards migrating its
Classic ASP codebase to ASP.NET v2.0. We have a copy of our existing
website on the new Windows Server 2003 R2 test server, and everything
is running fine. However, when I create a simple "HelloWorld.asp x"
file, then browse to the page from VS.NET 2005 on the same machine,I
get the following error message:

=============== =============== =============== ===
Server Error in '/' Application.
-----------------------------------------

Runtime Error
Description: An application error occurred on the server. The current
custom error settings for this application prevent the details of the
application error from being viewed remotely (for security reasons).. It
could, however, be viewed by browsers running on the local server
machine.

Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrorsta g within
a "web.config " configuration file located in the root directory of the
current web application. This <customErrorsta g should then have its
"mode" attribute set to "Off".
=============== =============== =============== ===


I've searched high and low on Google Groups, and all I can find are
posts that allude to some kind of permissions problem. However, I have
no idea where -- or how -- to start searching for these potential
permissions problems... or if that's even the problem. Any help that
folks could offer or suggest would be greatly appreciated... thanksin
advance!


-= Tek Boy =-
Nov 1 '06 #10

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

Similar topics

0
1744
by: Dean | last post by:
This is a problem in ASP.NET, when I run an application from Visual Studio (2003) when I do a "start without debugging". The asp page uses objects that I have built in 3 other projects, BusinessObjects, GeneralUtilities, and ASPNETMenu (purchased). Sometime when I will get an error message that says: Parser Error Message: Access is denied:...
3
1715
by: fred bliss | last post by:
Hi All We have a new server running the latest framework, windows server 2003 & IIS 6.0, and we're getting the following error when we try to load the app in IE. Server Error in '/webreporting' Application. ----------------------------------------------------------- ---------------------
4
357
by: Matthew Louden | last post by:
My ASP.NET application runs ok locally, but after I upload all the files to IIS in Windows Server 2003 Standard Edition, and no longer works. This has the following error messages: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific...
4
2686
by: scottrm | last post by:
We have two developers, call them A and B, (on Windows XP) developing a number of asp.net web sites on a shared server (Windows 2003). Everything has been ok but recently for no apparent reason whenever developer A builds a particular project (which builds with no errors) and then tries to access the web site they just built they get the error...
7
4762
by: Martin Strojek | last post by:
Hi, I have the following problem with developing some web site. I use Visual Studio 2003 to build a website. I tried Windows 2003 Server and switched now back to Windows XP with PWS but the error occurs in both installations. When I do a compile/build of my app and go to the browser and hit reload there comes an error:
1
2840
by: Ramanfromoz | last post by:
Hi, Developing a new we application. Everything okay on my local WIN XP PROFESSIONAL, IIS 5.0 running locally. The website is running smoothly. Now, the same code I am copying over to a WINDOWS 2003 SERVER, I created a new website, allocated port number 6000. Created a release version on my local machine and copied the WEB project from my...
0
1127
by: David Lozzi | last post by:
Howdy, I get the error message as displayed below. I'm using Visual Studio 2003 on WinXP Pro SP2 workstation. I'll be sitting here happily developing when all of a sudden blamo this error will occur. This has happened with different references/dlls in different web projects. And I wasn't even accessing a page that uses this file. Any ideas...
2
2171
by: heddy | last post by:
Howdy folks. I am trying to build a web service using the following configuration: I have Windows 2003 Server running in VMware. I have IIS set up on it. I installed the .NET 2.0 package on the server as well. The VMWare server is called W2K3. I created 2 web sites on the server. One called ResetPool, the other called TestReset. The...
1
4758
by: =?Utf-8?B?TWF0dCBDYWxob29u?= | last post by:
Hi there, I have a new server that we are adding to our web cluster. This server has Windows Server 2003 32-bit Service Pack 1 installed. We have .NET 1.1 and 2.0 on this machine. A web application is throwing the below error and I am curious as to why the web application works ok on the other web servers in the cluster (web editions) but...
0
7478
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7410
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
7773
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
5984
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...
1
5343
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3466
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1901
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
0
722
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.