473,320 Members | 1,839 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Asp.net fails on restored server

Just recovered from a crash.

After restoring from backup any asp.net application fails with the message
below.
machine.comfit has no changes from the default except a user/password.
I've tried uninstall & reinstall, repair, & upgrade.
Anyone have any ideas?
======
An error occurred loading a configuration file: Invalid file name for file
monitoring: 'D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Comfi t's. Common
reasons for failure include:
- The filename is not a valid Win32 file name.
- The filename is not an absolute path.
- The filename contains wildcard characters.
- The file specified is a directory.
- Access denied.

Source Error:
[No relevant source lines]
Source File:
D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Comfit \machine.comfit Line: 0
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.210
=====
At this point I'd have been better off reinstalling everything from
scratch...
Oct 20 '06 #1
3 2112
Stupid spell check...

this is the message:

An error occurred loading a configuration file: Invalid file name for file
monitoring: 'D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Confi g'. Common
reasons for failure include:
- The filename is not a valid Win32 file name.
- The filename is not an absolute path.
- The filename contains wildcard characters.
- The file specified is a directory.
- Access denied.

Source Error:
[No relevant source lines]
Source File:
D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config \machine.config Line: 0
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.210

"Microsoft.com" <br*@DSpam.pobox.comwrote in message
news:ON**************@TK2MSFTNGP02.phx.gbl...
Just recovered from a crash.

After restoring from backup any asp.net application fails with the message
below.
machine.comfit has no changes from the default except a user/password.
I've tried uninstall & reinstall, repair, & upgrade.
Anyone have any ideas?

Oct 20 '06 #2
re:
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
You should take advantage of this misfortune to nuke the mismatch in version numbers.
It looks like you never completely eliminated a beta version.


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/
===================================
"Microsoft.com" <br*@DSpam.pobox.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Stupid spell check...

this is the message:

An error occurred loading a configuration file: Invalid file name for file monitoring:
'D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Confi g'. Common reasons for failure include:
- The filename is not a valid Win32 file name.
- The filename is not an absolute path.
- The filename contains wildcard characters.
- The file specified is a directory.
- Access denied.

Source Error:
[No relevant source lines]
Source File: D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config \machine.config Line: 0
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

"Microsoft.com" <br*@DSpam.pobox.comwrote in message
news:ON**************@TK2MSFTNGP02.phx.gbl...
>Just recovered from a crash.

After restoring from backup any asp.net application fails with the message below.
machine.comfit has no changes from the default except a user/password.
I've tried uninstall & reinstall, repair, & upgrade.
Anyone have any ideas?


Oct 21 '06 #3
br
sheesh
I restored win2k3 on top of win2k3R2.
thanks for noticing the sub rev.

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e1**************@TK2MSFTNGP04.phx.gbl...
re:
>Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.210

You should take advantage of this misfortune to nuke the mismatch in
version numbers.
It looks like you never completely eliminated a beta version.


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/
===================================
"Microsoft.com" <br*@DSpam.pobox.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>Stupid spell check...

this is the message:

An error occurred loading a configuration file: Invalid file name for
file monitoring: 'D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Confi g'.
Common reasons for failure include:
- The filename is not a valid Win32 file name.
- The filename is not an absolute path.
- The filename contains wildcard characters.
- The file specified is a directory.
- Access denied.

Source Error:
[No relevant source lines]
Source File:
D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Confi g\machine.config
Line: 0
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.210

"Microsoft.com" <br*@DSpam.pobox.comwrote in message
news:ON**************@TK2MSFTNGP02.phx.gbl...
>>Just recovered from a crash.

After restoring from backup any asp.net application fails with the
message below.
machine.comfit has no changes from the default except a user/password.
I've tried uninstall & reinstall, repair, & upgrade.
Anyone have any ideas?



Oct 21 '06 #4

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

Similar topics

1
by: Jol | last post by:
This is more of a fyi than a question. After restoring a live db backup to our development server there was an identically named login Melb02 on both the db server and in the restored db backup....
2
by: Ralph Smith | last post by:
I'm having trouble copying a database to another machine. Here are the two table's in ths database and the sql commands: DROP TABLE IF EXISTS `clients`; CREATE TABLE `clients` ( `client_id`...
1
by: esmith2112 | last post by:
We observed an interesting phenomenon that is driving us crazy. We have an archive process that takes rows off of a primary database, then inserts them into a history database. After loading the...
0
by: Parv | last post by:
hi all can i attach a read only restored database. I restored a database Test in Stand by Mode. After that i detached that database and while restoring i m getting msg "Cannot attach a database...
1
by: aj | last post by:
DB2 LUW 8.2 FP14 Red Hat AS 2.1 I went to restore a backup of my production DB on my test/developmental server. The backup on the prod system was taken /before/ alt_obj() was used there to do...
1
by: Query Builder | last post by:
Hi All, I have to a few backups restored from a set of backup files. The backup files have been removed from the drive because of some storage constrains... For some data comparison reasons,...
0
by: Miaaa Mukherjee | last post by:
Friends , I have a one folder named FY07 which contains a zip file of 33,408KB. In that zip file it contains a .BAK file type of size 153,507,328 of 78% Ratio. Now, my problem is...
15
by: Charles Law | last post by:
In the build output appears ========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ========== However, the compiler does not generate any errors, and the Errors list is empty. This is an...
1
by: teddysnips | last post by:
I recently had to rebuild an instance of SQL Server. When it was restarted, one of the client apps (ASP.NET) could not connect - the user could see the login screen, but it kept throwing...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.