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

Avoiding Bin directory with precompiled sites

Hi,

I am looking for a way to deploy a precompiled ASP.NET site that does
not involve the bin directory.

My problem is that deploying binary files to the bin directory remains
a no-no on several security check-lists and is unacceptable to my
customers.

I tried using the aspnet_merge, signing the assembly with a strong
name. However I could not get the site to work when I moved the
assembly to the GAC.

Does anyone know of a way to make this work?

Regards,

Bo

Mar 11 '07 #1
2 1157
Not sure i understood you correctly.
"looking for a way to deploy a precompiled ASP.NET site that does not
involve the bin directory."

But it though that is what "precompiled" means...
Your aspx pages were compiled into DLLs and you move them to server.

If you do not want to move DLLs then you will have to distribute source
files (.cs and aspx) and let ASP.NET to compile them on a fly.

George

"bosa" <bo********@prosight.comwrote in message
news:11*********************@t69g2000cwt.googlegro ups.com...
Hi,

I am looking for a way to deploy a precompiled ASP.NET site that does
not involve the bin directory.

My problem is that deploying binary files to the bin directory remains
a no-no on several security check-lists and is unacceptable to my
customers.

I tried using the aspnet_merge, signing the assembly with a strong
name. However I could not get the site to work when I moved the
assembly to the GAC.

Does anyone know of a way to make this work?

Regards,

Bo

Mar 12 '07 #2
On Mar 12, 3:52 pm, "George Ter-Saakov" <gt-...@cardone.comwrote:
Not sure i understood you correctly.
"looking for a way to deploy a precompiled ASP.NET site that does not
involve the bin directory."

But it though that is what "precompiled" means...
Your aspx pages were compiled into DLLs and you move them to server.

If you do not want to move DLLs then you will have to distribute source
files (.cs and aspx) and let ASP.NET to compile them on a fly.

George

"bosa" <bo.salo...@prosight.comwrote in message

news:11*********************@t69g2000cwt.googlegro ups.com...
Hi,
I am looking for a way to deploy a precompiled ASP.NET site that does
not involve the bin directory.
My problem is that deploying binary files to the bin directory remains
a no-no on several security check-lists and is unacceptable to my
customers.
I tried using the aspnet_merge, signing the assembly with a strong
name. However I could not get the site to work when I moved the
assembly to the GAC.
Does anyone know of a way to make this work?
Regards,
Bo- Hide quoted text -

- Show quoted text -
Since the aspnet_merge utility allows strong-naming the assembly, I am
looking for a way to install it in the GAC instead of in the bin
directory

/bo

Mar 13 '07 #3

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

Similar topics

4
by: Andrew Ward | last post by:
Hi All, I was wondering if it is possible to use precompiled headers without having to include a <stdafx.h> or whatever in every source file. My problem is that I have a project that makes heavy...
3
by: Kevin Frey | last post by:
I am working on a test migration of our project to Visual Studio 2005 Beta 2 as a precursor to the availability of the full release of VS2005. The most onerous problem so far concerns the...
5
by: Bas Hendriks | last post by:
Has anyone any idea how asp.net find it's files back after compiling them to the temporary asp.net directory? I found on numerous webpages that the directorynames are chosen random but cannot find...
0
by: richard.warner | last post by:
When you run 'aspnet_regiis -c', the aspnet_client directory is created under EVERY web site on the IIS server. It seems strange that there doesn't seem to be any way of running the command so...
11
by: Steve Franks | last post by:
I'm using VS.NET 2005 Beta 2. I have a helper C# class I wrote that I placed in my /App_Code directory. Everything runs fine locally. However when I use the "Copy Web" function to upload the site...
0
by: Simon Gare | last post by:
Hi, have only precompiled version of application as original files have been lost. Trying to alter application in Visual Web Developer but error message reads "the directory is not allowed...
2
by: Simon Gare | last post by:
Hi, have only precompiled version of application as original files have been lost. Trying to alter application in Visual Web Developer but error message reads "the directory is not allowed...
5
by: robert.waters | last post by:
Hello, I have been experiencing crashes and code corruption in my project (vbe6.dll; a decompile fixes the corruption); for the life of me I cannot figure out why, and I can't pin down the...
2
by: Jeff Dege | last post by:
I have a VS2005 Web Site that's giving me some trouble. Our process model requires that all shipped applications be compiled on a dedicated compile box, straight from version control, without...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...
0
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...
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.