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

Appliation BIN Folder

RM
I have an ASP.NET application thatuses .NET controls in both code behind
pages and in html pages. In order to have the DLLs that contain the
controls in one place only (i.e. the bin folder) the code to instantiate the
controls on the html pages was changed to look like
"bin\assemblyname#controlname" as aopposed to "assemblyname#controlname".
In order o make this work the bin folder now has to have "read" access and
the Excute permissions set to "scripts". This works well except that
sometimes the perviously mentioned permissions seem to get reset. Not sure
why that may be happening or how I may prevent it ?

Thanks for your suggestions.

Regards,

RM.
Nov 19 '05 #1
2 1004
On Wed, 30 Mar 2005 12:38:43 -0600, RM <da***************@yahoo.com> wrote:
I have an ASP.NET application thatuses .NET controls in both code behind
pages and in html pages. In order to have the DLLs that contain the
controls in one place only (i.e. the bin folder) the code to instantiate
the
controls on the html pages was changed to look like
"bin\assemblyname#controlname" as aopposed to "assemblyname#controlname".
In order o make this work the bin folder now has to have "read" access
and
the Excute permissions set to "scripts". This works well except that
sometimes the perviously mentioned permissions seem to get reset. Not
sure
why that may be happening or how I may prevent it ?

Thanks for your suggestions.

Regards,

RM.


Are you using a deployment project or copying via VS.NET to your server?
Only thing I could think of is at deployment they are reset somehow...do
you notice this as the time it's occurring?

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 19 '05 #2
RM
I am deploying to this folder. The deployment is done using an installer
(an msi). The settings seem to be reset randomly. Often it happens on the
first access to the folder during a session. Other times it happens when a
file is replaced in the folder.

RM.
"Craig Deelsnyder" <cdeelsny@no_spam_4_meyahoo.com> wrote in message
news:op***************@deelscwxp2.na.corp.born.com ...
On Wed, 30 Mar 2005 12:38:43 -0600, RM <da***************@yahoo.com> wrote:
I have an ASP.NET application thatuses .NET controls in both code behind
pages and in html pages. In order to have the DLLs that contain the
controls in one place only (i.e. the bin folder) the code to instantiate
the
controls on the html pages was changed to look like
"bin\assemblyname#controlname" as aopposed to "assemblyname#controlname". In order o make this work the bin folder now has to have "read" access
and
the Excute permissions set to "scripts". This works well except that
sometimes the perviously mentioned permissions seem to get reset. Not
sure
why that may be happening or how I may prevent it ?

Thanks for your suggestions.

Regards,

RM.


Are you using a deployment project or copying via VS.NET to your server?
Only thing I could think of is at deployment they are reset somehow...do
you notice this as the time it's occurring?

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET

Nov 19 '05 #3

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

Similar topics

13
by: jenny | last post by:
Hi, I am trying to find a VB way that would create a folder on all existing drives - the folder name would be the same on each drive. ie c:\backup, d:\backup, etc. But the folders would only be...
7
by: Tom | last post by:
Can anyone give me any advice on how to secure a folder on a network server so that documents in the folder can only be opened through an Access database or by the database admin. I need to store...
0
by: John H. | last post by:
In effort to understand (Outlook) MAPI folder tree structure wrote simple linear code below to navigate tree. Successive "...Folders.GetNext()"'s return same folder at all levels of tree. What...
4
by: Dave Veeneman | last post by:
I'm puzzling over the best design for a Folder object. I have two basic domain objects; leat's call them an Apple and an Orange. The objects are maintained in separate hierarchies, and each...
4
by: BentleyInc | last post by:
I'm trying to find a way to add a whildcard application mapping to aspnet_isapi.dll in IIS programmatically.... been looking into IIS administrator reference but didn't find the right function to...
9
by: Paul | last post by:
I'm trying to make get my app to delete all the files in a specified folder and all the files within the folders of the specified folder. e.g. Folder 1 contains three files (File1, File2, File3)...
17
by: rdemyan via AccessMonster.com | last post by:
With A2003, I'm having trouble accessing files in a folder on another computer where back-end files, update files, etc are located. Here's the scenario: 1) Computer #1 - A2003 2) Computer #2 -...
2
by: Steve | last post by:
I want to call my web service from a class library and have that library handle all the wse stuff, so that applications using that library don't have to worry about it. Is that possible? I've...
24
by: biganthony via AccessMonster.com | last post by:
Hi, I have the following code to select a folder and then delete it. I keep getting a Path/File error on the line that deletes the actual folder. The line before that line deletes the files in...
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: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
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...
1
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...
1
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

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.