473,414 Members | 1,777 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,414 software developers and data experts.

IIS 6.0 missing random dll problem

HI,

Im running IIS 6.0 and asp.net 1.1 application.
Everything works fine until i try to get database connection through our
DAO objects.

What i get is missing dll, which is different after every page refresh,
for example (IIS error page):

=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\avww1qdr.dll
LOG: Appbase = file:///c:/inetpub/wwwroot/IntraDOK/Main
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/TEMP/avww1qdr.dll.
This weird dll is different everytime i refresh page.
What is wrong, i dont miss any dll, everything should work fine because
my team developers are using the same version of our web application
from team server.

i think is my configuration on my local machine, anybody knows solution ?

greets.
May 31 '07 #1
5 3652
is the dll registered on the web server?

"Piotr Nowak" <p.*******************@wasko.plwrote in message
news:f3**********@atlantis.news.tpi.pl...
HI,

Im running IIS 6.0 and asp.net 1.1 application.
Everything works fine until i try to get database connection through our
DAO objects.

What i get is missing dll, which is different after every page refresh,
for example (IIS error page):

=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\avww1qdr.dll
LOG: Appbase = file:///c:/inetpub/wwwroot/IntraDOK/Main
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/TEMP/avww1qdr.dll.
This weird dll is different everytime i refresh page.
What is wrong, i dont miss any dll, everything should work fine because my
team developers are using the same version of our web application from
team server.

i think is my configuration on my local machine, anybody knows solution ?

greets.

May 31 '07 #2
Mike napisał(a):
is the dll registered on the web server?

"Piotr Nowak" <p.*******************@wasko.plwrote in message
news:f3**********@atlantis.news.tpi.pl...
>HI,

Im running IIS 6.0 and asp.net 1.1 application.
Everything works fine until i try to get database connection through our
DAO objects.

What i get is missing dll, which is different after every page refresh,
for example (IIS error page):

=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\avww1qdr.dll
LOG: Appbase = file:///c:/inetpub/wwwroot/IntraDOK/Main
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/TEMP/avww1qdr.dll.
This weird dll is different everytime i refresh page.
What is wrong, i dont miss any dll, everything should work fine because my
team developers are using the same version of our web application from
team server.

i think is my configuration on my local machine, anybody knows solution ?

greets.

What do you mean ?
Its a weird dll, which is different everytime i reload page.

i dont even know what kind of dll it is..

any ideas ?
Jun 1 '07 #3
Does the account ASP.NET runs as have
read/write/change permissions to C:/WINDOWS/TEMP/

?

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espanol : http://asp.net.do/foros/
======================================
"Piotr Nowak" <p.*******************@wasko.plwrote in message
news:f3**********@atlantis.news.tpi.pl...
Mike napisał(a):
>is the dll registered on the web server?

"Piotr Nowak" <p.*******************@wasko.plwrote in message
news:f3**********@atlantis.news.tpi.pl...
>>HI,

Im running IIS 6.0 and asp.net 1.1 application.
Everything works fine until i try to get database connection through our DAO objects.

What i get is missing dll, which is different after every page refresh, for example (IIS error
page):

=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\avww1qdr.dll
LOG: Appbase = file:///c:/inetpub/wwwroot/IntraDOK/Main
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or
location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/TEMP/avww1qdr.dll.
This weird dll is different everytime i refresh page.
What is wrong, i dont miss any dll, everything should work fine because my team developers are
using the same version of our web application from team server.

i think is my configuration on my local machine, anybody knows solution ?

greets.

What do you mean ?
Its a weird dll, which is different everytime i reload page.

i dont even know what kind of dll it is..

any ideas ?

Jun 1 '07 #4
Juan T. Llibre napisał(a):
Does the account ASP.NET runs as have
read/write/change permissions to C:/WINDOWS/TEMP/

?

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espanol : http://asp.net.do/foros/
======================================
"Piotr Nowak" <p.*******************@wasko.plwrote in message
news:f3**********@atlantis.news.tpi.pl...
>Mike napisał(a):
>>is the dll registered on the web server?

"Piotr Nowak" <p.*******************@wasko.plwrote in message
news:f3**********@atlantis.news.tpi.pl...
HI,

Im running IIS 6.0 and asp.net 1.1 application.
Everything works fine until i try to get database connection through our DAO objects.

What i get is missing dll, which is different after every page refresh, for example (IIS error
page):

=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\avww1qdr.dll
LOG: Appbase = file:///c:/inetpub/wwwroot/IntraDOK/Main
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or
location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/TEMP/avww1qdr.dll.
This weird dll is different everytime i refresh page.
What is wrong, i dont miss any dll, everything should work fine because my team developers are
using the same version of our web application from team server.

i think is my configuration on my local machine, anybody knows solution ?

greets.
What do you mean ?
Its a weird dll, which is different everytime i reload page.

i dont even know what kind of dll it is..

any ideas ?

yes, all rights, like admin account.
Jun 1 '07 #5
Please review the required ACLs for ASP.NET Applications at :
http://msdn2.microsoft.com/en-us/library/kwzs111e.aspx

....and make sure the account ASP.NET runs as,
whether it's the process account or a configured one, has the permissions in that list.

One way to insure that the account has all permissions, instead of assigning
permissions manually, is to unregister and re-register ASP.NET with IIS.

First, from a command window in the .Net Framework 2.0 directory, run

aspnet_regiis -u

That will unregister the .Net Framework with IIS.

....then, run

aspnet_regiis -i

That will re-register the .Net Framework with IIS, recreating the process account
and granting the necessary permissions to the default account.

You are using Windows Server 2003, so that account is "NT Authority\Network Service".

If you are impersonating, you need to run

aspnet_regiis -GA domain\accountname
or
aspnet_regiis -GA machinename\accountname

If you are not impersonating, you can skip that command.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espanol : http://asp.net.do/foros/
======================================
"Piotr Nowak" <p.*******************@wasko.plwrote in message
news:f3**********@atlantis.news.tpi.pl...
Juan T. Llibre napisał(a):
>Does the account ASP.NET runs as have
read/write/change permissions to C:/WINDOWS/TEMP/

?

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espanol : http://asp.net.do/foros/
======================================
"Piotr Nowak" <p.*******************@wasko.plwrote in message
news:f3**********@atlantis.news.tpi.pl...
>>Mike napisał(a):
is the dll registered on the web server?

"Piotr Nowak" <p.*******************@wasko.plwrote in message
news:f3**********@atlantis.news.tpi.pl...
HI,
>
Im running IIS 6.0 and asp.net 1.1 application.
Everything works fine until i try to get database connection through our DAO objects.
>
What i get is missing dll, which is different after every page refresh, for example (IIS error
page):
>
=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\avww1qdr.dll
LOG: Appbase = file:///c:/inetpub/wwwroot/IntraDOK/Main
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
>
LOG: Policy not being applied to reference at this time (private, custom, partial, or
location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/TEMP/avww1qdr.dll.
>
>
This weird dll is different everytime i refresh page.
What is wrong, i dont miss any dll, everything should work fine because my team developers are
using the same version of our web application from team server.
>
i think is my configuration on my local machine, anybody knows solution ?
>
greets.

What do you mean ?
Its a weird dll, which is different everytime i reload page.

i dont even know what kind of dll it is..

any ideas ?

yes, all rights, like admin account.

Jun 1 '07 #6

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

Similar topics

4
by: AndyW | last post by:
hey folks, Just have some code as follows:- for( int i=0; i<10; i++) { Random randomNumberGenerator; randomNumberGenerator = new Random(); int num = randomNumberGenerator.nextInt(10);...
10
by: Virus | last post by:
Ok well what I am trying to do is have 1.) the background color to change randomly with 5 different colors.(change on page load) 2,) 10 different quotes randomly fadeing in and out in random...
10
by: Sonoman | last post by:
Hi all: I am trying to write a simple program that simulates asking several persons their birth day and it counts how many persons are asked until two have the same birth day. The problem that I...
13
by: Roy Gourgi | last post by:
Hi, How do I invoke the random number generator that was suggested by a few people. Ideally, what I would like to do is to instantiate the random no. generator with a seed value that does not...
10
by: Curt_C [MVP] | last post by:
If I use it in my page it's fine but when I put it in a Class file for calling it returns the same # for each call. Any ideas why? I'm sure it's something I'll slap myself for but the only samples...
4
by: John Wood | last post by:
I saw that Microsoft have released a list of breaking changes in .Net here: http://msdn.microsoft.com/netframework/programming/breakingchanges/runtime/default.aspx While this is useful, it seems...
2
by: johnny | last post by:
hi all, I have made a script to register contacts in a database with the double opt-in system. Anyway, when looking for some examples, I have found the following script which uses a md5 hash...
40
by: RadiationX | last post by:
I have a problem that I really don't understand at all. In my previous post I could get started on my projects I just had a few problems with syntax errors. This problem is something that I don't...
3
by: tshad | last post by:
I have a page that I am getting a username and password as a random number (2 letters, one number and 4 more letters) I have 2 functions I call: *************************************************...
6
KoreyAusTex
by: KoreyAusTex | last post by:
If anyone can help me figure out the what the missing return statements are, I think it might be the fact that I need to add a return false in the getValue()? import java.util.*; public class...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.